summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/DeadStoreElimination/OverwriteStoreEnd.ll
Commit message (Expand)AuthorAgeFilesLines
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+390
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-390/+0
* [DSE] Teach the pass about partial overwrite of atomic memory intrinsicsDaniel Neilson2018-05-101-9/+9
* [DSE] Add tests for atomic memory intrinsics (NFC)Daniel Neilson2018-04-111-0/+222
* [DSE] Regenerate tests with update_test_checks.py (NFC)Daniel Neilson2018-04-111-10/+66
* Remove alignment argument from memcpy/memmove/memset in favour of alignment a...Daniel Neilson2018-01-191-18/+18
* Recommit - [DSE]Enhance shorthening MemIntrinsic based on OverlapIntervalsJun Bum Lim2016-07-221-0/+17
* Revert "r275571 [DSE]Enhance shorthening MemIntrinsic based on OverlapIntervals"Alexander Kornienko2016-07-181-17/+0
* [DSE]Enhance shorthening MemIntrinsic based on OverlapIntervalsJun Bum Lim2016-07-151-0/+17
* Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper2015-11-191-16/+16
* Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper2015-11-181-16/+16
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-02-271-9/+9
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-141-7/+7
* Fixed deadstoreelimination bug where negative indices were incorrectly causin...Pete Cooper2011-12-031-0/+17
* DeadStoreElimination can now trim the size of a store if the end of the store...Pete Cooper2011-11-091-0/+78
* Speculatively revert "DeadStoreElimination can now trim the size of a store ifDaniel Dunbar2011-11-041-78/+0
* DeadStoreElimination can now trim the size of a store if the end of it is dead.Pete Cooper2011-11-031-0/+78
OpenPOWER on IntegriCloud