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
/
LoopUnswitch
Age
Commit message (
Expand
)
Author
2011-12-22
Reinstate r146578; it doesn't appear to be the cause of some recent execution-
Chad Rosier
2011-12-22
Speculatively revert r146578 to determine if it is the cause of a number of
Chad Rosier
2011-12-14
Fix for bug #11429: Wrong behaviour for switches. Small improvement for code ...
Stepan Dyatkovskiy
2011-09-27
Split the landing pad basic block with the correct function. Also merge the
Bill Wendling
2011-06-03
Bail on unswitching a switch statement for a case with a critical edge. We name
Nick Lewycky
2010-11-18
Factor code for testing whether replacing one value with another
Duncan Sands
2010-09-01
Fix loop unswitching's assumption that a code path which either
Dan Gohman
2010-06-17
Remove arm_apcscc from the test files. It is the default and doing this
Rafael Espindola
2010-04-20
RewriteLoopBodyWithConditionConstant can end up rewriting the
Chris Lattner
2010-02-02
fix a crash in loop unswitch on a loop invariant vector condition.
Chris Lattner
2010-02-02
remove an unreduced testcase, rename another.
Chris Lattner
2009-11-25
Reverting patch in revision 89758, initial attempt at fixing PR5373 has prove...
Edward O'Callaghan
2009-11-24
Fix for PR5373, Credit to Jakub Staszak.
Edward O'Callaghan
2009-09-28
Move the dominator verification code out of special code embedded within
Dan Gohman
2009-09-11
Eliminate more redundant llvm-as calls.
Dan Gohman
2009-09-11
Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
Dan Gohman
2009-09-09
Fix SplitCriticalEdge to properly update LCSSA form when splitting a
Dan Gohman
2009-09-08
Trim unnecessary declarations.
Dan Gohman
2009-09-08
Change these tests to feed the assembly files to opt directly, instead
Dan Gohman
2009-09-08
Re-apply r80926, with fixes: keep the domtree informed of new blocks
Dan Gohman
2009-09-06
Revert r80926. It causes loop unswitch assertion and slow down some JIT tests...
Evan Cheng
2008-12-08
Actually test something. Use PR3170 test case.
Devang Patel
2008-12-08
Undo previous patch.
Devang Patel
2008-11-03
Ignore conditions that are outside the loop.
Devang Patel
2008-06-18
Preserve dominance frontier while trivially unswitching loop.
Devang Patel
2008-06-02
Update dom tree. Fix PR 2372.
Devang Patel
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-19
Upgrade tests.
Tanya Lattner
2007-10-05
Fix bug in updating dominance frontier after loop
Devang Patel
2007-08-15
Convert tests using "| wc -l | grep ..." to use the count script.
Dan Gohman
2007-08-02
Update dominator info for the middle blocks created while spliting
Devang Patel
2007-08-01
Update dominator info for the middle blocks created while spliting
Devang Patel
2007-07-31
Bunch of tests to check loop passes.
Devang Patel
2007-07-18
New test.
Devang Patel
2007-06-29
Convert .cvsignore files
John Criswell
2007-05-11
Drop ModuleID from comment.
Devang Patel
2007-05-09
New test.
Devang Patel
2007-05-09
New test.
Devang Patel
2007-04-15
For PR1319:
Reid Spencer
2007-04-11
Make the llvm-runtest function much more amenable by eliminating all the
Reid Spencer
2006-12-31
For PR950:
Reid Spencer
2006-12-02
Use the llvm-upgrade program to upgrade llvm assembly.
Reid Spencer
2006-06-27
Testcase that Nate found where LoopUnswitch chokes on eliminating a dead case
Owen Anderson
2006-06-14
new testcase, distilled from povray
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
2006-02-22
new testcase distilled from SPASS
Chris Lattner
2006-02-14
new testcase that broke unswitch due to loopsimplify not doing the right thing.
Chris Lattner
2004-11-19
Adding srcdir arg
Tanya Lattner
[next]