summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Utils/MemorySSA.cpp
Commit message (Expand)AuthorAgeFilesLines
* [MemorySSA] Port to new pass managerGeoff Berry2016-06-011-65/+55
* MemorySSA: Revert r269678 and r268068; replace with special casing in MemorySSA.Peter Collingbourne2016-05-261-0/+8
* MemorySSA: Remove argument to createNewAccess function.Peter Collingbourne2016-05-261-4/+3
* [MemorySSA] Fix bugs in walker; refactor unittests a bit.George Burgess IV2016-04-291-8/+30
* Unify XDEBUG and EXPENSIVE_CHECKS (into the latter), and add an option to the...Filipe Cabecinhas2016-04-291-1/+1
* [MemorySSA] Fix bug in CachingMemorySSAWalker::invalidateInfoGeoff Berry2016-04-221-11/+20
* Correct IDF calculator for ReverseIDFDaniel Berlin2016-04-191-1/+1
* [NFC] Header cleanupMehdi Amini2016-04-181-2/+1
* Fix "warning: variabl 'XX’ set but not used" in release build (variable use...Mehdi Amini2016-04-021-1/+1
* [MemorySSA] Make the visitor more careful with calls.George Burgess IV2016-03-301-5/+11
* [MemorySSA] Change how the walker views/walks visited phis.George Burgess IV2016-03-301-22/+10
* Fix bugs in the MemorySSA walker.George Burgess IV2016-03-231-17/+35
* [MemorySSA] Consider def-only BBs for live-in calculations.George Burgess IV2016-03-211-6/+2
* [MemorySSA] Make a return type reflect reality. NFC.George Burgess IV2016-03-111-11/+12
* Really fix ASAN leak/etc issues with MemorySSA unittestsDaniel Berlin2016-03-021-3/+2
* Revert "Fix ASAN detected errors in code and test" (it was not meant to be co...Daniel Berlin2016-03-021-2/+3
* Fix ASAN detected errors in code and testDaniel Berlin2016-03-021-3/+2
* Attempt to fix ASAN failure in a MemorySSA test.George Burgess IV2016-03-021-4/+4
* Add the beginnings of an update API for preserving MemorySSADaniel Berlin2016-03-011-0/+107
* Fix some abuse of auto flagged by clang's -Wrange-loop-analysis.Benjamin Kramer2016-02-221-1/+1
* Rename a member variable to be more accurate with how it is usedDaniel Berlin2016-02-101-7/+5
* Constify two functions, make them accessible to unit testsDaniel Berlin2016-02-101-5/+9
* Don't use module context here. It's unnecessary and makes it harder to write ...Daniel Berlin2016-02-071-2/+2
* Compute live-in for MemorySSADaniel Berlin2016-02-071-1/+41
* Only insert into definingblocks once per blockDaniel Berlin2016-02-071-1/+4
* Attempt #2 to unbreak r259595.George Burgess IV2016-02-021-4/+4
* Attempt to fix builds broken by r259595.George Burgess IV2016-02-021-1/+1
* This patch adds MemorySSA to LLVM.George Burgess IV2016-02-021-0/+939
OpenPOWER on IntegriCloud