aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/LiveRangeCalc.h
AgeCommit message (Expand)AuthorFilesLines
2014-12-16LiveRangeCalc: Rewrite subrange calculationMatthias Braun1-71/+48
2014-12-15Revert "LiveRangeCalc: Rewrite subrange calculation"Matthias Braun1-44/+79
2014-12-15LiveRangeCalc: Rewrite subrange calculationMatthias Braun1-79/+44
2014-12-10LiveIntervalAnalysis: Compute subregister ranges.Matthias Braun1-40/+70
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer1-2/+2
2014-04-16[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper1-3/+4
2013-10-11LiveRangeCalc.h: Update a description corresponding to r192396. [-Wdocumentat...NAKAMURA Takumi1-1/+1
2013-10-10Work on LiveRange instead of LiveInterval where possibleMatthias Braun1-17/+15
2013-09-11Revert "Give internal classes hidden visibility."Benjamin Kramer1-1/+1
2013-09-11Give internal classes hidden visibility.Benjamin Kramer1-1/+1
2013-08-14Remove declaration of nonexistant function.Jakob Stoklund Olesen1-4/+0
2013-02-20Copy single reaching defs directly into the LiveInterval.Jakob Stoklund Olesen1-13/+16
2012-07-13Be more verbose when detecting dominance problems.Jakob Stoklund Olesen1-2/+7
2012-06-05Implement LiveRangeCalc::extendToUses() and createDeadDefs().Jakob Stoklund Olesen1-2/+17
2012-06-04Pass context pointers to LiveRangeCalc::reset().Jakob Stoklund Olesen1-25/+18
2011-09-13Unbreak msvc.NAKAMURA Takumi1-1/+1
2011-09-13Extract live range calculations from SplitKit.Jakob Stoklund Olesen1-0/+226