Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix assert condition. | Lang Hames | 2011-12-20 | 1 | -1/+1 | |
| | | | | llvm-svn: 146987 | |||||
* | Switch extendInBlock() to take a kill slot instead of the last use slot. | Jakob Stoklund Olesen | 2011-09-13 | 1 | -4/+3 | |
| | | | | | | | Three out of four clients prefer this interface which is consistent with extendIntervalEndTo() and LiveRangeCalc::extend(). llvm-svn: 139604 | |||||
* | Unbreak msvc. | NAKAMURA Takumi | 2011-09-13 | 1 | -1/+1 | |
| | | | | llvm-svn: 139581 | |||||
* | Extract live range calculations from SplitKit. | Jakob Stoklund Olesen | 2011-09-13 | 1 | -0/+271 | |
SplitKit will soon need two copies of these data structures, and the algorithms will also be useful when LiveIntervalAnalysis becomes independent of LiveVariables. llvm-svn: 139572 |