aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/memcpy-2.ll
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-2/+2
* Enable MI Sched for x86.Andrew Trick2013-10-151-7/+7
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-141-20/+20
* Revert "Temporarily enable MI-Sched on X86."Andrew Trick2013-06-251-7/+7
* Temporarily enable MI-Sched on X86.Andrew Trick2013-06-241-7/+7
* When lowering memcpys to loads and stores, make sure we don't promote alignmentsLang Hames2013-01-311-25/+52
* Avoid using lossy load / stores for memcpy / memset expansion. e.g.Evan Cheng2012-12-121-2/+2
* Some enhancements for memcpy / memset inline expansion.Evan Cheng2012-12-101-6/+6
* X86: Enable SSE memory intrinsics even when stack alignment is less than 16 b...Benjamin Kramer2012-11-141-0/+1
* rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which isChris Lattner2011-06-181-5/+5
* Revert r122955. It seems using movups to lower memcpy can cause massive regre...Evan Cheng2011-01-071-9/+49
* Use movups to lower memcpy and memset even if it's not fast (like corei7).Evan Cheng2011-01-061-49/+9
* 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