summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/memcpy-2.ll
AgeCommit message (Expand)AuthorFilesLines
2015-09-02[x86] fix allowsMisalignedMemoryAccesses() for 8-byte and smaller accessesSanjay Patel1-15/+11
2015-08-14make current codegen visible in the checks, so we can decide if it's rightSanjay Patel1-0/+18
2015-03-13[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie1-2/+2
2013-10-15Enable MI Sched for x86.Andrew Trick1-7/+7
2013-07-14Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin1-20/+20
2013-06-25Revert "Temporarily enable MI-Sched on X86."Andrew Trick1-7/+7
2013-06-24Temporarily enable MI-Sched on X86.Andrew Trick1-7/+7
2013-01-31When lowering memcpys to loads and stores, make sure we don't promote alignmentsLang Hames1-25/+52
2012-12-12Avoid using lossy load / stores for memcpy / memset expansion. e.g.Evan Cheng1-2/+2
2012-12-10Some enhancements for memcpy / memset inline expansion.Evan Cheng1-6/+6
2012-11-14X86: Enable SSE memory intrinsics even when stack alignment is less than 16 b...Benjamin Kramer1-0/+1
2011-06-18rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which isChris Lattner1-5/+5
2011-01-07Revert r122955. It seems using movups to lower memcpy can cause massive regre...Evan Cheng1-9/+49
2011-01-06Use movups to lower memcpy and memset even if it's not fast (like corei7).Evan Cheng1-49/+9
2010-04-08Avoid using f64 to lower memcpy from constant string. It's cheaper to use i32...Evan Cheng1-9/+54
2010-04-01In 64-bit mode, use i64 to lower memcpy / memset instead of f64.Evan Cheng1-0/+17
2010-04-01Add -mcpu to memcpy / memset tests to ensure they behave the same on all host...Evan Cheng1-3/+3
2010-04-01Fix sdisel memcpy, memset, memmove lowering:Evan Cheng1-5/+95
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman1-2/+2
2008-05-26The Linux ABI emits an extra "movl %esp, %ebp" in function prologue andNick Lewycky1-2/+2
2008-05-22Add a couple of test cases.Evan Cheng1-0/+15