summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/byval2.ll
Commit message (Expand)AuthorAge
* Make sure to not get AVX code on an AVX-capable host. Revealed in r167967.Jakub Staszak2012-11-14
* manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner2011-06-17
* test/CodeGen/X86/byval*.ll: Win64 has not supported byval yet.NAKAMURA Takumi2011-03-16
* Revert 127359; it broke lencod.Stuart Hastings2011-03-10
* X86 byval copies no longer always_inline. <rdar://problem/8706628>Stuart Hastings2011-03-09
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-08
* Drop ISD::MEMSET, ISD::MEMMOVE, and ISD::MEMCPY, which are not LegalDan Gohman2008-04-12
* Fix a bug that prevented x86-64 from using rep.movsq forDan Gohman2008-04-12
* Don't add a default STACK_ALIGN (use the generic ABI alignment)Rafael Espindola2007-09-21
* Initial support for calling functions with byval arguments on x86-64Rafael Espindola2007-08-31