aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2002-05-10Add testcase for when there is no loop headerChris Lattner
2002-05-10A basic test that LICM is workingChris Lattner
2002-05-10Run LICM testsChris Lattner
2002-05-10run LICM testsChris Lattner
2002-05-10New testcaseChris Lattner
2002-05-10Test the Pi node inserterChris Lattner
2002-05-10Initial checkin of testcases for Pi node inserterChris Lattner
2002-05-09New testcase for wierd combine opportunity found in bzip2 benchmarkChris Lattner
2002-05-09Fix broken testcaseChris Lattner
2002-05-08Add two new patterns that instcombine should or does handleChris Lattner
2002-05-08New testcase for LICM reassociationChris Lattner
2002-05-08Add some simple test of reassociationChris Lattner
2002-05-08run reassociate testsChris Lattner
2002-05-07New testcase for adceChris Lattner
2002-05-07Build the ADCE testsChris Lattner
2002-05-07ADCE testsChris Lattner
2002-05-07Oops, forgot to check in makefileChris Lattner
2002-05-07Add check that phi nodes get constant propogated awayChris Lattner
2002-05-07constprop doesn't delete dead instructions, it just makes them dead.Chris Lattner
2002-05-07Add testcase for not expressionsChris Lattner
2002-05-06Make the testcase more interesting so that DCE does not eliminate it.Chris Lattner
2002-05-06New testcase for PHI foldingChris Lattner
2002-05-06New testcase to make sure not instructions get combinedChris Lattner
2002-05-06More testsChris Lattner
2002-05-06Add testcase for -(-A)Chris Lattner
2002-05-06Fix testcase, the 'shift out all bits' doesn't apply to signed types.Chris Lattner
2002-05-06More testcases I don't want to forget aboutChris Lattner
2002-05-06New testcases so I don't forget about these algebraic simplificationsChris Lattner
2002-05-06New testcase so I don't forget about this.Chris Lattner
2002-05-06Testcase for missed merge opportunityChris Lattner
2002-05-06Build CFGsimplify directoryChris Lattner
2002-05-06Initial testcases for CFG simplify (which is part of DCE for now)Chris Lattner
2002-05-06Test moved to SCCP test directoryChris Lattner
2002-05-03New testcase for bugs in the constant propogatorChris Lattner
2002-05-03Add tests for floating point remainder eliminationChris Lattner
2002-05-03New testcase to see if constant propogation of remainder is implementedChris Lattner
2002-05-03This testcase is a sanity checkChris Lattner
2002-05-03Add new testcase for general constant prop.Chris Lattner
2002-05-03Add const prop pass to eliminate dead branchesChris Lattner
2002-05-03We currently don't allow unresolved opaque types!Chris Lattner
2002-05-03Add -d switch to test AsmWriter as wellChris Lattner
2002-05-02Eliminate usage of function level constant poolChris Lattner
2002-05-02Use unified diffs with gnu diff instead of old diffsChris Lattner
2002-05-02More testcases for SCCPChris Lattner
2002-05-02Additional testcaseChris Lattner
2002-05-02Run the SCCP testChris Lattner
2002-05-02First testcase for SCCP passChris Lattner
2002-05-02Simplify the testcase a bitChris Lattner
2002-05-02New testcaseChris Lattner
2002-05-02New testcase for assembler failureChris Lattner