aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/BranchProbability.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-10-15Reverting r315590; it did not include changes for llvm-tblgen, which is causi...Aaron Ballman1-1/+1
2017-10-12[dump] Remove NDEBUG from test to enable dump methods [NFC]Don Hinton1-1/+1
2017-01-28Cleanup dump() functions.Matthias Braun1-0/+2
2016-01-29Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...Yaron Keren1-1/+1
2015-12-01Replace all weight-based interfaces in MBB with probability-based interfaces,...Cong Hou1-2/+18
2015-12-01Revert r254348: "Replace all weight-based interfaces in MBB with probability-...Hans Wennborg1-18/+2
2015-12-01Replace all weight-based interfaces in MBB with probability-based interfaces,...Cong Hou1-2/+18
2015-09-26[BranchProbability] Manually round the floating point output.Benjamin Kramer1-28/+7
2015-09-25Use fixed-point representation for BranchProbability.Cong Hou1-5/+51
2014-04-29BranchProb: Simplify printing codeDuncan P. N. Exon Smith1-10/+4
2014-04-29Support: remove unnecessary namespaceDuncan P. N. Exon Smith1-5/+1
2014-04-29Support: Add BranchProbability::scale() and ::scaleByInverse()Duncan P. N. Exon Smith1-0/+47
2011-10-23Print branch probabilities as percentages.Benjamin Kramer1-3/+3
2011-10-23Add compare operators to BranchProbability and use it to determine if an edge...Benjamin Kramer1-7/+0
2011-07-25BranchProbability::print returns void now.Jakub Staszak1-2/+1
2011-06-11Branch profiling: floating-point avoidance.Andrew Trick1-0/+44