aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/LiveRangeCalc.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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