aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/LCSSA
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-097-15/+15
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-232-5/+39
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-161-1/+0
* Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth2012-07-024-6/+6
* Enable the new LoopInfo algorithm by default.Andrew Trick2012-06-261-2/+2
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-162-3/+1
* Try to eliminate the use of the 'unwind' instruction.Bill Wendling2011-09-021-0/+8
* Do not add PHIs with no users when creating LCSSA form. Patch by Andrew Clinton.Cameron Zwarich2011-03-152-2/+38
* Rename 'loopsimplify' to 'loop-simplify'.Cameron Zwarich2011-02-101-2/+2
* Avoid depending on LCSSA implicitly pulling in LoopSimplify.Dan Gohman2010-07-261-2/+2
* Make isLCSSA ignore uses in blocks not reachable from the entry block,Dan Gohman2010-03-091-0/+27
* Trim a bunch of unneeded code from this testcase.Dan Gohman2009-11-101-94/+1
* Generalize LCSSA to handle loops with exits with predecessors outsideDan Gohman2009-11-091-0/+635
* 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-1110-13/+13
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-083-6/+6
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-0810-13/+13
* Quote another '%S' in a test.Daniel Dunbar2009-09-051-2/+2
* Fix LCSSA to avoid emitting a PHI node for the unwind destination ofDan Gohman2009-06-261-0/+143
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-043-9/+9
* Fix broken logic in DominatorTreeBase::Split. Part of PR4238.Eli Friedman2009-05-211-1/+1
* 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-256-294/+124
* Bunch of tests to check loop passes.Devang Patel2007-07-313-0/+55
* Convert .cvsignore filesJohn Criswell2007-06-291-1/+0
* For PR1319:Reid Spencer2007-04-163-6/+6
* 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
* For PR761:Reid Spencer2007-01-263-6/+6
* Accomodate new name manglinge done by llvm-upgradeReid Spencer2007-01-061-2/+2
* Update test cases that grepped for register names that have now changedReid Spencer2007-01-031-2/+4
* For PR1070:Reid Spencer2007-01-022-4/+8
* For PR950:Reid Spencer2006-12-311-3/+3
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-026-9/+9
* another testcase for PR977Chris Lattner2006-10-311-0/+210
* testcase for PR977Chris Lattner2006-10-311-0/+270
* Improve cvs ignoring of test results.Reid Spencer2006-10-271-0/+1
* Add a test for the LCSSA issue I just fixed.Owen Anderson2006-07-091-0/+31
* Make sure that LCSSA works properly when it encounters an exit block that hasOwen Anderson2006-06-121-0/+28
* Update the regression tests, and add a new one encountered while compiling cr...Owen Anderson2006-06-042-2/+28
* Require both tests to pass.Owen Anderson2006-05-291-1/+1
* Update the testcase to check the full extent of LCSSA.Owen Anderson2006-05-291-0/+1
* Trivial testcase that LCSSA can already handle.Owen Anderson2006-05-262-0/+28