Add a comment noting that the fdiv -> fmul conversion won't generate
[oota-llvm.git] / test / CodeGen / X86 / memcpy.ll
2012-02-05 Chris LattnerAdd a test for the miscompilation my recent ConstantDat...
2011-07-07 Evan ChengAdd Mode64Bit feature and sink it down to MC layer.
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...
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.