Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement LiveRangeCalc::extendToUses() and createDeadDefs(). | Jakob Stoklund Olesen | 2012-06-05 | 1 | -2/+17 |
| | | | | | | | These LiveRangeCalc methods are to be used when computing a live range from scratch. llvm-svn: 158027 | ||||
* | Pass context pointers to LiveRangeCalc::reset(). | Jakob Stoklund Olesen | 2012-06-04 | 1 | -25/+18 |
| | | | | | | | Remove the same pointers from all the other LiveRangeCalc functions, simplifying the interface. llvm-svn: 157941 | ||||
* | 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/+226 |
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 |