Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix some abuse of auto flagged by clang's -Wrange-loop-analysis. | Benjamin Kramer | 2016-02-22 | 1 | -1/+1 |
* | Rename a member variable to be more accurate with how it is used | Daniel Berlin | 2016-02-10 | 1 | -7/+5 |
* | Constify two functions, make them accessible to unit tests | Daniel Berlin | 2016-02-10 | 1 | -5/+9 |
* | Don't use module context here. It's unnecessary and makes it harder to write ... | Daniel Berlin | 2016-02-07 | 1 | -2/+2 |
* | Compute live-in for MemorySSA | Daniel Berlin | 2016-02-07 | 1 | -1/+41 |
* | Only insert into definingblocks once per block | Daniel Berlin | 2016-02-07 | 1 | -1/+4 |
* | Attempt #2 to unbreak r259595. | George Burgess IV | 2016-02-02 | 1 | -4/+4 |
* | Attempt to fix builds broken by r259595. | George Burgess IV | 2016-02-02 | 1 | -1/+1 |
* | This patch adds MemorySSA to LLVM. | George Burgess IV | 2016-02-02 | 1 | -0/+939 |