aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/LoopSimplify
AgeCommit message (Expand)Author
2010-09-14Approved by Chris:Bill Wendling
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
2005-08-10New testcaseChris Lattner
2005-08-04This should not run lli, that is for llvm-test.Chris Lattner
2004-11-19Adding srcdir argTanya Lattner
2004-11-13Adding subdirectory dg.exp files in order to be able to use dejagnu to only r...Tanya Lattner
2004-04-13New testcase where loop simplify is not updating domfrontiers correctlyChris Lattner
2004-04-12new testcaseChris Lattner
2004-04-01New testcase for PR306Chris Lattner
2004-03-16New testcase for PR293Chris Lattner
2004-02-05New testcase for PR223: Loopsimplify incorrectly updates dominator informationChris Lattner
2003-12-10New testcase which caused a bunch of tests to break last night with moreChris Lattner
2003-10-13make the indvar obviously non-canonicalChris Lattner
2003-10-12new testcaseChris Lattner
2003-10-12The -preheaders pass is now known as -loopsimplifyChris Lattner
2003-09-16Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.Misha Brukman
2003-08-16No need to print in the testcaseChris Lattner
2003-08-15new testcase narrowed down from xboardChris Lattner
2003-05-12New testcaseChris Lattner
2003-04-26Add comment to testcaseChris Lattner