summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Utils/MemorySSAUpdater.cpp
Commit message (Expand)AuthorAgeFilesLines
* MemorySSA: Move to Analysis, from Transforms/Utils. It's used asDaniel Berlin2017-04-111-494/+0
* Re-apply MemorySSA: Add support for caching clobbering access inDaniel Berlin2017-04-041-2/+2
* Revert "MemorySSA: Add support for caching clobbering access in stores"Daniel Berlin2017-04-041-2/+2
* MemorySSA: Add support for caching clobbering access in storesDaniel Berlin2017-04-021-2/+2
* Move updating functions to MemorySSAUpdater.Daniel Berlin2017-02-221-1/+91
* MemorySSA: Add support for renaming uses in the updater.Daniel Berlin2017-02-201-1/+19
* Revert "[MemorySSA] Revert r293361 and r293363, as the tests fail under asan."Daniel Berlin2017-01-301-10/+24
* [MemorySSA] Revert r293361 and r293363, as the tests fail under asan.Sam McCall2017-01-301-17/+7
* MemorySSA: Allow movement to arbitrary placesDaniel Berlin2017-01-281-1/+7
* MemorySSA: Fix block numbering invalidation and replacement bugs discovered b...Daniel Berlin2017-01-281-6/+10
* MemorySSA: Move updater to its own fileDaniel Berlin2017-01-281-0/+372
OpenPOWER on IntegriCloud