Change memcpy/memset/memmove to have dest and source alignments.
[oota-llvm.git] / test / Transforms / InstCombine / memcpy.ll
2015-11-18 Pete CooperChange memcpy/memset/memmove to have dest and source...
2013-07-14 Stephen LinCatch more CHECK that can be converted to CHECK-LABEL...
2012-08-15 Michael Liaofix infinite loop in instcombine with more than 4GB...
2010-10-01 Chris Lattnerfix PR8267 - Instcombine shouldn't optimizer away volat...
2010-10-01 Chris Lattnerupgrade this test.
2009-12-17 Eli FriedmanSlightly generalize transformation of memmove(a,a,n...