summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/byval3.ll
AgeCommit message (Expand)Author
2017-08-02X86: Do not use llc -march in tests.Matthias Braun
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2012-11-14Make sure to not get AVX code on an AVX-capable host. Revealed in r167967.Jakub Staszak
2011-06-17manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner
2011-03-16test/CodeGen/X86/byval*.ll: Win64 has not supported byval yet.NAKAMURA Takumi
2011-03-10Revert 127359; it broke lencod.Stuart Hastings
2011-03-09X86 byval copies no longer always_inline. <rdar://problem/8706628>Stuart Hastings
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2008-08-21Fix a number of byval / memcpy / memset related codegen issues.Evan Cheng
2008-04-12Drop ISD::MEMSET, ISD::MEMMOVE, and ISD::MEMCPY, which are not LegalDan Gohman
2007-10-19Add support for byval function whose argument is not 32 bit aligned.Rafael Espindola
2007-09-07Add support for having different alignment for objects on call frames.Rafael Espindola