index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Transforms
/
LCSSA
Age
Commit message (
Expand
)
Author
2012-07-02
Convert all tests using TCL-style quoting to use shell-style quoting.
Chandler Carruth
2012-06-26
Enable the new LoopInfo algorithm by default.
Andrew Trick
2012-02-16
Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...
Eli Bendersky
2011-09-02
Try to eliminate the use of the 'unwind' instruction.
Bill Wendling
2011-03-15
Do not add PHIs with no users when creating LCSSA form. Patch by Andrew Clinton.
Cameron Zwarich
2011-02-10
Rename 'loopsimplify' to 'loop-simplify'.
Cameron Zwarich
2010-07-26
Avoid depending on LCSSA implicitly pulling in LoopSimplify.
Dan Gohman
2010-03-09
Make isLCSSA ignore uses in blocks not reachable from the entry block,
Dan Gohman
2009-11-10
Trim a bunch of unneeded code from this testcase.
Dan Gohman
2009-11-09
Generalize LCSSA to handle loops with exits with predecessors outside
Dan Gohman
2009-09-28
Move the dominator verification code out of special code embedded within
Dan Gohman
2009-09-11
Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
Dan Gohman
2009-09-08
Use opt -S instead of piping bitcode output through llvm-dis.
Dan Gohman
2009-09-08
Change these tests to feed the assembly files to opt directly, instead
Dan Gohman
2009-09-05
Quote another '%S' in a test.
Daniel Dunbar
2009-06-26
Fix LCSSA to avoid emitting a PHI node for the unwind destination of
Dan Gohman
2009-06-04
Split the Add, Sub, and Mul instruction opcodes into separate
Dan Gohman
2009-05-21
Fix broken logic in DominatorTreeBase::Split. Part of PR4238.
Eli Friedman
2008-05-20
sabre brings to my attention that the 'tr' suffix is also obsolete
Gabor Greif
2008-05-20
Rename the last test with .llx extension to .ll, resolve duplicate test by re...
Gabor Greif
2008-03-25
Byebye llvm-upgrade!
Tanya Lattner
2007-07-31
Bunch of tests to check loop passes.
Devang Patel
2007-06-29
Convert .cvsignore files
John Criswell
2007-04-16
For PR1319:
Reid Spencer
2007-04-15
For PR1319:
Reid Spencer
2007-04-11
Make the llvm-runtest function much more amenable by eliminating all the
Reid Spencer
2007-01-26
For PR761:
Reid Spencer
2007-01-06
Accomodate new name manglinge done by llvm-upgrade
Reid Spencer
2007-01-03
Update test cases that grepped for register names that have now changed
Reid Spencer
2007-01-02
For PR1070:
Reid Spencer
2006-12-31
For PR950:
Reid Spencer
2006-12-02
Use the llvm-upgrade program to upgrade llvm assembly.
Reid Spencer
2006-10-31
another testcase for PR977
Chris Lattner
2006-10-31
testcase for PR977
Chris Lattner
2006-10-27
Improve cvs ignoring of test results.
Reid Spencer
2006-07-09
Add a test for the LCSSA issue I just fixed.
Owen Anderson
2006-06-12
Make sure that LCSSA works properly when it encounters an exit block that has
Owen Anderson
2006-06-04
Update the regression tests, and add a new one encountered while compiling cr...
Owen Anderson
2006-05-29
Require both tests to pass.
Owen Anderson
2006-05-29
Update the testcase to check the full extent of LCSSA.
Owen Anderson
2006-05-26
Trivial testcase that LCSSA can already handle.
Owen Anderson