| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rename a member variable to be more accurate with how it is used | Daniel Berlin | 2016-02-10 | 1 | -7/+5 | 
| | | | | | llvm-svn: 260389 | ||||
| * | Constify two functions, make them accessible to unit tests | Daniel Berlin | 2016-02-10 | 1 | -5/+9 | 
| | | | | | llvm-svn: 260387 | ||||
| * | Don't use module context here. It's unnecessary and makes it harder to write ↵ | Daniel Berlin | 2016-02-07 | 1 | -2/+2 | 
| | | | | | | | unittests llvm-svn: 260015 | ||||
| * | Compute live-in for MemorySSA | Daniel Berlin | 2016-02-07 | 1 | -1/+41 | 
| | | | | | llvm-svn: 260014 | ||||
| * | Only insert into definingblocks once per block | Daniel Berlin | 2016-02-07 | 1 | -1/+4 | 
| | | | | | llvm-svn: 260013 | ||||
| * | Attempt #2 to unbreak r259595. | George Burgess IV | 2016-02-02 | 1 | -4/+4 | 
| | | | | | llvm-svn: 259602 | ||||
| * | Attempt to fix builds broken by r259595. | George Burgess IV | 2016-02-02 | 1 | -1/+1 | 
| | | | | | llvm-svn: 259599 | ||||
| * | This patch adds MemorySSA to LLVM. | George Burgess IV | 2016-02-02 | 1 | -0/+939 | 
| Please see include/llvm/Transforms/Utils/MemorySSA.h for a description of MemorySSA, and what it does. Differential Revision: http://reviews.llvm.org/D7864 llvm-svn: 259595 | |||||

