Let SelectionDAG start to use probability-based interface to add successors.
[oota-llvm.git] / include / llvm / Support / BranchProbability.h
2015-11-24 Cong HouLet SelectionDAG start to use probability-based interfa...
2015-11-18 Cong HouLet += and -= operators in BranchProbability have satur...
2015-11-18 Cong HouModify the interface BranchProbability::normalizeProbab...
2015-11-04 Cong HouAdd new interfaces to MBB for manipulating successors...
2015-10-15 Manman RenRecommit r250345, it was reverted in r250366 to investi...
2015-10-15 Manman RenTemporarily revert r250345 to sort out bot failure.
2015-10-14 Cong HouUpdate the branch weight metadata in JumpThreading...
2015-09-26 Benjamin Kramer[BranchProbability] Manually round the floating point...
2015-09-25 Cong HouUse fixed-point representation for BranchProbability.
2015-09-10 Cong HouPass BranchProbability/BlockMass by value instead of...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
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.