summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/DeadStoreElimination/memintrinsics.ll
Commit message (Expand)AuthorAgeFilesLines
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+97
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-97/+0
* [DSE] Teach the pass that atomic memory intrinsics are stores.Daniel Neilson2018-04-231-10/+0
* [DSE] Add tests for atomic memory intrinsics (NFC)Daniel Neilson2018-04-111-0/+59
* [DSE] Regenerate tests with update_test_checks.py (NFC)Daniel Neilson2018-04-111-6/+7
* Remove alignment argument from memcpy/memmove/memset in favour of alignment a...Daniel Neilson2018-01-191-6/+6
* Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper2015-11-191-6/+6
* Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper2015-11-181-6/+6
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-141-3/+3
* rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which isChris Lattner2011-06-181-6/+6
* Reapply r86359, "Teach dead store elimination that certain intrinsics write toNick Lewycky2009-11-101-0/+47
* remove empty files.Chris Lattner2009-11-071-0/+0
* Revert r86359, it is breaking the self host on theChris Lattner2009-11-071-47/+0
* Teach dead store elimination that certain intrinsics write to memory just likeNick Lewycky2009-11-071-0/+47
OpenPOWER on IntegriCloud