summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/memcpy-2.ll
Commit message (Expand)AuthorAge
* Enable MI Sched for x86.Andrew Trick2013-10-15
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-14
* Revert "Temporarily enable MI-Sched on X86."Andrew Trick2013-06-25
* Temporarily enable MI-Sched on X86.Andrew Trick2013-06-24
* When lowering memcpys to loads and stores, make sure we don't promote alignmentsLang Hames2013-01-31
* Avoid using lossy load / stores for memcpy / memset expansion. e.g.Evan Cheng2012-12-12
* Some enhancements for memcpy / memset inline expansion.Evan Cheng2012-12-10
* X86: Enable SSE memory intrinsics even when stack alignment is less than 16 b...Benjamin Kramer2012-11-14
* rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which isChris Lattner2011-06-18
* Revert r122955. It seems using movups to lower memcpy can cause massive regre...Evan Cheng2011-01-07
* Use movups to lower memcpy and memset even if it's not fast (like corei7).Evan Cheng2011-01-06
* Avoid using f64 to lower memcpy from constant string. It's cheaper to use i32...Evan Cheng2010-04-08
* In 64-bit mode, use i64 to lower memcpy / memset instead of f64.Evan Cheng2010-04-01
* Add -mcpu to memcpy / memset tests to ensure they behave the same on all host...Evan Cheng2010-04-01
* Fix sdisel memcpy, memset, memmove lowering:Evan Cheng2010-04-01
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-08
* The Linux ABI emits an extra "movl %esp, %ebp" in function prologue andNick Lewycky2008-05-26
* Add a couple of test cases.Evan Cheng2008-05-22