aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms
AgeCommit message (Expand)Author
2004-06-01Maybe this will keep people from breaking -branch-combine!Brian Gaeke
2004-05-27Add back a test I accidentally removedChris Lattner
2004-05-27Add another testcaseChris Lattner
2004-05-27remove bogus testChris Lattner
2004-05-27Make the test test what it is supposed toChris Lattner
2004-05-26Fix a test that was "broken" by new optimizations. The transformation weChris Lattner
2004-05-25New testcaseChris Lattner
2004-05-25Add a new test16 and fix some other tests that were not properly writtenChris Lattner
2004-05-13New testcase that used to cause the unroller to try to unroll the loop 2G tim...Chris Lattner
2004-05-07New testcase for PR336Chris Lattner
2004-05-04New testcase for PR332Chris Lattner
2004-05-01New testcase:Chris Lattner
2004-05-01New testcase for case that simplifycfg should catchChris Lattner
2004-04-26Add a new testcase for X/-1, fix bug that prevented tests from running rightChris Lattner
2004-04-20New testcase, distilled from PR324Chris Lattner
2004-04-19New testcaseChris Lattner
2004-04-18Another testcaseChris Lattner
2004-04-17New testcaseChris Lattner
2004-04-15New testcase that Brian provided which crashes the inlinerChris Lattner
2004-04-13New testcaseChris Lattner
2004-04-13New testcaseChris Lattner
2004-04-13New testcase where loop simplify is not updating domfrontiers correctlyChris Lattner
2004-04-12new testcaseChris Lattner
2004-04-10New testcasesChris Lattner
2004-04-10New testcaseChris Lattner
2004-04-10New testcasesChris Lattner
2004-04-09Simplify cfg now eliminates all of the branches in this testcaseChris Lattner
2004-04-09Another testcaseChris Lattner
2004-04-09Testcase to make sure we can apply the shift to the operands of the select,Chris Lattner
2004-04-09Add testcases for harder combining cases.Chris Lattner
2004-04-09new testcaseChris Lattner
2004-04-08New testcaseChris Lattner
2004-04-08New testcase, corresponding to phi_promote.llChris Lattner
2004-04-08Add some more cases we should combineChris Lattner
2004-04-07New testcaseChris Lattner
2004-04-07New testcase that crashed scalarevolution on sparcChris Lattner
2004-04-05New testcase for PR312Chris Lattner
2004-04-05New testcase that crashes the instcombine pass. Dominance properties haveChris Lattner
2004-04-02new testcaseChris Lattner
2004-04-02New testcases for the indvars passChris Lattner
2004-04-02Tweak testcase to work with new indvars passChris Lattner
2004-04-02New testcaseChris Lattner
2004-04-01New testcase for PR310Chris Lattner
2004-04-01New testcase for PR306Chris Lattner
2004-03-30Oops, actually USE the previously computed valueChris Lattner
2004-03-30Test general value/value selection which we can do now that we use theChris Lattner
2004-03-30Add some testcases for select simplificationChris Lattner
2004-03-25New testcaseChris Lattner
2004-03-19New testcase, the optimizer can delete zero sized allocasChris Lattner
2004-03-18This is the last remaining bug that I know of in the loop extractor. The loopChris Lattner