Revert "Change memcpy/memset/memmove to have dest and source alignments."
[oota-llvm.git] / test / Transforms / DeadStoreElimination / no-targetdata.ll
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-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2014-10-17 Hal Finkel[DSE] Remove no-data-layout-only type-based overlap...
2013-07-14 Stephen LinCatch more CHECK that can be converted to CHECK-LABEL...
2013-01-01 Dmitri GribenkoTests: rewrite 'opt ... %s' to 'opt ... < %s' so that...
2010-10-18 Dan GohmanMake BasicAliasAnalysis a normal AliasAnalysis implemen...
2010-01-05 Dan GohmanDelete useless trailing semicolons.
2009-11-04 Chris Lattnerimprove DSE when TargetData is not around, based on...