Change memcpy/memset/memmove to have dest and source alignments.
[oota-llvm.git] / test / Transforms / InstCombine / memcpy-from-global.ll
2015-11-18 Pete CooperChange memcpy/memset/memmove to have dest and source...
2015-03-13 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2014-06-06 Jingyue WuInstCombine: Canonicalize addrspacecast between differe...
2014-04-24 Matt ArsenaultHandle addrspacecast when looking at memcpys from globals
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2012-11-26 Eli FriedmanGet rid of the getPointeeAlignment helper function...
2012-08-21 Chandler CarruthPort the global copy optimization from the SROA pass...