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