Remove the successor probabilities normalization in tail duplication pass.
[oota-llvm.git] / lib / CodeGen / LiveRangeCalc.cpp
2015-09-25 Matthias BraunTargetRegisterInfo: Add typedef unsigned LaneBitmask...
2015-05-11 Matthias BraunLiveRangeCalc: Improve error messages on malformed IR
2015-03-19 Matthias BraunDo not track subregister liveness when it brings no...
2015-02-20 Matthias BraunLiveRangeCalc: Don't start liveranges of PHI instructio...
2015-02-18 Matthias BraunLiveRangeCalc: Rename some parameters from kill to...
2014-12-24 Matthias BraunLiveInterval: Introduce createMainRangeFromSubranges().
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-15 Matthias BraunLiveRangeCalc: use more range based for loops; NFC
2014-12-11 Matthias BraunLiveInterval: Use range based for loops for subregister...
2014-12-10 Aaron BallmanSilencing a -Wsequence-point warning, and the resulting...
2014-12-10 Matthias BraunAdd a flag to enable/disable subregister liveness.
2014-12-10 Matthias BraunLiveIntervalAnalysis: Compute subregister ranges.
2014-04-22 Chandler Carruth[Modules] Remove potential ODR violations by sinking...
2014-04-14 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-17 Owen AndersonSwitch a number of loops in lib/CodeGen over to range...
2014-03-13 Owen AndersonPhase 2 of the great MachineRegisterInfo cleanup. ...
2014-03-02 Benjamin Kramer[C++11] Replace llvm::tie with std::tie.
2013-10-10 Matthias BraunWork on LiveRange instead of LiveInterval where possible
2013-10-10 Matthias BraunRename LiveRange to LiveInterval::Segment
2013-02-20 Jakob Stoklund OlesenCopy single reaching defs directly into the LiveInterval.
2012-09-06 Jakob Stoklund OlesenClear kill flags while computing live ranges.
2012-07-27 Jakob Stoklund OlesenEliminate the IS_PHI_DEF flag and VNInfo::setIsPHIDef().
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().
2012-02-04 Jakob Stoklund OlesenDon't store COPY pointers in VNInfo.
2011-12-20 Lang HamesFix assert condition.
2011-09-13 Jakob Stoklund OlesenSwitch extendInBlock() to take a kill slot instead...
2011-09-13 NAKAMURA TakumiUnbreak msvc.
2011-09-13 Jakob Stoklund OlesenExtract live range calculations from SplitKit.