summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/byval4.ll
AgeCommit message (Expand)AuthorFilesLines
2011-06-17manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner1-2/+2
2011-03-16test/CodeGen/X86/byval*.ll: Win64 has not supported byval yet.NAKAMURA Takumi1-2/+25
2011-03-10Revert 127359; it broke lencod.Stuart Hastings1-2/+2
2011-03-09X86 byval copies no longer always_inline. <rdar://problem/8706628>Stuart Hastings1-2/+2
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman1-2/+2
2008-08-21Fix a number of byval / memcpy / memset related codegen issues.Evan Cheng1-2/+2
2008-04-12Drop ISD::MEMSET, ISD::MEMMOVE, and ISD::MEMCPY, which are not LegalDan Gohman1-1/+9
2008-01-23Let each target decide byval alignment. For X86, it's 4-byte unless the aggre...Evan Cheng1-2/+2
2007-10-19Add support for byval function whose argument is not 32 bit aligned.Rafael Espindola1-0/+28