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