Record whether the weights on out-edges from a MBB are normalized.
[oota-llvm.git] / include / llvm / CodeGen / MachineBranchProbabilityInfo.h
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...