aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/LiveRangeCalc.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-2/+2
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-88/+174
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-5/+6
* Update to LLVM 3.5a.Stephen Hines2014-04-241-14/+12
* Work on LiveRange instead of LiveInterval where possibleMatthias Braun2013-10-101-30/+26
* Rename LiveRange to LiveInterval::SegmentMatthias Braun2013-10-101-2/+2
* Copy single reaching defs directly into the LiveInterval.Jakob Stoklund Olesen2013-02-201-34/+60
* Clear kill flags while computing live ranges.Jakob Stoklund Olesen2012-09-061-1/+5
* Eliminate the IS_PHI_DEF flag and VNInfo::setIsPHIDef().Jakob Stoklund Olesen2012-07-271-3/+1
* Be more verbose when detecting dominance problems.Jakob Stoklund Olesen2012-07-131-5/+22
* Implement LiveRangeCalc::extendToUses() and createDeadDefs().Jakob Stoklund Olesen2012-06-051-0/+66
* Pass context pointers to LiveRangeCalc::reset().Jakob Stoklund Olesen2012-06-041-20/+19
* Don't store COPY pointers in VNInfo.Jakob Stoklund Olesen2012-02-041-1/+1
* Fix assert condition.Lang Hames2011-12-201-1/+1
* Switch extendInBlock() to take a kill slot instead of the last use slot.Jakob Stoklund Olesen2011-09-131-4/+3
* Unbreak msvc.NAKAMURA Takumi2011-09-131-1/+1
* Extract live range calculations from SplitKit.Jakob Stoklund Olesen2011-09-131-0/+271