summaryrefslogtreecommitdiffstats
path: root/test/Transforms/LoopSimplify
Commit message (Expand)AuthorAgeFilesLines
* LoopSimplify bug fix. Handle indirect loop back edges.Andrew Trick2012-03-201-0/+41
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-162-3/+1
* Make loop preheader insertion in LoopSimplify handle the case where the loop ...Eli Friedman2011-12-151-0/+45
* Removed colons from some target datalayout strings in test, since they don't ...Lang Hames2011-10-121-1/+1
* Update to the new EH syntax.Bill Wendling2011-09-191-7/+3
* Dramatically reduce this testcase.Bill Wendling2011-09-191-873/+14
* Generalize test case to handle multiple indvars modes.Andrew Trick2011-09-131-3/+6
* Reenable test.Bill Wendling2011-08-311-1/+0
* Revert accidental commitBill Wendling2011-08-311-6/+0
* Disable this test until Bill fixes it properly.Eli Friedman2011-08-311-0/+1
* Update more tests to the new EH scheme.Bill Wendling2011-08-311-0/+6
* Remove the old tail duplication pass. It is not used and is unable to updateRafael Espindola2011-08-301-1/+1
* SCEV: Use AssertingVH to catch dangling BasicBlock* when passes forgetAndrew Trick2011-08-031-0/+88
* manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner2011-06-171-5/+5
* Avoid creating canonical induction variables for non-native types.Andrew Trick2011-03-181-1/+1
* Rename 'loopsimplify' to 'loop-simplify'.Cameron Zwarich2011-02-1017-17/+17
* Fix PR8702 by not having LoopSimplify claim to preserve LCSSA form. As descr...Duncan Sands2011-01-021-0/+43
* Fix LoopSimplify to notify ScalarEvolution when splitting a loop backedgeDan Gohman2010-09-041-0/+50
* LoopSimplify shouldn't split loop backedges that use indirectbr. PR7867.Dan Gohman2010-08-141-0/+35
* LoopSimplify does not update domfrontier correctly.Tobias Grosser2010-07-161-0/+20
* Make Loop::getLoopLatch() work on loops which don't have preheaders, asDan Gohman2009-11-201-0/+17
* The introduction of indirectbr meant the introduction ofDan Gohman2009-11-051-0/+83
* Make these tests more interesting by usingDan Gohman2009-10-241-1/+1
* Fix SplitBlockPredecessors' LoopInfo updating code to handle the caseDan Gohman2009-10-191-0/+20
* Move the dominator verification code out of special code embedded withinDan Gohman2009-09-281-1/+1
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-1114-14/+14
* Convert a few more opt | llvm-dis to opt -S.Dan Gohman2009-09-081-2/+1
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-082-2/+2
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-0815-15/+15
* Teach LoopSimplify how to merge multiple loop exits into a single exit,Dan Gohman2009-06-271-0/+45
* Fix some incorrect logic in DominanceFrontier::splitBlock. Part of Eli Friedman2009-05-211-1/+1
* As with r70333, give the primary induction variable a use soDan Gohman2009-04-281-1/+2
* sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif2008-05-201-1/+1
* Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif2008-05-201-1/+1
* Byebye llvm-upgrade!Tanya Lattner2008-03-2513-271/+211
* Fix PR1752 and LoopSimplify/2007-10-28-InvokeCrash.ll: terminators Chris Lattner2007-10-291-0/+892
* Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman2007-08-151-1/+1
* Convert .cvsignore filesJohn Criswell2007-06-291-3/+0
* For PR1319:Reid Spencer2007-04-151-2/+2
* Make the llvm-runtest function much more amenable by eliminating all theReid Spencer2007-04-111-1/+1
* this testcase is too large to be useful, and requires a .bc file to beChris Lattner2007-01-062-5/+0
* Regenerate for new bytecode file format.Reid Spencer2007-01-061-0/+0
* For PR950:Reid Spencer2006-12-311-0/+0
* For PR950:Reid Spencer2006-12-231-0/+0
* Upgrade to version 7 bytecode format.Reid Spencer2006-12-031-0/+0
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-0213-13/+13
* New testcase, this used to take hours to loopsimplify.Chris Lattner2006-08-122-0/+5
* Added the ability to xfail based on llvmgcc versionTanya Lattner2006-04-121-1/+1
* Tired of wading through cvs's list ? files that are generated when buildingReid Spencer2006-03-231-0/+3
* New testcaseChris Lattner2005-08-101-0/+59