[X86] Don't pass a scale value of 0 to scatter/gather intrinsics. This causes the...
[oota-llvm.git] / test / CodeGen / X86 / atomic-load-store-wide.ll
2015-05-26 Rafael EspindolaPrint "lock \t foo" instead of "lock \n foo".
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2014-09-23 Robin Morisset[X86] Make wide loads be managed by AtomicExpand
2014-07-01 Tim NorthoverX86: expand atomics in IR instead of as MachineInstrs.
2013-03-06 Michael LiaoFix PR15355
2011-09-13 Eli FriedmanError out on CodeGen of unaligned load/store. Fix...
2011-08-24 Eli FriedmanHook up 64-bit atomic load/store on x86-32. I plan...