aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/LiveRangeEdit.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-1/+1
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-11/+9
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-2/+2
* Update to LLVM 3.5a.Stephen Hines2014-04-241-1/+1
* Auto-compute live intervals on demand.Mark Lacey2013-08-141-2/+9
* Notify LiveRangeEdit of new virtual registers.Mark Lacey2013-08-141-2/+9
* Track new virtual registers by register number.Mark Lacey2013-08-141-6/+5
* Refactor LiveRangeEdit::eliminateDeadDefs.Andrew Trick2013-06-211-0/+7
* Switch spill weights from a basic loop depth estimation to BlockFrequencyInfo.Benjamin Kramer2013-06-171-1/+3
* Add ArrayRef constructor from None, and do the cleanups that this constructor...Dmitri Gribenko2013-05-051-2/+1
* Add some constantness.Jakub Staszak2013-03-181-1/+1
* Allow LiveRangeEdit to be created with a NULL parent.Jakob Stoklund Olesen2012-05-191-4/+7
* Modernize naming convention for class members.Jakob Stoklund Olesen2012-05-181-25/+25
* Fixes to r153903. Added missing explanation of behaviour when the VirtRegMap...Pete Cooper2012-04-031-0/+5
* Moved LiveRangeEdit.h so that it can be called from other parts of the backen...Pete Cooper2012-04-021-0/+202