Use fixed-point representation for BranchProbability.
[oota-llvm.git] / lib / Support / BranchProbability.cpp
2015-09-25 Cong HouUse fixed-point representation for BranchProbability.
2014-04-29 Duncan P. N. Exon... BranchProb: Simplify printing code
2014-04-29 Duncan P. N. Exon... Support: remove unnecessary namespace
2014-04-29 Duncan P. N. Exon... Support: Add BranchProbability::scale() and ::scaleByIn...
2011-10-23 Benjamin KramerPrint branch probabilities as percentages.
2011-10-23 Benjamin KramerAdd compare operators to BranchProbability and use...
2011-07-25 Jakub StaszakBranchProbability::print returns void now.
2011-06-11 Andrew TrickBranch profiling: floating-point avoidance.