Use movups to lower memcpy and memset even if it's not fast (like corei7).
[oota-llvm.git] / test / CodeGen / X86 / memcpy.ll
2011-01-06 Evan ChengUse movups to lower memcpy and memset even if it's...
2011-01-06 Evan ChengRe-implement r122936 with proper target hooks. Now...
2011-01-06 Evan ChengRevert r122936. I'll re-implement the change.
2011-01-06 Evan Chengr105228 reduced the memcpy / memset inline limit to...
2010-05-31 Chris Lattnerfix PR6623: when optimizing for size, don't inline...
2010-05-31 Chris Lattnerupgrade and filecheckize this test.
2010-04-05 Evan ChengAdd nounwind.
2009-09-08 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2007-09-28 Rafael EspindolaRefactor the memcpy lowering for the x86 target.