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
/
LoopSimplify
Age
Commit message (
Expand
)
Author
2011-08-03
SCEV: Use AssertingVH to catch dangling BasicBlock* when passes forget
Andrew Trick
2011-06-17
manually upgrade a bunch of tests to modern syntax, and remove some that
Chris Lattner
2011-03-18
Avoid creating canonical induction variables for non-native types.
Andrew Trick
2011-02-10
Rename 'loopsimplify' to 'loop-simplify'.
Cameron Zwarich
2011-01-02
Fix PR8702 by not having LoopSimplify claim to preserve LCSSA form. As descr...
Duncan Sands
2010-09-04
Fix LoopSimplify to notify ScalarEvolution when splitting a loop backedge
Dan Gohman
2010-08-14
LoopSimplify shouldn't split loop backedges that use indirectbr. PR7867.
Dan Gohman
2010-07-16
LoopSimplify does not update domfrontier correctly.
Tobias Grosser
2009-11-20
Make Loop::getLoopLatch() work on loops which don't have preheaders, as
Dan Gohman
2009-11-05
The introduction of indirectbr meant the introduction of
Dan Gohman
2009-10-24
Make these tests more interesting by using
Dan Gohman
2009-10-19
Fix SplitBlockPredecessors' LoopInfo updating code to handle the case
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
Convert a few more opt | llvm-dis to opt -S.
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-06-27
Teach LoopSimplify how to merge multiple loop exits into a single exit,
Dan Gohman
2009-05-21
Fix some incorrect logic in DominanceFrontier::splitBlock. Part of
Eli Friedman
2009-04-28
As with r70333, give the primary induction variable a use so
Dan Gohman
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-10-29
Fix PR1752 and LoopSimplify/2007-10-28-InvokeCrash.ll: terminators
Chris Lattner
2007-08-15
Convert tests using "| wc -l | grep ..." to use the count script.
Dan Gohman
2007-06-29
Convert .cvsignore files
John Criswell
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-06
this testcase is too large to be useful, and requires a .bc file to be
Chris Lattner
2007-01-06
Regenerate for new bytecode file format.
Reid Spencer
2006-12-31
For PR950:
Reid Spencer
2006-12-23
For PR950:
Reid Spencer
2006-12-03
Upgrade to version 7 bytecode format.
Reid Spencer
2006-12-02
Use the llvm-upgrade program to upgrade llvm assembly.
Reid Spencer
2006-08-12
New testcase, this used to take hours to loopsimplify.
Chris Lattner
2006-04-12
Added the ability to xfail based on llvmgcc version
Tanya Lattner
2006-03-23
Tired of wading through cvs's list ? files that are generated when building
Reid Spencer
2005-08-10
New testcase
Chris Lattner
2005-08-04
This should not run lli, that is for llvm-test.
Chris Lattner
2004-11-19
Adding srcdir arg
Tanya Lattner
2004-11-13
Adding subdirectory dg.exp files in order to be able to use dejagnu to only r...
Tanya Lattner
2004-04-13
New testcase where loop simplify is not updating domfrontiers correctly
Chris Lattner
2004-04-12
new testcase
Chris Lattner
2004-04-01
New testcase for PR306
Chris Lattner
2004-03-16
New testcase for PR293
Chris Lattner
2004-02-05
New testcase for PR223: Loopsimplify incorrectly updates dominator information
Chris Lattner
2003-12-10
New testcase which caused a bunch of tests to break last night with more
Chris Lattner
2003-10-13
make the indvar obviously non-canonical
Chris Lattner
2003-10-12
new testcase
Chris Lattner
2003-10-12
The -preheaders pass is now known as -loopsimplify
Chris Lattner
[next]