Add new testcase for gep instruction -> get constexpr promotion
[oota-llvm.git] / test / Transforms /
2002-08-16 Chris LattnerAdd new testcase for gep instruction -> get constexpr...
2002-08-15 Chris LattnerAdd another testcase
2002-08-15 Chris LattnerAdd a bunch of testcases for cast-of-casts that should...
2002-08-14 Chris LattnerFix testcase to actually test what we think we are
2002-08-14 Chris LattnerFix tests that use the now dead not instruction
2002-08-14 Chris LattnerFix testcases that used to now dead 'not' instruction
2002-08-14 Chris LattnerChange not's to xors
2002-08-14 Chris LattnerRemove illegal test now that not instruction does not...
2002-08-14 Chris LattnerMake sure there is SOME output always so the test is...
2002-08-14 Chris LattnerThe not instruction is just a specialized form of XOR
2002-08-12 Chris LattnerAdd comment
2002-08-09 Chris Lattnerxor x, ALLONES should -> not x
2002-08-09 Chris Lattnersetcc of booleans should always be eliminated
2002-08-09 Chris LattnerAdd more strength reduction testcases
2002-08-03 Chris LattnerTestcase for stuff instcombine should do eventually
2002-08-03 Chris LattnerAdd some more features that we could instcombine away
2002-08-03 Chris Lattner*** empty log message ***
2002-08-03 Vikram S. AdveRun both *.ll and *.c tests.
2002-08-03 Vikram S. AdveAdded expected decomposed sequence in comments, plus...
2002-08-02 Chris LattnerFix yet another bug in the testcase
2002-08-02 Chris LattnerFix bug in testcase
2002-08-02 Chris LattnerThese tests should not run -dce pass to cleanup instcom...
2002-08-02 Chris LattnerAdd another testcase that isn't failing because of...
2002-08-02 Chris LattnerChange test to really test the cases we can hit
2002-08-02 Chris LattnerNew testcase
2002-08-01 Chris LattnerVerify is implicit for opt
2002-07-31 Chris LattnerTrim down testcase a bit
2002-07-31 Chris LattnerNew testcase for level-raise crash inspired by SPEC
2002-07-30 Chris LattnerTest that logical operators are correctly constant...
2002-07-30 Chris LattnerOops, fix testcase
2002-07-30 Chris LattnerNEw testcase to handle "yet another" return type mismat...
2002-07-30 Chris LattnerTrim down testcase, a lot.
2002-07-29 Chris LattnerReduce testcase more
2002-07-29 Chris LattnerReduce the size of the testcase
2002-07-29 Chris LattnerHrm, testcase was checking the wrong pass. :(
2002-07-29 Chris LattnerNew testcase
2002-07-23 Chris LattnerNew testcase for bug
2002-07-19 Chris LattnerNew testcase
2002-07-18 Chris LattnerBuild globaldce tests
2002-07-18 Chris LattnerNew testcase
2002-07-18 Chris LattnerNew testcases for bug in globaldce
2002-07-17 Chris LattnerNew testcase, unanalyzed.
2002-07-17 Chris LattnerNew testcase finally identified!!
2002-07-16 Chris LattnerNew testcase
2002-07-16 Chris LattnerAdd testcase for raise opportunity missed.
2002-07-16 Chris LattnerBug fix to RUN line
2002-07-16 Chris LattnerNew testcase distilled from olden-tsp.
2002-07-09 Chris LattnerNew testcase for problem effecting mst
2002-06-25 Chris LattnerBuild all subdirectories
2002-06-24 Chris LattnerBasic test of the inlinr
2002-06-24 Chris LattnerTestcase for unimplemented feature
2002-05-28 Chris LattnerNew testcase that is a distilled form of the other one
2002-05-28 Chris LattnerNew testcase that crashes ADCE
2002-05-24 Chris LattnerTestcases to show what -funcresolve does.
2002-05-24 Chris LattnerRun FuncResolve tests
2002-05-23 Chris LattnerNew testcase
2002-05-23 Chris LattnerNew testcase
2002-05-22 Chris LattnerRun profile paths tests
2002-05-22 Chris LattnerTest cases for profile paths pass
2002-05-22 Chris LattnerNew testcase
2002-05-22 Chris LattnerAdd more testcases for ADCE
2002-05-22 Chris LattnerMust run cfgsimplify to eliminate dead blocks
2002-05-21 Chris LattnerNew testcase
2002-05-21 Chris LattnerNew testcase
2002-05-21 Chris LattnerUpdate run line
2002-05-21 Chris LattnerThis testcase was very broken! The block could not...
2002-05-21 Chris LattnerNew testcase
2002-05-20 Chris LattnerNew testcase for bug
2002-05-16 Chris LattnerNew testcases for sub/neg reassociation
2002-05-16 Chris LattnerFix testcase
2002-05-15 Chris LattnerNew testcases to ensure sub's are maximally reassociable
2002-05-15 Chris LattnerTestcase to ensure trees structures are correctly linea...
2002-05-15 Chris LattnerTest to ensure sub -> neg promotion is working and...
2002-05-15 Chris LattnerNew testcase
2002-05-14 Chris LattnerNew testcase
2002-05-14 Chris LattnerNew testcase for bug
2002-05-14 Chris LattnerNew testcase
2002-05-10 Chris LattnerAdd testcase for when there is no loop header
2002-05-10 Chris LattnerA basic test that LICM is working
2002-05-10 Chris LattnerRun LICM tests
2002-05-10 Chris Lattnerrun LICM tests
2002-05-10 Chris LattnerNew testcase
2002-05-10 Chris LattnerTest the Pi node inserter
2002-05-10 Chris LattnerInitial checkin of testcases for Pi node inserter
2002-05-09 Chris LattnerNew testcase for wierd combine opportunity found in...
2002-05-09 Chris LattnerFix broken testcase
2002-05-08 Chris LattnerAdd two new patterns that instcombine should or does...
2002-05-08 Chris LattnerNew testcase for LICM reassociation
2002-05-08 Chris LattnerAdd some simple test of reassociation
2002-05-08 Chris Lattnerrun reassociate tests
2002-05-07 Chris LattnerNew testcase for adce
2002-05-07 Chris LattnerBuild the ADCE tests
2002-05-07 Chris LattnerADCE tests
2002-05-07 Chris LattnerOops, forgot to check in makefile
2002-05-07 Chris LattnerAdd check that phi nodes get constant propogated away
2002-05-07 Chris Lattnerconstprop doesn't delete dead instructions, it just...
2002-05-07 Chris LattnerAdd testcase for not expressions
2002-05-06 Chris LattnerMake the testcase more interesting so that DCE does...
2002-05-06 Chris LattnerNew testcase for PHI folding
2002-05-06 Chris LattnerNew testcase to make sure not instructions get combined
next