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