aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/byval4.ll
Commit message (Expand)AuthorAgeFilesLines
* Fix a number of byval / memcpy / memset related codegen issues.Evan Cheng2008-08-211-2/+2
* Drop ISD::MEMSET, ISD::MEMMOVE, and ISD::MEMCPY, which are not LegalDan Gohman2008-04-121-1/+9
* Let each target decide byval alignment. For X86, it's 4-byte unless the aggre...Evan Cheng2008-01-231-2/+2
* Add support for byval function whose argument is not 32 bit aligned.Rafael Espindola2007-10-191-0/+28