Merging r261039:
[oota-llvm.git] / test / CodeGen / X86 / 2006-05-11-InstrSched.ll
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2013-08-01 Bill WendlingUse function attributes to indicate that we don't want...
2013-03-12 Jan Wen VoungRevert the test moves from 176733. Use "REQUIRES:...
2013-03-08 Jan Wen VoungDisable statistics on Release builds and move tests...
2012-07-02 Chandler CarruthConvert the uses of '|&' to use '2>&1 |' instead, which...
2012-07-02 Chandler CarruthConvert all tests using TCL-style quoting to use shell...
2012-04-27 Craig TopperAdd mcpu to tests to prevent them from using AVX instru...
2012-01-31 Craig TopperRemove pcmpgt/pcmpeq intrinsics as clang is not using...
2011-11-10 Evan ChengUse a bigger hammer to fix PR11314 by disabling the...
2011-09-20 Bruno Cardoso LopesAttempt to fix -mtriple=i686-{cygwin|mingw|win32} regre...
2010-02-12 Dan GohmanReapply the new LoopStrengthReduction code, with compil...
2010-01-22 Dan GohmanRevert LoopStrengthReduce.cpp to pre-r94061 for now.
2010-01-21 Dan GohmanRe-implement the main strength-reduction portion of...
2010-01-12 Dan GohmanMake several tests less fragile.
2009-09-08 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2009-02-16 Dan GohmanChange these tests to use regular loads instead of...
2009-02-09 Evan ChengRe-enable machine sinking pass now that the coalescer...
2009-02-08 Bill WendlingRevert r63999. It was breaking self-hosting builds.
2009-02-07 Evan ChengEnable machine sinking pass in non-fast mode.
2008-06-21 Evan ChengUndo spill weight tweak. Need to investigate the perfor...
2008-06-19 Evan ChengThis got better.
2008-04-23 Anton KorobeynikovFix test, instruction count is valid only if stack...
2008-04-14 Dale JohannesenRemove -unwind-tables-optional everywhere, since
2008-04-08 Dale JohannesenRename -disable-required-unwind-tables to -unwind-table...
2008-04-08 Dale JohannesenAdd -disable-required-unwind-tables to tests
2008-03-31 Dale JohannesenMark functions in some tests as 'nounwind'. Generating
2007-10-05 Evan ChengEnable convertToThreeAddress for X86 by default.
2007-07-17 Evan ChengUse push / pop for prologues and epilogues.
2007-04-15 Reid SpencerFor PR1319: Upgrade to new test harness.
2007-04-04 Evan ChengThese got better.
2007-03-13 Evan ChengThis got better.
2007-01-26 Reid SpencerFor PR761:
2006-12-02 Reid SpencerUse the llvm-upgrade program to upgrade llvm assembly.
2006-11-26 Reid SpencerDon't use bitcast yet!
2006-11-26 Reid SpencerMake this test case easier to read. No functional changes.
2006-05-25 Evan Cheng-sched-commute-nodes is now on by default.
2006-05-12 Evan ChengNew scheduling test case.