1. df75125 Another testcase by Chris Lattner · 21 years ago
  2. f490900 New testcase by Chris Lattner · 21 years ago
  3. 6f352f3 New testcase that Brian provided which crashes the inliner by Chris Lattner · 21 years ago
  4. 3d78b23 New testcase by Chris Lattner · 21 years ago
  5. cc713a3 New testcase by Chris Lattner · 21 years ago
  6. 4acd51a New testcase where loop simplify is not updating domfrontiers correctly by Chris Lattner · 21 years ago
  7. ee7e286 new testcase by Chris Lattner · 21 years ago
  8. fb384a1 New testcases by Chris Lattner · 21 years ago
  9. 7706324 New testcase by Chris Lattner · 21 years ago
  10. dc4736f New testcases by Chris Lattner · 21 years ago
  11. 4f21c17 Simplify cfg now eliminates all of the branches in this testcase by Chris Lattner · 21 years ago
  12. 7c4865d Another testcase by Chris Lattner · 21 years ago
  13. 1c48527 Testcase to make sure we can apply the shift to the operands of the select, by Chris Lattner · 21 years ago
  14. a5c5830 Add testcases for harder combining cases. by Chris Lattner · 21 years ago
  15. b5ee959 new testcase by Chris Lattner · 21 years ago
  16. 77aac12 New testcase by Chris Lattner · 21 years ago
  17. 86371b7 New testcase, corresponding to phi_promote.ll by Chris Lattner · 21 years ago
  18. 7018f5c Add some more cases we should combine by Chris Lattner · 21 years ago
  19. ef09aab New testcase by Chris Lattner · 21 years ago
  20. 9f01e8a New testcase that crashed scalarevolution on sparc by Chris Lattner · 21 years ago
  21. 1b151b4 New testcase for PR312 by Chris Lattner · 21 years ago
  22. ec3f8cd New testcase that crashes the instcombine pass. Dominance properties have by Chris Lattner · 21 years ago
  23. 9187ed5 new testcase by Chris Lattner · 21 years ago
  24. 788aed9 New testcases for the indvars pass by Chris Lattner · 21 years ago
  25. 45a0a61 Tweak testcase to work with new indvars pass by Chris Lattner · 21 years ago
  26. 512c248 New testcase by Chris Lattner · 21 years ago
  27. 8b8ff16 New testcase for PR310 by Chris Lattner · 21 years ago
  28. afd5e2f New testcase for PR306 by Chris Lattner · 21 years ago
  29. 4971b72 Oops, actually USE the previously computed value by Chris Lattner · 21 years ago
  30. 5dd784a Test general value/value selection which we can do now that we use the by Chris Lattner · 21 years ago
  31. 6d09968 Add some testcases for select simplification by Chris Lattner · 21 years ago
  32. f6e5941 New testcase by Chris Lattner · 21 years ago
  33. f3fbddd New testcase, the optimizer can delete zero sized allocas by Chris Lattner · 21 years ago
  34. 43aaf66 This is the last remaining bug that I know of in the loop extractor. The loop by Chris Lattner · 21 years ago
  35. a930de5 New testcase, reduced from 256.bzip2 by Chris Lattner · 21 years ago
  36. fa3e86f New testcase by Chris Lattner · 21 years ago
  37. 959754e New testcase that crashes the code extractor by Chris Lattner · 21 years ago
  38. 2942e63 Modify test to use the %t substition (temporary name). This is available by John Criswell · 21 years ago
  39. df22f9c Another simple testcase by Chris Lattner · 21 years ago
  40. 4dcd0d1 Fix test by Chris Lattner · 21 years ago
  41. 339c508 New testcase for PR293 by Chris Lattner · 21 years ago
  42. 65a88e8 New testcases to test LICM of call instructions by Chris Lattner · 21 years ago
  43. e94fd19 New testcase that causes the code extractor to generate bogus code. by Chris Lattner · 21 years ago
  44. 3b04a7a New testcase that crashes the loop extractor by Chris Lattner · 21 years ago
  45. 6cc8375 New testcase that crashes the -lowerswitch pass by Chris Lattner · 21 years ago
  46. fc44806 New testcase that crashes the loop extractor by Chris Lattner · 21 years ago
  47. ffd072a New testcase, distilled from povray I think. by Chris Lattner · 21 years ago
  48. eb416e8 Oh right, casts can interfere. Test this too by Chris Lattner · 21 years ago
  49. 99780ce new testcases by Chris Lattner · 21 years ago
  50. 1306089 new testcase by Chris Lattner · 21 years ago
  51. f820e3b test instruction combiner opts for select instruction by Chris Lattner · 21 years ago
  52. a22ef48 New testcase for PR284: [indvars] Induction variable analysis violates LLVM invariants by Chris Lattner · 21 years ago
  53. 95481b1 New testcase by Chris Lattner · 21 years ago
  54. afa3857 New testcase for missed case by Chris Lattner · 21 years ago
  55. b9f266a New testcase by Chris Lattner · 21 years ago
  56. 2b39c91 Testcase for a bug that caused a whole bunch of testcases to die in the nightly by Chris Lattner · 21 years ago
  57. 39bd69a Add a testcase for switch instruction induction by Chris Lattner · 21 years ago
  58. 43c4361 new testcase for intrinsic folding by Chris Lattner · 21 years ago
  59. efd74a0 The instruction combining pass removes dead instructions, there is no need by Chris Lattner · 21 years ago
  60. 870e587 Two testcases for loops: one with outputs, one without. by Misha Brukman · 21 years ago
  61. f7b0041 The instcombiner should canonicalize comparisons. by Chris Lattner · 21 years ago
  62. 2189a76 New testcase. Switch instructions that go to switch instructions should be by Chris Lattner · 21 years ago
  63. d1eaebe The simplifycfg pass should be able to turn stuff like: by Chris Lattner · 21 years ago
  64. 86171b9 Test for the other way also by Chris Lattner · 21 years ago
  65. cedfd2c New testcase by Chris Lattner · 21 years ago
  66. 3c4de7f Add tests for casts that should be eliminated by Chris Lattner · 21 years ago
  67. 19e40ad Handle the unsigned form as well by Chris Lattner · 21 years ago
  68. f482174 Add a slight variant of test10 by Chris Lattner · 21 years ago
  69. 1dda055 This multiply can be eliminated by Chris Lattner · 21 years ago
  70. 0ca4418 Test that the instruction combiner can fold away a cast in a GEP instruction. by Chris Lattner · 21 years ago
  71. 5ea27d8 New testcase, details in the comments by Chris Lattner · 21 years ago
  72. d8bed76 A new testcase for a situation that occurs in 181.mcf by Chris Lattner · 21 years ago
  73. 72695f7 Add a test for the "swap idiom", which LLVM should be able to unravel. by Chris Lattner · 21 years ago
  74. a783c02 Test for xor chains by Chris Lattner · 21 years ago
  75. 115e5e6 Basic functionality testing. by Chris Lattner · 21 years ago
  76. 54636af New feature testcase for simplifycfg. by Chris Lattner · 21 years ago
  77. 7f5dd4a New testcase for PR223: Loopsimplify incorrectly updates dominator information by Chris Lattner · 21 years ago
  78. 7f430a5 New testcase for better mod/ref information that basicaa can provide by Chris Lattner · 21 years ago
  79. f6e1803 new testcase by Chris Lattner · 21 years ago
  80. debcbd0 Test to make sure we can SCCP load instructions by Chris Lattner · 21 years ago
  81. ff2ab4d New testcase, allow folding of binary operators that use PHI nodes, as long by Chris Lattner · 21 years ago
  82. 33a79d7 New testcase by Chris Lattner · 21 years ago
  83. 14e1726 new testcase for cananonicalization of subtracts by Chris Lattner · 21 years ago
  84. 7610a28 New testcase to see if -indvars can promote pointer arithmetic to array accesses by Chris Lattner · 21 years ago
  85. 595bb97 New testcase for PR194 by Chris Lattner · 21 years ago
  86. 7fe1786 New testcase for missed optimization by Chris Lattner · 21 years ago
  87. bb8d661 New testcase by Chris Lattner · 21 years ago
  88. 215da0c New testcase, for PR185 by Chris Lattner · 21 years ago
  89. 2040d6e new test by Chris Lattner · 21 years ago
  90. 15beaf7 Testcase for PR179 by Chris Lattner · 21 years ago
  91. de454ff Rename variable to avoid confusing it with the global G by Chris Lattner · 21 years ago
  92. 0ac4d92 New testcase that LICM is breaking crafty on by Chris Lattner · 21 years ago
  93. 258f49c Fix test that was failing because we were optimizing the program better than expected :) by Chris Lattner · 21 years ago
  94. 5211296 New testcase for PR86 by Chris Lattner · 21 years ago
  95. da7d069 A new testcase, reduced by bugpoint by Chris Lattner · 21 years ago
  96. 7d10417 new testcase by Chris Lattner · 21 years ago
  97. 7277826 New testcase by Chris Lattner · 21 years ago
  98. baf9d2e New testcase which caused a bunch of tests to break last night with more by Chris Lattner · 21 years ago
  99. 94046b2 new testcase, checking to ensure we handle yet-another spiffy case correctly by Chris Lattner · 21 years ago
  100. a8d9c83 Yet another hard testcase by Chris Lattner · 21 years ago