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