aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/LiveRangeCalc.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-1/+1
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-36/+42
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-2/+2
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-3/+4
* LiveRangeCalc.h: Update a description corresponding to r192396. [-Wdocumentat...NAKAMURA Takumi2013-10-111-1/+1
* Work on LiveRange instead of LiveInterval where possibleMatthias Braun2013-10-101-17/+15
* Revert "Give internal classes hidden visibility."Benjamin Kramer2013-09-111-1/+1
* Give internal classes hidden visibility.Benjamin Kramer2013-09-111-1/+1
* Remove declaration of nonexistant function.Jakob Stoklund Olesen2013-08-141-4/+0
* Copy single reaching defs directly into the LiveInterval.Jakob Stoklund Olesen2013-02-201-13/+16
* Be more verbose when detecting dominance problems.Jakob Stoklund Olesen2012-07-131-2/+7
* Implement LiveRangeCalc::extendToUses() and createDeadDefs().Jakob Stoklund Olesen2012-06-051-2/+17
* Pass context pointers to LiveRangeCalc::reset().Jakob Stoklund Olesen2012-06-041-25/+18
* Unbreak msvc.NAKAMURA Takumi2011-09-131-1/+1
* Extract live range calculations from SplitKit.Jakob Stoklund Olesen2011-09-131-0/+226