aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/BranchProbability.h
Commit message (Expand)AuthorAgeFilesLines
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-11/+23
* Make an obviously const interface actually be marked as const.Chandler Carruth2011-11-201-1/+1
* Implement comparison operators for BranchProbability in a way that can't over...Benjamin Kramer2011-10-241-10/+18
* Now that we have comparison on probabilities, add some static functionsChandler Carruth2011-10-231-0/+3
* Add compare operators to BranchProbability and use it to determine if an edge...Benjamin Kramer2011-10-231-2/+16
* BranchProbability::print returns void now.Jakub Staszak2011-07-251-1/+1
* Fix class description.Jakub Staszak2011-07-251-2/+2
* - Make BranchProbability constructor public.Jakub Staszak2011-07-101-12/+6
* Introduce BlockFrequency analysis for BasicBlocks.Jakub Staszak2011-06-231-1/+9
* Branch profiling: floating-point avoidance.Andrew Trick2011-06-111-0/+50