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
/
2006-05-02-InstrSched2.ll
Age
Commit message (
Expand
)
Author
2013-03-12
Revert the test moves from 176733. Use "REQUIRES: asserts" instead.
Jan Wen Voung
2013-03-08
Disable statistics on Release builds and move tests that depend on -stats.
Jan Wen Voung
2012-07-02
Convert the uses of '|&' to use '2>&1 |' instead, which works on old
Chandler Carruth
2009-09-08
Eliminate more uses of llvm-as and llvm-dis.
Dan Gohman
2008-04-14
Remove -unwind-tables-optional everywhere, since
Dale Johannesen
2008-04-08
Rename -disable-required-unwind-tables to -unwind-tables-optional.
Dale Johannesen
2008-04-08
Add -disable-required-unwind-tables to tests
Dale Johannesen
2008-03-31
Mark functions in some tests as 'nounwind'. Generating
Dale Johannesen
2008-03-25
Byebye llvm-upgrade!
Tanya Lattner
2008-03-13
TwoAddressInstructionPass enhancement. After it converts a two address instru...
Evan Cheng
2007-12-26
one fewer uncond branch with my codegenprepare hack for single-mbb backedges.
Chris Lattner
2007-10-05
Enable convertToThreeAddress for X86 by default.
Evan Cheng
2007-07-17
Use push / pop for prologues and epilogues.
Evan Cheng
2007-04-16
For PR1319:
Reid Spencer
2007-01-08
Undo xfail now scheduler deficiency has been fixed.
Evan Cheng
2006-12-02
Use the llvm-upgrade program to upgrade llvm assembly.
Reid Spencer
2006-08-18
Temporarily xfail this test, evan will look at it in a week or so.
Chris Lattner
2006-05-03
A few instruction scheduling test cases.
Evan Cheng