Add a triple to switch.ll test.
[oota-llvm.git] / test / CodeGen / X86 / memcpy-2.ll
2015-03-13 David Blaikie[opaque pointer type] Add textual IR support for explic...
2013-10-15 Andrew TrickEnable MI Sched for x86.
2013-07-14 Stephen LinMass update to CodeGen tests to use CHECK-LABEL for...
2013-06-25 Andrew TrickRevert "Temporarily enable MI-Sched on X86."
2013-06-24 Andrew TrickTemporarily enable MI-Sched on X86.
2013-01-31 Lang HamesWhen lowering memcpys to loads and stores, make sure...
2012-12-12 Evan ChengAvoid using lossy load / stores for memcpy / memset...
2012-12-10 Evan ChengSome enhancements for memcpy / memset inline expansion.
2012-11-14 Benjamin KramerX86: Enable SSE memory intrinsics even when stack align...
2011-06-18 Chris Lattnerrip out a ton of intrinsic modernization logic from...
2011-01-07 Evan ChengRevert r122955. It seems using movups to lower memcpy...
2011-01-06 Evan ChengUse movups to lower memcpy and memset even if it's...
2010-04-08 Evan ChengAvoid using f64 to lower memcpy from constant string...
2010-04-01 Evan ChengIn 64-bit mode, use i64 to lower memcpy / memset instea...
2010-04-01 Evan ChengAdd -mcpu to memcpy / memset tests to ensure they behav...
2010-04-01 Evan ChengFix sdisel memcpy, memset, memmove lowering:
2009-09-08 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2008-05-26 Nick LewyckyThe Linux ABI emits an extra "movl %esp, %ebp" in funct...
2008-05-22 Evan ChengAdd a couple of test cases.