aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/memcpy-2.ll
Commit message (Expand)AuthorAgeFilesLines
* Avoid using f64 to lower memcpy from constant string. It's cheaper to use i32...Evan Cheng2010-04-081-9/+54
* In 64-bit mode, use i64 to lower memcpy / memset instead of f64.Evan Cheng2010-04-011-0/+17
* Add -mcpu to memcpy / memset tests to ensure they behave the same on all host...Evan Cheng2010-04-011-3/+3
* Fix sdisel memcpy, memset, memmove lowering:Evan Cheng2010-04-011-5/+95
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-081-2/+2
* The Linux ABI emits an extra "movl %esp, %ebp" in function prologue andNick Lewycky2008-05-261-2/+2
* Add a couple of test cases.Evan Cheng2008-05-221-0/+15