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
/
LoopRotate
Age
Commit message (
Expand
)
Author
2010-08-17
When rotating loops, put the original header at the bottom of the
Dan Gohman
2010-06-26
Fix some tests that didn't test anything.
Benjamin Kramer
2010-01-05
Delete useless trailing semicolons.
Dan Gohman
2009-12-21
fix PR5837 by having SSAUpdate reuse phi nodes for the
Chris Lattner
2009-11-20
Make Loop::getLoopLatch() work on loops which don't have preheaders, as
Dan Gohman
2009-10-24
Make these tests more interesting by using
Dan Gohman
2009-09-28
Add a testcase to help test analysis preservation.
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-04-23
Testcase for PR2639.
Owen Anderson
2009-01-26
Fix PR3408 by making a non-obvious assumption very obvious, and
Chris Lattner
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-05-01
New test for bug fixed in 50545.
Dale Johannesen
2008-04-23
remove this testcase. It isn't testing loop rotate, it is testing all
Chris Lattner
2008-03-25
Byebye llvm-upgrade!
Tanya Lattner
2007-11-23
Ding dong, the DoesntAccessMemoryFns and
Duncan Sands
2007-07-31
Bunch of tests to check loop passes.
Devang Patel
2007-07-11
New test.
Devang Patel
2007-06-29
Convert .cvsignore files
John Criswell
2007-04-21
Add a .cvsignore file.
Reid Spencer
2007-04-16
For PR1319:
Reid Spencer
2007-04-15
For PR1319:
Reid Spencer
2007-04-11
The "implementation" keyword is no more!
Reid Spencer
2007-04-11
Make the llvm-runtest function much more amenable by eliminating all the
Reid Spencer
2007-04-10
Add test case for PR 1154.
Devang Patel
2007-04-09
Add check for opt crash.
Devang Patel
2007-04-09
Add Loop Rotate test cases.
Devang Patel