add test for this:
[oota-llvm.git] / test / Transforms / SimplifyCFG /
2005-02-24 Chris Lattnernew testcase for a simple optimization that simplifycfg...
2005-02-24 Chris Lattneradd another testcase to make sure it gets turned into...
2005-01-01 Chris LattnerAdd new test to make sure simplifycfg doesn't leave...
2004-12-10 Chris LattnerCheck in the right test
2004-12-10 Chris LattnerNew testcase for a bug exposed by the ipsccp pass,...
2004-11-30 Chris LattnerNew testcase for simplifycfg
2004-11-19 Tanya LattnerAdding srcdir arg
2004-11-13 Tanya LattnerAdding subdirectory dg.exp files in order to be able...
2004-10-18 Chris LattnerNew testcase
2004-10-14 Chris LattnerWhen converting phi nodes into select instructions...
2004-07-20 Chris Lattnertest that unconditional branches to unwinds are always...
2004-07-01 Chris LattnerFix testcase. For some reason this was failing only...
2004-05-26 Chris LattnerFix a test that was "broken" by new optimizations....
2004-05-01 Chris LattnerNew testcase:
2004-05-01 Chris LattnerNew testcase for case that simplifycfg should catch
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...