aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/memcpy-2.ll
AgeCommit message (Expand)Author
2013-01-31When lowering memcpys to loads and stores, make sure we don't promote alignmentsLang Hames
2012-12-12Avoid using lossy load / stores for memcpy / memset expansion. e.g.Evan Cheng
2012-12-10Some enhancements for memcpy / memset inline expansion.Evan Cheng
2012-11-14X86: Enable SSE memory intrinsics even when stack alignment is less than 16 b...Benjamin Kramer
2011-06-18rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which isChris Lattner
2011-01-07Revert r122955. It seems using movups to lower memcpy can cause massive regre...Evan Cheng
2011-01-06Use movups to lower memcpy and memset even if it's not fast (like corei7).Evan Cheng
2010-04-08Avoid using f64 to lower memcpy from constant string. It's cheaper to use i32...Evan Cheng
2010-04-01In 64-bit mode, use i64 to lower memcpy / memset instead of f64.Evan Cheng
2010-04-01Add -mcpu to memcpy / memset tests to ensure they behave the same on all host...Evan Cheng
2010-04-01Fix sdisel memcpy, memset, memmove lowering:Evan Cheng
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2008-05-26The Linux ABI emits an extra "movl %esp, %ebp" in function prologue andNick Lewycky
2008-05-22Add a couple of test cases.Evan Cheng