[X86] Don't pass a scale value of 0 to scatter/gather intrinsics. This causes the...
[oota-llvm.git] / test / CodeGen / X86 / 2009-06-05-VZextByteShort.ll
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2014-08-28 Chandler Carruth[x86] Clean up some tests to use FileCheck and combine...
2013-11-30 Juergen RibutzkaForce CPU type to unbreak unit tests on Haswell machines.
2011-10-16 Nadav RotemEnable element promotion type legalization by deafault.
2011-04-14 Bill WendlingAs Dan pointed out, movzbl, movsbl, and friends are...
2011-04-14 Bill WendlingHave the X86 back-end emit the alias instead of what...
2009-09-08 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2009-06-06 Eli FriedmanGet rid of some bogus patterns for X86vzmovl. Don...