[X86] Don't pass a scale value of 0 to scatter/gather intrinsics. This causes the...
[oota-llvm.git] / test / CodeGen / X86 / break-anti-dependencies.ll
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2013-10-15 Andrew TrickEnable MI Sched for x86.
2013-06-25 Andrew TrickRevert "Temporarily enable MI-Sched on X86."
2013-06-24 Andrew TrickTemporarily enable MI-Sched on X86.
2012-07-02 Chandler CarruthConvert all tests using TCL-style quoting to use shell...
2012-04-23 Preston GurdThis patch fixes a problem which arose when using the...
2011-03-08 Eric ChristopherTurn on list-ilp scheduling by default on x86 and x86...
2009-10-26 David GoodwinBreak anti-dependence breaking out into its own class.
2009-10-21 Dan GohmanRevert r84658 and r84691. They were causing llvm-gcc...
2009-10-20 David GoodwinCheckpoint more aggressive anti-dependency breaking...
2009-10-01 David GoodwinRestore the -post-RA-scheduler flag as an override...
2009-09-30 David GoodwinRemove regression that requires post-RA scheduling...
2009-09-25 Evan ChengFlip -disable-post-RA-scheduler to -post-RA-scheduler.
2009-09-08 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2009-06-04 Dan GohmanSplit the Add, Sub, and Mul instruction opcodes into...
2008-12-16 Dan GohmanEnable anti-dependence breaking by default when post...
2008-11-25 Dan GohmanInitial support for anti-dependence breaking. Currently...