Merging r257977:
[oota-llvm.git] / lib / CodeGen / LiveRangeCalc.h
2015-09-25 Matthias BraunTargetRegisterInfo: Add typedef unsigned LaneBitmask...
2015-03-19 Matthias BraunDo not track subregister liveness when it brings no...
2015-02-18 Matthias BraunLiveRangeCalc: Rename some parameters from kill to...
2014-12-16 Matthias BraunLiveRangeCalc: Rewrite subrange calculation
2014-12-15 Matthias BraunRevert "LiveRangeCalc: Rewrite subrange calculation"
2014-12-15 Matthias BraunLiveRangeCalc: Rewrite subrange calculation
2014-12-10 Matthias BraunLiveIntervalAnalysis: Compute subregister ranges.
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-04-16 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2013-10-11 NAKAMURA TakumiLiveRangeCalc.h: Update a description corresponding...
2013-10-10 Matthias BraunWork on LiveRange instead of LiveInterval where possible
2013-09-11 Benjamin KramerRevert "Give internal classes hidden visibility."
2013-09-11 Benjamin KramerGive internal classes hidden visibility.
2013-08-14 Jakob Stoklund OlesenRemove declaration of nonexistant function.
2013-02-20 Jakob Stoklund OlesenCopy single reaching defs directly into the LiveInterval.
2012-07-13 Jakob Stoklund OlesenBe more verbose when detecting dominance problems.
2012-06-05 Jakob Stoklund OlesenImplement LiveRangeCalc::extendToUses() and createDeadD...
2012-06-04 Jakob Stoklund OlesenPass context pointers to LiveRangeCalc::reset().
2011-09-13 NAKAMURA TakumiUnbreak msvc.
2011-09-13 Jakob Stoklund OlesenExtract live range calculations from SplitKit.