summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/BranchProbability.cpp
Commit message (Expand)AuthorAgeFilesLines
* [BranchProbability] Delete a redundant overflow checkFangrui Song2019-06-151-4/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* IWYU for llvm-config.h in llvm, additions.Nico Weber2018-04-301-0/+1
* Reverting r315590; it did not include changes for llvm-tblgen, which is causi...Aaron Ballman2017-10-151-1/+1
* [dump] Remove NDEBUG from test to enable dump methods [NFC]Don Hinton2017-10-121-1/+1
* Cleanup dump() functions.Matthias Braun2017-01-281-0/+2
* Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...Yaron Keren2016-01-291-1/+1
* Replace all weight-based interfaces in MBB with probability-based interfaces,...Cong Hou2015-12-011-2/+18
* Revert r254348: "Replace all weight-based interfaces in MBB with probability-...Hans Wennborg2015-12-011-18/+2
* Replace all weight-based interfaces in MBB with probability-based interfaces,...Cong Hou2015-12-011-2/+18
* [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