aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/byval7.ll
AgeCommit message (Expand)Author
2011-05-04Prepare remaining tests for -join-physreg going away.Jakob Stoklund Olesen
2011-03-10Revert 127359; it broke lencod.Stuart Hastings
2011-03-09X86 byval copies no longer always_inline. <rdar://problem/8706628>Stuart Hastings
2010-04-01Fix sdisel memcpy, memset, memmove lowering:Evan Cheng
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-04-08Implement support for using modeling implicit-zero-extension on x86-64Dan Gohman
2008-04-12Drop ISD::MEMSET, ISD::MEMMOVE, and ISD::MEMCPY, which are not LegalDan Gohman
2008-02-09Alignment of struct containing vectors depends onDale Johannesen
2008-01-23Let each target decide byval alignment. For X86, it's 4-byte unless the aggre...Evan Cheng