summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/LiveRangeCalc.h
Commit message (Expand)AuthorAgeFilesLines
* [CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko2017-08-241-21/+25
* LiveRangeCalc: Slightly improve map usage; NFCMatthias Braun2017-06-271-1/+3
* Extract LaneBitmask into a separate typeKrzysztof Parzyszek2016-12-151-2/+3
* Do not consider subreg defs as reads when computing subrange livenessKrzysztof Parzyszek2016-09-021-0/+1
* Create subranges for new intervals resulting from live interval splittingKrzysztof Parzyszek2016-08-241-9/+42
* LiveIntervalAnalysis: Rework constructMainRangeFromSubranges()Matthias Braun2016-05-201-0/+5
* Revert "LiveIntervalAnalysis: Rework constructMainRangeFromSubranges()"Tom Stellard2016-05-121-5/+0
* LiveIntervalAnalysis: Rework constructMainRangeFromSubranges()Matthias Braun2016-05-101-0/+5
* TargetRegisterInfo: Add typedef unsigned LaneBitmask and use it where apropri...Matthias Braun2015-09-251-1/+1
* Do not track subregister liveness when it brings no benefitsMatthias Braun2015-03-191-1/+1
* LiveRangeCalc: Rename some parameters from kill to use, NFC.Matthias Braun2015-02-181-13/+12
* LiveRangeCalc: Rewrite subrange calculationMatthias Braun2014-12-161-71/+48
* Revert "LiveRangeCalc: Rewrite subrange calculation"Matthias Braun2014-12-151-44/+79
* LiveRangeCalc: Rewrite subrange calculationMatthias Braun2014-12-151-79/+44
* LiveIntervalAnalysis: Compute subregister ranges.Matthias Braun2014-12-101-40/+70
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-161-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
OpenPOWER on IntegriCloud