Use movups to lower memcpy and memset even if it's not fast (like corei7).
[oota-llvm.git] / test / CodeGen / X86 / memcpy-2.ll
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.