Enable the new no-SP register classes by default. This is to address
[oota-llvm.git] / test / CodeGen / X86 / byval4.ll
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...
2008-01-23 Evan ChengLet each target decide byval alignment. For X86, it...
2007-10-19 Rafael EspindolaAdd support for byval function whose argument is not...