1. 2942e63 Modify test to use the %t substition (temporary name). This is available by John Criswell · 20 years ago
  2. df22f9c Another simple testcase by Chris Lattner · 20 years ago
  3. 0eded5c New testcase for PR297 by Chris Lattner · 20 years ago
  4. 4dcd0d1 Fix test by Chris Lattner · 20 years ago
  5. 13ebaeb Fix testcase by Chris Lattner · 20 years ago
  6. 7698e4e New testcase by Chris Lattner · 20 years ago
  7. 339c508 New testcase for PR293 by Chris Lattner · 20 years ago
  8. 91e49c4 foo Bug 291, bar PR291 by Chris Lattner · 20 years ago
  9. 52cac3c foo bug291 bar PR 291 by Chris Lattner · 20 years ago
  10. ad32064 PR291 Bug 291! by Chris Lattner · 20 years ago
  11. a1d1fce // Testcase from Bug 291 by Chris Lattner · 20 years ago
  12. 142c304 New testcase for CSE of call instructions by Chris Lattner · 20 years ago
  13. 66d0884 Make sure that pure calls don't kill loads by Chris Lattner · 20 years ago
  14. 65a88e8 New testcases to test LICM of call instructions by Chris Lattner · 20 years ago
  15. e94fd19 New testcase that causes the code extractor to generate bogus code. by Chris Lattner · 20 years ago
  16. 3b04a7a New testcase that crashes the loop extractor by Chris Lattner · 20 years ago
  17. 6cc8375 New testcase that crashes the -lowerswitch pass by Chris Lattner · 20 years ago
  18. fc44806 New testcase that crashes the loop extractor by Chris Lattner · 20 years ago
  19. ffd072a New testcase, distilled from povray I think. by Chris Lattner · 20 years ago
  20. eb416e8 Oh right, casts can interfere. Test this too by Chris Lattner · 20 years ago
  21. 99780ce new testcases by Chris Lattner · 20 years ago
  22. 1306089 new testcase by Chris Lattner · 20 years ago
  23. a24653c Test the mod/ref analysis in DSA. by Misha Brukman · 20 years ago
  24. f820e3b test instruction combiner opts for select instruction by Chris Lattner · 20 years ago
  25. 6551ea9 New testcase by Chris Lattner · 20 years ago
  26. a22ef48 New testcase for PR284: [indvars] Induction variable analysis violates LLVM invariants by Chris Lattner · 20 years ago
  27. 0b67f04 New testcase for PR275 by Chris Lattner · 20 years ago
  28. c1a5bac New testcase for PR276: llvm-g++ does not mangle method names that match stdlib function names by Chris Lattner · 20 years ago
  29. 313b84b Checkin testcase for PR261 by Chris Lattner · 20 years ago
  30. 3c6d4b4 New testcase for folding in some important situations. The first two by Chris Lattner · 20 years ago
  31. 4cfeac8 New testcase for PR269 by Chris Lattner · 20 years ago
  32. 342c918 Testcase that crashes the C front-end. by Chris Lattner · 20 years ago
  33. e0fa368 New code-quality testcase. by Chris Lattner · 20 years ago
  34. 95481b1 New testcase by Chris Lattner · 20 years ago
  35. afa3857 New testcase for missed case by Chris Lattner · 20 years ago
  36. b9f266a New testcase by Chris Lattner · 20 years ago
  37. 2b39c91 Testcase for a bug that caused a whole bunch of testcases to die in the nightly by Chris Lattner · 20 years ago
  38. 39bd69a Add a testcase for switch instruction induction by Chris Lattner · 20 years ago
  39. eb7d6d0 fix a bug in the testcase by Chris Lattner · 20 years ago
  40. 7b6ee7d new testcase for a tblgen bug that alkis ran into by Chris Lattner · 20 years ago
  41. 43c4361 new testcase for intrinsic folding by Chris Lattner · 20 years ago
  42. efd74a0 The instruction combining pass removes dead instructions, there is no need by Chris Lattner · 20 years ago
  43. 870e587 Two testcases for loops: one with outputs, one without. by Misha Brukman · 20 years ago
  44. 1aed1c7 Fix a verifier bug that was preventing us from ripping povray+libpng to pieces. by Chris Lattner · 20 years ago
  45. f7b0041 The instcombiner should canonicalize comparisons. by Chris Lattner · 20 years ago
  46. fad5c3a Fixed test case to actually check for the static declaration. Oops. by John Criswell · 20 years ago
  47. 726f0b8 Regression tests for PR258 and PR259. by John Criswell · 20 years ago
  48. 26b6dac New testcase by Chris Lattner · 20 years ago
  49. f44f727 Note that this test is currently expected to fail. by Brian Gaeke · 20 years ago
  50. 2189a76 New testcase. Switch instructions that go to switch instructions should be by Chris Lattner · 20 years ago
  51. d1eaebe The simplifycfg pass should be able to turn stuff like: by Chris Lattner · 20 years ago
  52. 86171b9 Test for the other way also by Chris Lattner · 20 years ago
  53. cedfd2c New testcase by Chris Lattner · 20 years ago
  54. 3c4de7f Add tests for casts that should be eliminated by Chris Lattner · 20 years ago
  55. 19e40ad Handle the unsigned form as well by Chris Lattner · 20 years ago
  56. f482174 Add a slight variant of test10 by Chris Lattner · 20 years ago
  57. 1dda055 This multiply can be eliminated by Chris Lattner · 20 years ago
  58. 16865af Add testcase for the casts that are missing in PR249 by Chris Lattner · 20 years ago
  59. 0ca4418 Test that the instruction combiner can fold away a cast in a GEP instruction. by Chris Lattner · 20 years ago
  60. 01533ff new testcase by Chris Lattner · 20 years ago
  61. 54e4e20 New testcase, do not emit a call to __builtin_sqrt, emit a call to sqrt instead! by Chris Lattner · 20 years ago
  62. 9d7c585 PR244: [llvm-gcc] miscompilation when a function is re-declared as static by Chris Lattner · 20 years ago
  63. bf6fd9d New testcase for PR245 by Chris Lattner · 20 years ago
  64. 5ea27d8 New testcase, details in the comments by Chris Lattner · 20 years ago
  65. d8bed76 A new testcase for a situation that occurs in 181.mcf by Chris Lattner · 20 years ago
  66. 72695f7 Add a test for the "swap idiom", which LLVM should be able to unravel. by Chris Lattner · 20 years ago
  67. a783c02 Test for xor chains by Chris Lattner · 20 years ago
  68. 3a0628a Moving CBE tests to test/Regression/CodeGen/CBackend by Chris Lattner · 20 years ago
  69. b83530f New testcase by Chris Lattner · 20 years ago
  70. 07b976b Testcase for PR205: [llvmgcc] C front-end does not emit 'zeroinitializer' when possible by Chris Lattner · 20 years ago
  71. 8710da3 Test for actual support, not just for lack of crashage by Chris Lattner · 20 years ago
  72. d31dd32 New testcase for PR237: [x86] wierd stack/frame pointer manipulation by Chris Lattner · 20 years ago
  73. e488d64 new testcase for llvm.memset generation by Chris Lattner · 20 years ago
  74. 208d080 Testcase for builtin frame/return address by Chris Lattner · 20 years ago
  75. 90cf614 Test that the CFE compiles memset and bzero to llvm.memset by Chris Lattner · 20 years ago
  76. d64e0df Add a testcase for the frameaddress and returnaddress intrinsics. by Chris Lattner · 20 years ago
  77. 4a6f9a4 Test that the code generator supports these intrinsics by Chris Lattner · 20 years ago
  78. aa82943 Update tests by Chris Lattner · 20 years ago
  79. 6f3ff3e New testcase. The CFE should not generate illegal LLVM intrinsics, even if by Chris Lattner · 20 years ago
  80. c201a7a Right, memcpy READS memory too :) by Chris Lattner · 20 years ago
  81. 7f00725 New testcase for support for memcpy/memmove by Chris Lattner · 20 years ago
  82. 7266f41 New testcase for PR233: [llvmgcc] Structure copies result in a LOT of code by Chris Lattner · 20 years ago
  83. cb7cb71 Test that we get rep movs when calling memcpy by Chris Lattner · 20 years ago
  84. 115e5e6 Basic functionality testing. by Chris Lattner · 21 years ago
  85. 54636af New feature testcase for simplifycfg. by Chris Lattner · 21 years ago
  86. f629496 Right, define the LPROF variable by Chris Lattner · 21 years ago
  87. 79caafe Move this testcase out of /home/vadve/lattner/cvs/llvm/test/Programs/LLVMSource, by Chris Lattner · 21 years ago
  88. 8b391fb New testcase, code generators should support invoke/unwind by Chris Lattner · 21 years ago
  89. 7f5dd4a New testcase for PR223: Loopsimplify incorrectly updates dominator information by Chris Lattner · 21 years ago
  90. 18b34e8 Add another test by Chris Lattner · 21 years ago
  91. e5ec955 New testcase for PR218 by Chris Lattner · 21 years ago
  92. 7f430a5 New testcase for better mod/ref information that basicaa can provide by Chris Lattner · 21 years ago
  93. 6e1f3ec New testcase for problem brian ran into by Chris Lattner · 21 years ago
  94. 78c146f New testcase for incorrect bytecode reading of MAXLONG. The reader is getting by Chris Lattner · 21 years ago
  95. 1119d7d Remove the use of LLVMGCCARCH. Instead, query the compiler for the by John Criswell · 21 years ago
  96. f6e1803 new testcase by Chris Lattner · 21 years ago
  97. 048a1d8 You know you like Makefiles with fewer variables. Next up on the victim list by Brian Gaeke · 21 years ago
  98. a5b5675 Get rid of dead defns of LCC, LCXX, LAS, as per FIXME. by Brian Gaeke · 21 years ago
  99. 844c546 Fix overzealous fixme fixing by Brian Gaeke · 21 years ago
  100. 5c59be9 Remove dead definitions of NATGCC and CP, and dead .tll, .tbc rules. by Brian Gaeke · 21 years ago