Use getEdgeProbability() instead of getEdgeWeight() in BFI and remove getEdgeWeight...
[oota-llvm.git] / include / llvm / CodeGen / MachineBranchProbabilityInfo.h
2015-12-18 Cong HouUse getEdgeProbability() instead of getEdgeWeight(...
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-10-14 Manman RenRevert r250204 and r250240 due to bot failure. We faile...
2015-10-13 Cong HouUpdate MachineBranchProbabilityInfo::normalizeEdgeWeigh...
2015-10-13 Cong HouUpdate the branch weight metadata in JumpThreading...
2015-10-13 Manman RenRevert 250089 due to bot failure. It failed when buildi...
2015-10-12 Cong HouUpdate the branch weight metadata in JumpThreading...
2015-08-06 Cong HouRevert r244154 which causes some build failure. See...
2015-08-05 Cong HouAdd <numeric> header for use of std::accumulate().
2015-08-05 Cong HouRecord whether the weights on out-edges from a MBB...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2014-03-25 Duncan P. N. Exon... blockfreq: Use const in MachineBlockFrequencyInfo
2014-03-07 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2013-08-12 Michael GottesmanAdd editor C++ filetype declaration no functionality...
2013-03-20 Eric ChristopherRemove blank line before block comment.
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-09-27 Sylvestre LedruRevert 'Fix a typo 'iff' => 'if''. iff is an abreviatio...
2012-09-27 Sylvestre LedruFix a typo 'iff' => 'if'
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 CarruthUnder the hood, MBPI is doing a linear scan of every...
2011-11-14 Chandler CarruthReuse the logic in getEdgeProbability within getHotSucc...
2011-11-14 Chandler CarruthFix an overflow bug in MachineBranchProbabilityInfo...
2011-11-14 Chandler CarruthAdd a cautionary note to this API. It was not at all...
2011-07-10 Jakub Staszak- Make BranchProbability constructor public.
2011-06-16 Jakub StaszakIntroduce MachineBranchProbabilityInfo class, which...