aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2004-04-05New testcase for PR312Chris Lattner
2004-04-05New testcase that crashes the instcombine pass. Dominance properties haveChris Lattner
2004-04-03New testcaseChris 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-04-01Tests for fp cmov's that I forgot to check in earlierChris Lattner
2004-03-30Test folding comparisons into select instructionsChris Lattner
2004-03-30New testcase. This now codegens to:Chris Lattner
2004-03-30New testcase for select instructionsChris Lattner
2004-03-30New testcase that crashes the assemblerChris 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-29Merged in RELEASE_12.John Criswell
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
2004-03-18New testcase, reduced from 256.bzip2Chris Lattner
2004-03-18New testcaseChris Lattner
2004-03-18New testcase that crashes the code extractorChris Lattner
2004-03-17Modify test to use the %t substition (temporary name). This is availableJohn Criswell
2004-03-16Another simple testcaseChris Lattner
2004-03-16New testcase for PR297Chris Lattner
2004-03-16Fix testChris Lattner
2004-03-16Fix testcaseChris Lattner
2004-03-16New testcaseChris Lattner
2004-03-16New testcase for PR293Chris Lattner
2004-03-16foo Bug 291, bar PR291Chris Lattner
2004-03-16foo bug291 bar PR 291Chris Lattner
2004-03-16PR291Chris Lattner
2004-03-16// Testcase from Bug 291Chris Lattner
2004-03-15New testcase for CSE of call instructionsChris Lattner
2004-03-15Make sure that pure calls don't kill loadsChris Lattner
2004-03-15New testcases to test LICM of call instructionsChris Lattner
2004-03-15New testcase that causes the code extractor to generate bogus code.Chris Lattner
2004-03-14New testcase that crashes the loop extractorChris Lattner
2004-03-14New testcase that crashes the -lowerswitch passChris Lattner
2004-03-14New testcase that crashes the loop extractorChris Lattner
2004-03-13New testcase, distilled from povray I think.Chris Lattner
2004-03-13Oh right, casts can interfere. Test this tooChris Lattner
2004-03-12new testcasesChris Lattner
2004-03-12new testcaseChris Lattner
2004-03-12Test the mod/ref analysis in DSA.Misha Brukman
2004-03-12test instruction combiner opts for select instructionChris Lattner
2004-03-12New testcaseChris Lattner
2004-03-10New testcase for PR284: [indvars] Induction variable analysis violates LLVM i...Chris Lattner