summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Utils/MemorySSA.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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