Ignoring per-user file.
[oota-llvm.git] / test / Transforms / SimplifyCFG /
2008-03-19 Tanya LattnerUpgrade tests.
2008-03-18 Tanya LattnerUpgrade tests to not use llvm-upgrade.
2008-03-11 Dan GohmanCheck to see if a two-entry PHI block can be simplified
2008-03-11 Dan GohmanMake this test more challenging to help it avoid being
2008-03-11 Dan GohmanUpgrade this test.
2008-03-10 Tanya LattnerRemove llvm-upgrade and update tests.
2008-03-10 Nick LewyckyTurn unwind_to into "unwinds to".
2008-03-09 Nick LewyckyFirstly, having a BranchInst isn't exclusive with havin...
2008-03-09 Nick LewyckyA BB that unwind_to an "unwind" inst is that same as...
2008-03-09 Nick LewyckyUpdate the inliner and simplifycfg to handle unwind_to.
2008-01-03 Chris Lattnerdon't hoist FP additions into unconditional adds +...
2007-12-28 Devang PatelTest -simplifycfg only.
2007-12-22 Devang PatelIf succ has succ itself as one of the predecessors...
2007-11-28 Duncan SandsAdd some convenience methods for querying attributes...
2007-11-27 Duncan SandsFix PR1146: parameter attributes are longer part of
2007-11-22 Duncan SandsTurn invokes of nounwind functions into ordinary calls.
2007-11-14 Chris LattnerImplement PR1796 and Transforms/SimplifyCFG/noreturn...
2007-11-13 Chris LattnerImplement PR1786 by iterating between dead cycle elimin...
2007-08-15 Dan GohmanConvert tests using "| wc -l | grep ..." to use the...
2007-06-29 John CriswellConvert .cvsignore files
2007-04-22 Reid SpencerFor PR1146:
2007-04-15 Reid SpencerFor PR1319:
2007-04-11 Reid SpencerMake the llvm-runtest function much more amenable by...
2007-01-13 Reid SpencerCan't grep for bool any more.
2007-01-04 Reid SpencerRemove a manual renaming of a variable that was introdu...
2006-12-31 Reid SpencerFor PR950:
2006-12-29 Reid SpencerUpdate tests that need to be run through llvm-upgrade...
2006-12-23 Reid SpencerFor PR950:
2006-12-16 Chris Lattnerfix buggy testcase
2006-12-02 Reid SpencerUse the llvm-upgrade program to upgrade llvm assembly.
2006-11-23 Reid SpencerPromote GEP ubyte indices to uint. Backwards compatibil...
2006-11-18 Chris Lattnerconverting massive blocks of phis into selects like...
2006-10-29 Chris Lattnernew testcase
2006-10-20 Chris Lattnernew testcase for PR957
2006-08-03 Chris Lattnernew testcase for pr867
2006-06-12 Chris LattnerTEstcase that makes simplifycfg infloop.
2006-04-12 Tanya LattnerAdded the ability to xfail based on llvmgcc version
2006-03-23 Reid SpencerTired of wading through cvs's list ? files that are...
2006-02-18 Chris Lattnernew testcase that crashes simplifycfg
2005-12-03 Chris Lattnerexpand testcase, which has been in my tree for a while now
2005-12-03 Chris Lattnernew testcase, miscompiled by simplifycfg. This has...
2005-10-03 Chris Lattnernew testcase for PR635
2005-09-23 Chris Lattnernew testcase
2005-09-20 Chris Lattnermake this test harder: add a case where instructions...
2005-09-20 Chris Lattnernew testcase
2005-09-19 Chris Lattnernew testcase.
2005-08-03 Chris LattnerTestcase that used to crash simplifycfg
2005-08-03 Chris Lattnerun-xfail this
2005-08-03 Chris LattnerThis fails for now
2005-08-02 Chris LattnerNew testcase that caused simplifycfg to crash
2005-06-17 Chris Lattnernew testcase for PR584
2005-05-20 Chris LattnerNew testcase that crashes simplifycfg, identified accid...
2005-05-09 Chris Lattnertestcase I've had in my tree
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...