summaryrefslogtreecommitdiff
path: root/test/Transforms/LoopSimplify
Commit message (Expand)AuthorAge
* [LPM] Make LCSSA a utility with a FunctionPass that applies it to allChandler Carruth2014-01-25
* Reapply r198478 "Fix PR18361: Invalidate LoopDispositions after LoopSimplify ...Andrew Trick2014-01-06
* Revert "Fix PR18361: Invalidate LoopDispositions after LoopSimplify hoists th...Alp Toker2014-01-04
* Fix PR18361: Invalidate LoopDispositions after LoopSimplify hoists things.Andrew Trick2014-01-04
* UpdatePHINodes in BasicBlockUtils should not crash on duplicate predecessorsHal Finkel2013-10-04
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-16
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-14
* Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth2012-07-02
* LoopSimplify bug fix. Handle indirect loop back edges.Andrew Trick2012-03-20
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-16
* Make loop preheader insertion in LoopSimplify handle the case where the loop ...Eli Friedman2011-12-15
* Removed colons from some target datalayout strings in test, since they don't ...Lang Hames2011-10-12
* Update to the new EH syntax.Bill Wendling2011-09-19
* Dramatically reduce this testcase.Bill Wendling2011-09-19
* Generalize test case to handle multiple indvars modes.Andrew Trick2011-09-13
* Reenable test.Bill Wendling2011-08-31
* Revert accidental commitBill Wendling2011-08-31
* Disable this test until Bill fixes it properly.Eli Friedman2011-08-31
* Update more tests to the new EH scheme.Bill Wendling2011-08-31
* Remove the old tail duplication pass. It is not used and is unable to updateRafael Espindola2011-08-30
* SCEV: Use AssertingVH to catch dangling BasicBlock* when passes forgetAndrew Trick2011-08-03
* manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner2011-06-17
* Avoid creating canonical induction variables for non-native types.Andrew Trick2011-03-18
* Rename 'loopsimplify' to 'loop-simplify'.Cameron Zwarich2011-02-10
* Fix PR8702 by not having LoopSimplify claim to preserve LCSSA form. As descr...Duncan Sands2011-01-02
* Fix LoopSimplify to notify ScalarEvolution when splitting a loop backedgeDan Gohman2010-09-04
* LoopSimplify shouldn't split loop backedges that use indirectbr. PR7867.Dan Gohman2010-08-14
* LoopSimplify does not update domfrontier correctly.Tobias Grosser2010-07-16
* Make Loop::getLoopLatch() work on loops which don't have preheaders, asDan Gohman2009-11-20
* The introduction of indirectbr meant the introduction ofDan Gohman2009-11-05
* Make these tests more interesting by usingDan Gohman2009-10-24
* Fix SplitBlockPredecessors' LoopInfo updating code to handle the caseDan Gohman2009-10-19
* Move the dominator verification code out of special code embedded withinDan Gohman2009-09-28
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-11
* Convert a few more opt | llvm-dis to opt -S.Dan Gohman2009-09-08
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-08
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-08
* Teach LoopSimplify how to merge multiple loop exits into a single exit,Dan Gohman2009-06-27
* Fix some incorrect logic in DominanceFrontier::splitBlock. Part of Eli Friedman2009-05-21
* As with r70333, give the primary induction variable a use soDan Gohman2009-04-28
* sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif2008-05-20
* Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif2008-05-20
* Byebye llvm-upgrade!Tanya Lattner2008-03-25
* Fix PR1752 and LoopSimplify/2007-10-28-InvokeCrash.ll: terminators Chris Lattner2007-10-29
* Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman2007-08-15
* Convert .cvsignore filesJohn Criswell2007-06-29
* For PR1319:Reid Spencer2007-04-15
* Make the llvm-runtest function much more amenable by eliminating all theReid Spencer2007-04-11
* this testcase is too large to be useful, and requires a .bc file to beChris Lattner2007-01-06
* Regenerate for new bytecode file format.Reid Spencer2007-01-06