summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2006-05-11-InstrSched.ll
Commit message (Expand)AuthorAge
* Use function attributes to indicate that we don't want to realign the stack.Bill Wendling2013-08-01
* Revert the test moves from 176733. Use "REQUIRES: asserts" instead.Jan Wen Voung2013-03-12
* Disable statistics on Release builds and move tests that depend on -stats.Jan Wen Voung2013-03-08
* Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth2012-07-02
* Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth2012-07-02
* Add mcpu to tests to prevent them from using AVX instructions on Sandy Bridge...Craig Topper2012-04-27
* Remove pcmpgt/pcmpeq intrinsics as clang is not using them.Craig Topper2012-01-31
* Use a bigger hammer to fix PR11314 by disabling the "forcing two-addressEvan Cheng2011-11-10
* Attempt to fix -mtriple=i686-{cygwin|mingw|win32} regressions. Nakamura,Bruno Cardoso Lopes2011-09-20
* Reapply the new LoopStrengthReduction code, with compile time andDan Gohman2010-02-12
* Revert LoopStrengthReduce.cpp to pre-r94061 for now.Dan Gohman2010-01-22
* Re-implement the main strength-reduction portion of LoopStrengthReduction.Dan Gohman2010-01-21
* Make several tests less fragile.Dan Gohman2010-01-12
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-08
* Change these tests to use regular loads instead of llvm.x86.sse2.loadu.dq.Dan Gohman2009-02-16
* Re-enable machine sinking pass now that the coalescer bugs and the AnalyzeBrn...Evan Cheng2009-02-09
* Revert r63999. It was breaking self-hosting builds.Bill Wendling2009-02-08
* Enable machine sinking pass in non-fast mode.Evan Cheng2009-02-07
* Undo spill weight tweak. Need to investigate the performance regressions.Evan Cheng2008-06-21
* This got better.Evan Cheng2008-06-19
* Fix test, instruction count is valid only if stack is not realignedAnton Korobeynikov2008-04-23
* Remove -unwind-tables-optional everywhere, sinceDale Johannesen2008-04-14
* Rename -disable-required-unwind-tables to -unwind-tables-optional.Dale Johannesen2008-04-08
* Add -disable-required-unwind-tables to testsDale Johannesen2008-04-08
* Mark functions in some tests as 'nounwind'. GeneratingDale Johannesen2008-03-31
* Enable convertToThreeAddress for X86 by default.Evan Cheng2007-10-05
* Use push / pop for prologues and epilogues.Evan Cheng2007-07-17
* For PR1319: Upgrade to new test harness.Reid Spencer2007-04-15
* These got better.Evan Cheng2007-04-04
* This got better.Evan Cheng2007-03-13
* For PR761:Reid Spencer2007-01-26
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-02
* Don't use bitcast yet!Reid Spencer2006-11-26
* Make this test case easier to read. No functional changes.Reid Spencer2006-11-26
* -sched-commute-nodes is now on by default.Evan Cheng2006-05-25
* New scheduling test case.Evan Cheng2006-05-12