Add prototype for LICM pass
[oota-llvm.git] / test /
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
2002-05-06 Chris LattnerMore tests
2002-05-06 Chris LattnerAdd testcase for -(-A)
2002-05-06 Chris LattnerFix testcase, the 'shift out all bits' doesn't apply...
2002-05-06 Chris LattnerMore testcases I don't want to forget about
2002-05-06 Chris LattnerNew testcases so I don't forget about these algebraic...
2002-05-06 Chris LattnerNew testcase so I don't forget about this.
2002-05-06 Chris LattnerTestcase for missed merge opportunity
2002-05-06 Chris LattnerBuild CFGsimplify directory
2002-05-06 Chris LattnerInitial testcases for CFG simplify (which is part of...
2002-05-06 Chris LattnerTest moved to SCCP test directory
2002-05-03 Chris LattnerNew testcase for bugs in the constant propogator
2002-05-03 Chris LattnerAdd tests for floating point remainder elimination
2002-05-03 Chris LattnerNew testcase to see if constant propogation of remainde...
2002-05-03 Chris LattnerThis testcase is a sanity check
2002-05-03 Chris LattnerAdd new testcase for general constant prop.
2002-05-03 Chris LattnerAdd const prop pass to eliminate dead branches
2002-05-03 Chris LattnerWe currently don't allow unresolved opaque types!
2002-05-03 Chris LattnerAdd -d switch to test AsmWriter as well
2002-05-02 Chris LattnerEliminate usage of function level constant pool
2002-05-02 Chris LattnerUse unified diffs with gnu diff instead of old diffs
2002-05-02 Chris LattnerMore testcases for SCCP
2002-05-02 Chris LattnerAdditional testcase
2002-05-02 Chris LattnerRun the SCCP test
2002-05-02 Chris LattnerFirst testcase for SCCP pass
2002-05-02 Chris LattnerSimplify the testcase a bit
2002-05-02 Chris LattnerNew testcase
2002-05-02 Chris LattnerNew testcase for assembler failure
2002-05-02 Chris LattnerIntitial checkin of cast tests
2002-05-02 Chris LattnerNew testcase for bug found by Vikram
2002-05-02 Chris LattnerCheck another case
2002-05-01 Chris LattnerNew bug testcase
2002-04-30 Chris LattnerNew testcase
2002-04-29 Chris LattnerNew test cases for mul folding
2002-04-29 Chris LattnerNew test for broken asm parser
2002-04-28 Chris LattnerNew testcase for GCSE
2002-04-28 Chris LattnerTest GCSE
2002-04-18 Chris LattnerNew testcase
2002-04-18 Chris LattnerNew testcase.
2002-04-18 Chris LattnerCheck in the first test: make sure getelementptr gets...
2002-04-18 Chris LattnerTest the instruction combiner
2002-04-16 Chris LattnerFix for buggy test
2002-04-16 Chris LattnerNew testcase
2002-04-16 Chris LattnerNew testcase
2002-04-14 Chris LattnerCheckin first unit testcases for the backend
2002-04-13 Chris LattnerNew testcase for the verifier
2002-04-10 Chris LattnerNew testcase for structure valued parameters.
2002-04-09 Chris LattnerNew testcase
2002-04-08 Chris LattnerCheckin old testcase that is newly fixed.
2002-04-08 Chris LattnerNew testcase
2002-04-08 Chris LattnerCheckin old testcase for switch statement. For now...
2002-04-08 Chris LattnerOld testcase that missed getting checked in
2002-04-07 Chris LattnerNew testcase
2002-04-07 Chris Lattnerdon't delete intermediate files!
2002-04-07 Chris LattnerTestcase for bad constant handling
2002-04-05 Chris LattnerFix bug in testcase: no implementatino section make...
2002-04-05 Chris LattnerNew testcases
2002-04-05 Chris LattnerTestcase that breaks recursive type processing
2002-04-04 Chris LattnerDon't link in library that cannot be found, this should...
2002-03-28 Chris LattnerAdd subdirs to makefile
2002-03-28 Chris LattnerInitial checkin of first regression test for mem2reg...
2002-03-24 Vikram S. AdveMake test more rigorous. It was never reading the...
2002-03-24 Chris Lattnerinitialize sum variable
2002-03-24 Vikram S. AdveFix out-of-date name.
2002-03-24 Vikram S. AdveRegression tests for DecomposeMultiDimRefs pass.
2002-03-21 Chris LattnerNew testcase
2002-03-21 Chris LattnerNew testcase
2002-03-21 Chris LattnerRerun test if opt gets changed
2002-03-21 Chris LattnerRun all testcases
2002-03-21 Chris LattnerBuild LevelRaise subdirectory
2002-03-21 Chris LattnerTestcase for a missed level raise opportunity
2002-03-21 Chris LattnerFix bug in testcase
2002-03-21 Chris LattnerNew testcase for YALRB (yet another level raise bug)
2002-03-21 Chris LattnerCheckin testcase that was just sitting in my tree....
2002-03-21 Chris LattnerNew testcase
2002-03-18 Vikram S. Adveinclude Makefile.tests.
2002-03-18 Vikram S. AdveFix libraries.
2002-03-18 Vikram S. AdveMinor changes.
next