Remove the successor probabilities normalization in tail duplication pass.
[oota-llvm.git] / lib / CodeGen / MachineBranchProbabilityInfo.cpp
2015-12-01 Cong HouReplace all weight-based interfaces in MBB with probabi...
2015-12-01 Hans WennborgRevert r254348: "Replace all weight-based interfaces...
2015-12-01 Cong HouReplace all weight-based interfaces in MBB with probabi...
2015-08-06 Cong HouRevert r244154 which causes some build failure. See...
2015-08-05 Cong HouRecord whether the weights on out-edges from a MBB...
2014-04-14 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-25 Duncan P. N. Exon... blockfreq: Use const in MachineBlockFrequencyInfo
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-08-20 Jakob Stoklund OlesenFix a quadratic algorithm in MachineBranchProbabilityInfo.
2012-08-08 Jakob Stoklund OlesenRevert "Fix a quadratic algorithm in MachineBranchProba...
2012-08-08 Jakob Stoklund OlesenFix a quadratic algorithm in MachineBranchProbabilityInfo.
2011-12-20 Jakub StaszakAdd some constantness to BranchProbabilityInfo and...
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-11-14 Chandler CarruthReuse the logic in getEdgeProbability within getHotSucc...
2011-11-14 Chandler CarruthFix an overflow bug in MachineBranchProbabilityInfo...
2011-10-28 Benjamin KramerUse BranchProbability compare operators.
2011-06-16 Jakub StaszakIntroduce MachineBranchProbabilityInfo class, which...