summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/byval4.ll
Commit message (Expand)AuthorAge
* Fix a number of byval / memcpy / memset related codegen issues.Evan Cheng2008-08-21
* Drop ISD::MEMSET, ISD::MEMMOVE, and ISD::MEMCPY, which are not LegalDan Gohman2008-04-12
* Let each target decide byval alignment. For X86, it's 4-byte unless the aggre...Evan Cheng2008-01-23
* Add support for byval function whose argument is not 32 bit aligned.Rafael Espindola2007-10-19