aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/BranchProbability.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-06-05BranchProbability.cpp - add missing implicit cmath header dependency. NFCI.Simon Pilgrim1-0/+1
2021-03-21Revert "[BranchProbability] move options for 'likely' and 'unlikely'"Roman Lebedev1-14/+0
2021-03-20[BranchProbability] move options for 'likely' and 'unlikely'Sanjay Patel1-0/+14
2020-04-22Make some static class members constexprBenjamin Kramer1-1/+1
2019-06-15[BranchProbability] Delete a redundant overflow checkFangrui Song1-4/+0
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-04-30IWYU for llvm-config.h in llvm, additions.Nico Weber1-0/+1
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