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-11-InstrSched.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
2012-07-02
Convert all tests using TCL-style quoting to use shell-style quoting.
Chandler Carruth
2012-04-27
Add mcpu to tests to prevent them from using AVX instructions on Sandy Bridge...
Craig Topper
2012-01-31
Remove pcmpgt/pcmpeq intrinsics as clang is not using them.
Craig Topper
2011-11-10
Use a bigger hammer to fix PR11314 by disabling the "forcing two-address
Evan Cheng
2011-09-20
Attempt to fix -mtriple=i686-{cygwin|mingw|win32} regressions. Nakamura,
Bruno Cardoso Lopes
2010-02-12
Reapply the new LoopStrengthReduction code, with compile time and
Dan Gohman
2010-01-22
Revert LoopStrengthReduce.cpp to pre-r94061 for now.
Dan Gohman
2010-01-21
Re-implement the main strength-reduction portion of LoopStrengthReduction.
Dan Gohman
2010-01-12
Make several tests less fragile.
Dan Gohman
2009-09-08
Eliminate more uses of llvm-as and llvm-dis.
Dan Gohman
2009-02-16
Change these tests to use regular loads instead of llvm.x86.sse2.loadu.dq.
Dan Gohman
2009-02-09
Re-enable machine sinking pass now that the coalescer bugs and the AnalyzeBrn...
Evan Cheng
2009-02-08
Revert r63999. It was breaking self-hosting builds.
Bill Wendling
2009-02-07
Enable machine sinking pass in non-fast mode.
Evan Cheng
2008-06-21
Undo spill weight tweak. Need to investigate the performance regressions.
Evan Cheng
2008-06-19
This got better.
Evan Cheng
2008-04-23
Fix test, instruction count is valid only if stack is not realigned
Anton Korobeynikov
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
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-15
For PR1319: Upgrade to new test harness.
Reid Spencer
2007-04-04
These got better.
Evan Cheng
2007-03-13
This got better.
Evan Cheng
2007-01-26
For PR761:
Reid Spencer
2006-12-02
Use the llvm-upgrade program to upgrade llvm assembly.
Reid Spencer
2006-11-26
Don't use bitcast yet!
Reid Spencer
2006-11-26
Make this test case easier to read. No functional changes.
Reid Spencer
2006-05-25
-sched-commute-nodes is now on by default.
Evan Cheng
2006-05-12
New scheduling test case.
Evan Cheng