summaryrefslogtreecommitdiff
path: root/lib/CodeGen/LiveRangeCalc.cpp
Commit message (Expand)AuthorAge
* [Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-14
* Switch a number of loops in lib/CodeGen over to range-based for-loops, now thatOwen Anderson2014-03-17
* Phase 2 of the great MachineRegisterInfo cleanup. This time, we're changingOwen Anderson2014-03-13
* [C++11] Replace llvm::tie with std::tie.Benjamin Kramer2014-03-02
* Work on LiveRange instead of LiveInterval where possibleMatthias Braun2013-10-10
* Rename LiveRange to LiveInterval::SegmentMatthias Braun2013-10-10
* Copy single reaching defs directly into the LiveInterval.Jakob Stoklund Olesen2013-02-20
* Clear kill flags while computing live ranges.Jakob Stoklund Olesen2012-09-06
* Eliminate the IS_PHI_DEF flag and VNInfo::setIsPHIDef().Jakob Stoklund Olesen2012-07-27
* Be more verbose when detecting dominance problems.Jakob Stoklund Olesen2012-07-13
* Implement LiveRangeCalc::extendToUses() and createDeadDefs().Jakob Stoklund Olesen2012-06-05
* Pass context pointers to LiveRangeCalc::reset().Jakob Stoklund Olesen2012-06-04
* Don't store COPY pointers in VNInfo.Jakob Stoklund Olesen2012-02-04
* Fix assert condition.Lang Hames2011-12-20
* Switch extendInBlock() to take a kill slot instead of the last use slot.Jakob Stoklund Olesen2011-09-13
* Unbreak msvc.NAKAMURA Takumi2011-09-13
* Extract live range calculations from SplitKit.Jakob Stoklund Olesen2011-09-13