Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / include / llvm / Support / BranchProbability.h
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-05-05 Diego NovilloFix typo in assert message. NFC.
2014-04-29 Duncan P. N. Exon... BranchProb: Simplify printing code
2014-04-29 Duncan P. N. Exon... Support: Remove out-of-date comments
2014-04-29 Duncan P. N. Exon... Support: Add BranchProbability::scale() and ::scaleByIn...
2014-04-29 Duncan P. N. Exon... Support: Simplify BranchProbability operators
2011-11-20 Chandler CarruthMake an obviously const interface actually be marked...
2011-10-24 Benjamin KramerImplement comparison operators for BranchProbability...
2011-10-23 Chandler CarruthNow that we have comparison on probabilities, add some...
2011-10-23 Benjamin KramerAdd compare operators to BranchProbability and use...
2011-07-25 Jakub StaszakBranchProbability::print returns void now.
2011-07-25 Jakub StaszakFix class description.
2011-07-10 Jakub Staszak- Make BranchProbability constructor public.
2011-06-23 Jakub StaszakIntroduce BlockFrequency analysis for BasicBlocks.
2011-06-11 Andrew TrickBranch profiling: floating-point avoidance.