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
/
CodeGen
/
X86
/
loop-hoist.ll
Age
Commit message (
Expand
)
Author
2010-04-17
Start function numbering at 0.
Dan Gohman
2010-01-20
emit basic block labels with mcstreamer.
Chris Lattner
2009-09-08
Eliminate more uses of llvm-as and llvm-dis.
Dan Gohman
2009-08-12
Use WriteAsOperand to print BasicBlock names.
Dan Gohman
2009-07-14
convert to filecheck style, simplify RUN line, and add comment.
Chris Lattner
2009-07-14
Revert r75610 (and r75620, which was blocking the revert), in the hopes of
Daniel Dunbar
2009-07-14
Change the X86 asmprinter to use the mangler to apply suffixes like "$non_laz...
Chris Lattner
2009-05-18
Add nounwind to a few tests.
Dan Gohman
2009-01-16
Disable the post-RA scheduler on this test, since it uses a
Dan Gohman
2008-04-15
Treat EntryToken nodes as "passive" so that they aren't added to the
Dan Gohman
2008-02-21
Remove llvm-upgrade and update tests.
Tanya Lattner
2007-04-15
For PR1319: Upgrade to new test harness.
Reid Spencer
2007-01-05
Global variables are not renamed by llvm-upgrade any more.
Reid Spencer
2007-01-03
Update test cases that grepped for register names that have now changed
Reid Spencer
2006-12-31
For PR950:
Reid Spencer
2006-12-02
Rearrange code so that llvm-upgrade doesn't break the optimization this
Reid Spencer
2006-12-02
Use the llvm-upgrade program to upgrade llvm assembly.
Reid Spencer
2006-09-13
new testcase
Chris Lattner