summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2006-05-11-InstrSched.ll
AgeCommit message (Expand)Author
2017-08-07Reapply fix PR23384 (part 3 of 3) r304824 (was reverted in r305720).Evgeny Stupachenko
2017-08-02X86: Do not use llc -march in tests.Matthias Braun
2017-06-19Revert r304824 "Fix PR23384 (part 3 of 3)"Hans Wennborg
2017-06-06Fix PR23384 (part 3 of 3)Evgeny Stupachenko
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2013-08-01Use function attributes to indicate that we don't want to realign the stack.Bill Wendling
2013-03-12Revert the test moves from 176733. Use "REQUIRES: asserts" instead.Jan Wen Voung
2013-03-08Disable statistics on Release builds and move tests that depend on -stats.Jan Wen Voung
2012-07-02Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth
2012-07-02Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth
2012-04-27Add mcpu to tests to prevent them from using AVX instructions on Sandy Bridge...Craig Topper
2012-01-31Remove pcmpgt/pcmpeq intrinsics as clang is not using them.Craig Topper
2011-11-10Use a bigger hammer to fix PR11314 by disabling the "forcing two-addressEvan Cheng
2011-09-20Attempt to fix -mtriple=i686-{cygwin|mingw|win32} regressions. Nakamura,Bruno Cardoso Lopes
2010-02-12Reapply the new LoopStrengthReduction code, with compile time andDan Gohman
2010-01-22Revert LoopStrengthReduce.cpp to pre-r94061 for now.Dan Gohman
2010-01-21Re-implement the main strength-reduction portion of LoopStrengthReduction.Dan Gohman
2010-01-12Make several tests less fragile.Dan Gohman
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-02-16Change these tests to use regular loads instead of llvm.x86.sse2.loadu.dq.Dan Gohman
2009-02-09Re-enable machine sinking pass now that the coalescer bugs and the AnalyzeBrn...Evan Cheng
2009-02-08Revert r63999. It was breaking self-hosting builds.Bill Wendling
2009-02-07Enable machine sinking pass in non-fast mode.Evan Cheng
2008-06-21Undo spill weight tweak. Need to investigate the performance regressions.Evan Cheng
2008-06-19This got better.Evan Cheng
2008-04-23Fix test, instruction count is valid only if stack is not realignedAnton Korobeynikov
2008-04-14Remove -unwind-tables-optional everywhere, sinceDale Johannesen
2008-04-08Rename -disable-required-unwind-tables to -unwind-tables-optional.Dale Johannesen
2008-04-08Add -disable-required-unwind-tables to testsDale Johannesen
2008-03-31Mark functions in some tests as 'nounwind'. GeneratingDale Johannesen
2007-10-05Enable convertToThreeAddress for X86 by default.Evan Cheng
2007-07-17Use push / pop for prologues and epilogues.Evan Cheng
2007-04-15For PR1319: Upgrade to new test harness.Reid Spencer
2007-04-04These got better.Evan Cheng
2007-03-13This got better.Evan Cheng
2007-01-26For PR761:Reid Spencer
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2006-11-26Don't use bitcast yet!Reid Spencer
2006-11-26Make 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-12New scheduling test case.Evan Cheng