aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/LoopSimplify
Commit message (Expand)AuthorAgeFilesLines
* 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
* This should not run lli, that is for llvm-test.Chris Lattner2005-08-041-1/+1
* Adding srcdir argTanya Lattner2004-11-191-1/+1
* Adding subdirectory dg.exp files in order to be able to use dejagnu to only r...Tanya Lattner2004-11-131-0/+3
* New testcase where loop simplify is not updating domfrontiers correctlyChris Lattner2004-04-131-0/+22
* new testcaseChris Lattner2004-04-121-0/+22
* New testcase for PR306Chris Lattner2004-04-011-0/+24
* New testcase for PR293Chris Lattner2004-03-161-0/+12
* New testcase for PR223: Loopsimplify incorrectly updates dominator informationChris Lattner2004-02-051-0/+17
* New testcase which caused a bunch of tests to break last night with moreChris Lattner2003-12-101-0/+42
* make the indvar obviously non-canonicalChris Lattner2003-10-131-1/+1
* new testcaseChris Lattner2003-10-121-0/+17
* The -preheaders pass is now known as -loopsimplifyChris Lattner2003-10-124-4/+4
* Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.Misha Brukman2003-09-165-5/+5