Partially fix memcpy / memset / memmove lowering in SelectionDAG construction if...
[oota-llvm.git] / test / CodeGen / X86 / memcpy.ll
2015-12-12 Manuel JacobPartially fix memcpy / memset / memmove lowering in...
2015-11-19 Pete CooperRevert "Change memcpy/memset/memmove to have dest and...
2015-11-18 Pete CooperChange memcpy/memset/memmove to have dest and source...
2015-07-30 Sanjay Patelfix memcpy/memset/memmove lowering when optimizing...
2015-07-28 Sanjay Pateladd tests to show broken current behavior of minsize...
2015-03-13 David Blaikie[opaque pointer type] Add textual IR support for explic...
2013-07-13 Stephen LinConvert CodeGen/*/*.ll tests to use the new CHECK-LABEL...
2013-02-25 Chandler CarruthFix the root cause of PR15348 by correctly handling...
2013-01-10 Evan ChengPR14896: Handle memcpy from constant string where the...
2012-08-17 Benjamin KramerFix broken check lines.
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.