SimplifyCFG: don't remove unreachable default switch destinations
[oota-llvm.git] / test / Transforms / LoopSimplify /
2014-09-12 Chad RosierFileCheckize. NFC.
2014-05-27 Arnaud A. de Grand... No need for those tests to go thru llvm-as and/or llvm...
2014-02-11 Chandler Carruth[LPM] Switch LICM to actively use LCSSA in addition...
2014-01-25 Chandler Carruth[LPM] Make LCSSA a utility with a FunctionPass that...
2014-01-06 Andrew TrickReapply r198478 "Fix PR18361: Invalidate LoopDispositio...
2014-01-04 Alp TokerRevert "Fix PR18361: Invalidate LoopDispositions after...
2014-01-04 Andrew TrickFix PR18361: Invalidate LoopDispositions after LoopSimp...
2013-10-04 Hal FinkelUpdatePHINodes in BasicBlockUtils should not crash...
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2012-07-02 Chandler CarruthConvert all tests using TCL-style quoting to use shell...
2012-03-20 Andrew TrickLoopSimplify bug fix. Handle indirect loop back edges.
2012-02-16 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2011-12-15 Eli FriedmanMake loop preheader insertion in LoopSimplify handle...
2011-10-12 Lang HamesRemoved colons from some target datalayout strings...
2011-09-19 Bill WendlingUpdate to the new EH syntax.
2011-09-19 Bill WendlingDramatically reduce this testcase.
2011-09-13 Andrew TrickGeneralize test case to handle multiple indvars modes.
2011-08-31 Bill WendlingReenable test.
2011-08-31 Bill WendlingRevert accidental commit
2011-08-31 Eli FriedmanDisable this test until Bill fixes it properly.
2011-08-31 Bill WendlingUpdate more tests to the new EH scheme.
2011-08-30 Rafael EspindolaRemove the old tail duplication pass. It is not used...
2011-08-03 Andrew TrickSCEV: Use AssertingVH to catch dangling BasicBlock...
2011-06-17 Chris Lattnermanually upgrade a bunch of tests to modern syntax...
2011-03-18 Andrew TrickAvoid creating canonical induction variables for non...
2011-02-10 Cameron ZwarichRename 'loopsimplify' to 'loop-simplify'.
2011-01-02 Duncan SandsFix PR8702 by not having LoopSimplify claim to preserve...
2010-09-04 Dan GohmanFix LoopSimplify to notify ScalarEvolution when splitti...
2010-08-14 Dan GohmanLoopSimplify shouldn't split loop backedges that use...
2010-07-16 Tobias GrosserLoopSimplify does not update domfrontier correctly.
2009-11-20 Dan GohmanMake Loop::getLoopLatch() work on loops which don't...
2009-11-05 Dan GohmanThe introduction of indirectbr meant the introduction of
2009-10-24 Dan GohmanMake these tests more interesting by using
2009-10-19 Dan GohmanFix SplitBlockPredecessors' LoopInfo updating code...
2009-09-28 Dan GohmanMove the dominator verification code out of special...
2009-09-11 Dan GohmanChange tests from "opt %s" to "opt < %s" so that opt...
2009-09-08 Dan GohmanConvert a few more opt | llvm-dis to opt -S.
2009-09-08 Dan GohmanUse opt -S instead of piping bitcode output through...
2009-09-08 Dan GohmanChange these tests to feed the assembly files to opt...
2009-06-27 Dan GohmanTeach LoopSimplify how to merge multiple loop exits...
2009-05-21 Eli FriedmanFix some incorrect logic in DominanceFrontier::splitBlo...
2009-04-28 Dan GohmanAs with r70333, give the primary induction variable...
2008-05-20 Gabor Greifsabre brings to my attention that the 'tr' suffix is...
2008-05-20 Gabor GreifRename the last test with .llx extension to .ll, resolv...
2008-03-25 Tanya LattnerByebye llvm-upgrade!
2007-10-29 Chris LattnerFix PR1752 and LoopSimplify/2007-10-28-InvokeCrash...
2007-08-15 Dan GohmanConvert tests using "| wc -l | grep ..." to use the...
2007-06-29 John CriswellConvert .cvsignore files
2007-04-15 Reid SpencerFor PR1319:
2007-04-11 Reid SpencerMake the llvm-runtest function much more amenable by...
2007-01-06 Chris Lattnerthis testcase is too large to be useful, and requires...
2007-01-06 Reid SpencerRegenerate for new bytecode file format.
2006-12-31 Reid SpencerFor PR950:
2006-12-23 Reid SpencerFor PR950:
2006-12-03 Reid SpencerUpgrade to version 7 bytecode format.
2006-12-02 Reid SpencerUse the llvm-upgrade program to upgrade llvm assembly.
2006-08-12 Chris LattnerNew testcase, this used to take hours to loopsimplify.
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...
2005-08-10 Chris LattnerNew testcase
2005-08-04 Chris LattnerThis should not run lli, that is for llvm-test.
2004-11-19 Tanya LattnerAdding srcdir arg
2004-11-13 Tanya LattnerAdding subdirectory dg.exp files in order to be able...
2004-04-13 Chris LattnerNew testcase where loop simplify is not updating domfro...
2004-04-12 Chris Lattnernew testcase
2004-04-01 Chris LattnerNew testcase for PR306
2004-03-16 Chris LattnerNew testcase for PR293
2004-02-05 Chris LattnerNew testcase for PR223: Loopsimplify incorrectly update...
2003-12-10 Chris LattnerNew testcase which caused a bunch of tests to break...
2003-10-13 Chris Lattnermake the indvar obviously non-canonical
2003-10-12 Chris Lattnernew testcase
2003-10-12 Chris LattnerThe -preheaders pass is now known as -loopsimplify
2003-09-16 Misha BrukmanRenamed `as' => `llvm-as', `dis' => `llvm-dis', `link...
2003-08-16 Chris LattnerNo need to print in the testcase
2003-08-15 Chris Lattnernew testcase narrowed down from xboard
2003-05-12 Chris LattnerNew testcase
2003-04-26 Chris LattnerAdd comment to testcase
2003-04-25 Chris LattnerNew testcase that crashes preheaders
2002-09-26 Chris LattnerCheckin the simple features tests for the preheader...