aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/LCSSA
AgeCommit message (Expand)Author
2012-07-02Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth
2012-06-26Enable the new LoopInfo algorithm by default.Andrew Trick
2012-02-16Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky
2011-09-02Try to eliminate the use of the 'unwind' instruction.Bill Wendling
2011-03-15Do not add PHIs with no users when creating LCSSA form. Patch by Andrew Clinton.Cameron Zwarich
2011-02-10Rename 'loopsimplify' to 'loop-simplify'.Cameron Zwarich
2010-07-26Avoid depending on LCSSA implicitly pulling in LoopSimplify.Dan Gohman
2010-03-09Make isLCSSA ignore uses in blocks not reachable from the entry block,Dan Gohman
2009-11-10Trim a bunch of unneeded code from this testcase.Dan Gohman
2009-11-09Generalize LCSSA to handle loops with exits with predecessors outsideDan 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-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-09-05Quote another '%S' in a test.Daniel Dunbar
2009-06-26Fix LCSSA to avoid emitting a PHI node for the unwind destination ofDan Gohman
2009-06-04Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman
2009-05-21Fix broken logic in DominatorTreeBase::Split. Part of PR4238.Eli Friedman
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-07-31Bunch of tests to check loop passes.Devang Patel
2007-06-29Convert .cvsignore filesJohn Criswell
2007-04-16For PR1319:Reid Spencer
2007-04-15For PR1319:Reid Spencer
2007-04-11Make the llvm-runtest function much more amenable by eliminating all theReid Spencer
2007-01-26For PR761:Reid Spencer
2007-01-06Accomodate new name manglinge done by llvm-upgradeReid Spencer
2007-01-03Update test cases that grepped for register names that have now changedReid Spencer
2007-01-02For PR1070:Reid Spencer
2006-12-31For PR950:Reid Spencer
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2006-10-31another testcase for PR977Chris Lattner
2006-10-31testcase for PR977Chris Lattner
2006-10-27Improve cvs ignoring of test results.Reid Spencer
2006-07-09Add a test for the LCSSA issue I just fixed.Owen Anderson
2006-06-12Make sure that LCSSA works properly when it encounters an exit block that hasOwen Anderson
2006-06-04Update the regression tests, and add a new one encountered while compiling cr...Owen Anderson
2006-05-29Require both tests to pass.Owen Anderson
2006-05-29Update the testcase to check the full extent of LCSSA.Owen Anderson
2006-05-26Trivial testcase that LCSSA can already handle.Owen Anderson