[X86] Don't pass a scale value of 0 to scatter/gather intrinsics. This causes the...
[oota-llvm.git] / test / CodeGen / X86 / byval3.ll
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2012-11-14 Jakub StaszakMake sure to not get AVX code on an AVX-capable host...
2011-06-17 Chris Lattnermanually upgrade a bunch of tests to modern syntax...
2011-03-16 NAKAMURA Takumitest/CodeGen/X86/byval*.ll: Win64 has not supported...
2011-03-10 Stuart HastingsRevert 127359; it broke lencod.
2011-03-09 Stuart HastingsX86 byval copies no longer always_inline. <rdar:/...
2009-09-08 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2008-08-21 Evan ChengFix a number of byval / memcpy / memset related codegen...
2008-04-12 Dan GohmanDrop ISD::MEMSET, ISD::MEMMOVE, and ISD::MEMCPY, which...
2007-10-19 Rafael EspindolaAdd support for byval function whose argument is not...
2007-09-07 Rafael EspindolaAdd support for having different alignment for objects...