aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/LoopSimplify
AgeCommit message (Expand)Author
2012-07-02Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth
2012-03-20LoopSimplify bug fix. Handle indirect loop back edges.Andrew Trick
2012-02-16Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky
2011-12-15Make loop preheader insertion in LoopSimplify handle the case where the loop ...Eli Friedman
2011-10-12Removed colons from some target datalayout strings in test, since they don't ...Lang Hames
2011-09-19Update to the new EH syntax.Bill Wendling
2011-09-19Dramatically reduce this testcase.Bill Wendling
2011-09-13Generalize test case to handle multiple indvars modes.Andrew Trick
2011-08-31Reenable test.Bill Wendling
2011-08-31Revert accidental commitBill Wendling
2011-08-31Disable this test until Bill fixes it properly.Eli Friedman
2011-08-31Update more tests to the new EH scheme.Bill Wendling
2011-08-30Remove the old tail duplication pass. It is not used and is unable to updateRafael Espindola
2011-08-03SCEV: Use AssertingVH to catch dangling BasicBlock* when passes forgetAndrew Trick
2011-06-17manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner
2011-03-18Avoid creating canonical induction variables for non-native types.Andrew Trick
2011-02-10Rename 'loopsimplify' to 'loop-simplify'.Cameron Zwarich
2011-01-02Fix PR8702 by not having LoopSimplify claim to preserve LCSSA form. As descr...Duncan Sands
2010-09-04Fix LoopSimplify to notify ScalarEvolution when splitting a loop backedgeDan Gohman
2010-08-14LoopSimplify shouldn't split loop backedges that use indirectbr. PR7867.Dan Gohman
2010-07-16LoopSimplify does not update domfrontier correctly.Tobias Grosser
2009-11-20Make Loop::getLoopLatch() work on loops which don't have preheaders, asDan Gohman
2009-11-05The introduction of indirectbr meant the introduction ofDan Gohman
2009-10-24Make these tests more interesting by usingDan Gohman
2009-10-19Fix SplitBlockPredecessors' LoopInfo updating code to handle the caseDan Gohman
2009-09-28Move the dominator verification code out of special code embedded withinDan Gohman
2009-09-11Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman
2009-09-08Convert a few more opt | llvm-dis to opt -S.Dan Gohman
2009-09-08Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman
2009-06-27Teach LoopSimplify how to merge multiple loop exits into a single exit,Dan Gohman
2009-05-21Fix some incorrect logic in DominanceFrontier::splitBlock. Part of Eli Friedman
2009-04-28As with r70333, give the primary induction variable a use soDan Gohman
2008-05-20sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif
2008-05-20Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif
2008-03-25Byebye llvm-upgrade!Tanya Lattner
2007-10-29Fix PR1752 and LoopSimplify/2007-10-28-InvokeCrash.ll: terminators Chris Lattner
2007-08-15Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman
2007-06-29Convert .cvsignore filesJohn Criswell
2007-04-15For PR1319:Reid Spencer
2007-04-11Make the llvm-runtest function much more amenable by eliminating all theReid Spencer
2007-01-06this testcase is too large to be useful, and requires a .bc file to beChris Lattner
2007-01-06Regenerate for new bytecode file format.Reid Spencer
2006-12-31For PR950:Reid Spencer
2006-12-23For PR950:Reid Spencer
2006-12-03Upgrade to version 7 bytecode format.Reid Spencer
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2006-08-12New testcase, this used to take hours to loopsimplify.Chris Lattner
2006-04-12Added the ability to xfail based on llvmgcc versionTanya Lattner
2006-03-23Tired of wading through cvs's list ? files that are generated when buildingReid Spencer