[InstCombine] Fix wrong folding of constant comparisons involving ashr and negative...
[oota-llvm.git] / test / Transforms / InstCombine / memcpy-from-global.ll
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...