New testcases
[oota-llvm.git] / test / Transforms / SimplifyCFG /
2004-04-09 Chris LattnerSimplify cfg now eliminates all of the branches in...
2004-04-02 Chris LattnerNew testcase
2004-03-30 Chris LattnerOops, actually USE the previously computed value
2004-03-30 Chris LattnerTest general value/value selection which we can do...
2004-03-17 John CriswellModify test to use the %t substition (temporary name...
2004-02-28 Chris LattnerAdd a testcase for switch instruction induction
2004-02-24 Chris LattnerNew testcase. Switch instructions that go to switch...
2004-02-24 Chris LattnerThe simplifycfg pass should be able to turn stuff like:
2004-02-16 Chris LattnerNew testcase, details in the comments
2004-02-11 Chris LattnerNew feature testcase for simplifycfg.
2003-09-16 Misha BrukmanRenamed `as' => `llvm-as', `dis' => `llvm-dis', `link...
2003-09-15 John CriswellRemoving Makefiles. Regression tests are now run by...
2003-08-24 Chris LattnerNew testcase
2003-08-23 Chris LattnerAdd a new switch folding testcase
2003-08-17 Chris LattnerNew testcase to ensure that switch folding happens...
2003-08-17 Chris LattnerNew testcase
2003-08-17 Chris LattnerNew testcase
2003-08-05 Chris Lattnernew testcases that simplifycfg breaks
2003-06-28 Chris LattnerEliminate explicit control flow in tests
2003-03-07 Chris LattnerNew testcase
2003-03-05 Chris LattnerAdd new testcase
2003-03-05 Chris LattnerNew testcase for feature simplifycfg should handle
2003-03-05 Chris LattnerAdd testcase for new feature for simplifycfg pass
2002-09-24 Chris LattnerNew feature test for something we have done for a long...
2002-09-24 Chris LattnerNew testcase that causes SimplifyCFG to assert out.
2002-07-29 Chris LattnerHrm, testcase was checking the wrong pass. :(
2002-06-24 Chris LattnerTestcase for unimplemented feature
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-06 Chris LattnerTestcase for missed merge opportunity
2002-05-06 Chris LattnerInitial testcases for CFG simplify (which is part of...