summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/BranchProbability.cpp
Commit message (Expand)AuthorAgeFilesLines
* [BranchProbability] Manually round the floating point output.Benjamin Kramer2015-09-261-28/+7
* Use fixed-point representation for BranchProbability.Cong Hou2015-09-251-5/+51
* BranchProb: Simplify printing codeDuncan P. N. Exon Smith2014-04-291-10/+4
* Support: remove unnecessary namespaceDuncan P. N. Exon Smith2014-04-291-5/+1
* Support: Add BranchProbability::scale() and ::scaleByInverse()Duncan P. N. Exon Smith2014-04-291-0/+47
* Print branch probabilities as percentages.Benjamin Kramer2011-10-231-3/+3
* Add compare operators to BranchProbability and use it to determine if an edge...Benjamin Kramer2011-10-231-7/+0
* BranchProbability::print returns void now.Jakub Staszak2011-07-251-2/+1
* Branch profiling: floating-point avoidance.Andrew Trick2011-06-111-0/+44
OpenPOWER on IntegriCloud