summaryrefslogtreecommitdiff
path: root/lib/Support/BranchProbability.cpp
AgeCommit message (Expand)Author
2018-04-30IWYU for llvm-config.h in llvm, additions.Nico Weber
2017-10-15Reverting r315590; it did not include changes for llvm-tblgen, which is causi...Aaron Ballman
2017-10-12[dump] Remove NDEBUG from test to enable dump methods [NFC]Don Hinton
2017-01-28Cleanup dump() functions.Matthias Braun
2016-01-29Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...Yaron Keren
2015-12-01Replace all weight-based interfaces in MBB with probability-based interfaces,...Cong Hou
2015-12-01Revert r254348: "Replace all weight-based interfaces in MBB with probability-...Hans Wennborg
2015-12-01Replace all weight-based interfaces in MBB with probability-based interfaces,...Cong Hou
2015-09-26[BranchProbability] Manually round the floating point output.Benjamin Kramer
2015-09-25Use fixed-point representation for BranchProbability.Cong Hou
2014-04-29BranchProb: Simplify printing codeDuncan P. N. Exon Smith
2014-04-29Support: remove unnecessary namespaceDuncan P. N. Exon Smith
2014-04-29Support: Add BranchProbability::scale() and ::scaleByInverse()Duncan P. N. Exon Smith
2011-10-23Print branch probabilities as percentages.Benjamin Kramer
2011-10-23Add compare operators to BranchProbability and use it to determine if an edge...Benjamin Kramer
2011-07-25BranchProbability::print returns void now.Jakub Staszak
2011-06-11Branch profiling: floating-point avoidance.Andrew Trick