summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/LiveRangeEdit.h
Commit message (Expand)AuthorAge
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-07
* Auto-compute live intervals on demand.Mark Lacey2013-08-14
* Notify LiveRangeEdit of new virtual registers.Mark Lacey2013-08-14
* Track new virtual registers by register number.Mark Lacey2013-08-14
* Refactor LiveRangeEdit::eliminateDeadDefs.Andrew Trick2013-06-21
* Switch spill weights from a basic loop depth estimation to BlockFrequencyInfo.Benjamin Kramer2013-06-17
* Add ArrayRef constructor from None, and do the cleanups that this constructor...Dmitri Gribenko2013-05-05
* Add some constantness.Jakub Staszak2013-03-18
* Allow LiveRangeEdit to be created with a NULL parent.Jakob Stoklund Olesen2012-05-19
* Modernize naming convention for class members.Jakob Stoklund Olesen2012-05-18
* Fixes to r153903. Added missing explanation of behaviour when the VirtRegMap...Pete Cooper2012-04-03
* Moved LiveRangeEdit.h so that it can be called from other parts of the backen...Pete Cooper2012-04-02