aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/byval5.ll
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-6/+6
* Make sure to not get AVX code on an AVX-capable host. Revealed in r167967.Jakub Staszak2012-11-141-2/+2
* manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner2011-06-171-2/+2
* test/CodeGen/X86/byval*.ll: Win64 has not supported byval yet.NAKAMURA Takumi2011-03-161-2/+25
* Revert 127359; it broke lencod.Stuart Hastings2011-03-101-2/+2
* X86 byval copies no longer always_inline. <rdar://problem/8706628>Stuart Hastings2011-03-091-2/+2
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-081-2/+2
* Fix a number of byval / memcpy / memset related codegen issues.Evan Cheng2008-08-211-1/+1
* Drop ISD::MEMSET, ISD::MEMMOVE, and ISD::MEMCPY, which are not LegalDan Gohman2008-04-121-1/+17
* Let each target decide byval alignment. For X86, it's 4-byte unless the aggre...Evan Cheng2008-01-231-2/+2
* Test byval with a 8 bit aligned structRafael Espindola2007-10-191-0/+28