[X86] Don't pass a scale value of 0 to scatter/gather intrinsics. This causes the...
[oota-llvm.git] / test / CodeGen / X86 / 2010-09-17-SideEffectsInChain.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-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.
2011-07-07 Evan ChengAdd Mode64Bit feature and sink it down to MC layer.
2011-04-30 Jakob Stoklund OlesenWeekly fix of register allocation dependent unit tests.
2011-04-05 Jakob Stoklund OlesenFix one more batch of X86 tests to be register allocati...
2011-03-08 Eric ChristopherTurn on list-ilp scheduling by default on x86 and x86...
2011-01-07 Evan ChengRevert r122955. It seems using movups to lower memcpy...
2011-01-06 Evan ChengUse movups to lower memcpy and memset even if it's...
2010-09-20 Owen AndersonWhen TCO is turned on, it is possible to end up with...
2010-09-18 Owen AndersonInvert the logic of reachesChainWithoutSideEffects...