summaryrefslogtreecommitdiff
path: root/include/llvm/Support/BranchProbability.h
Commit message (Expand)AuthorAge
* Make an obviously const interface actually be marked as const.Chandler Carruth2011-11-20
* Implement comparison operators for BranchProbability in a way that can't over...Benjamin Kramer2011-10-24
* Now that we have comparison on probabilities, add some static functionsChandler Carruth2011-10-23
* Add compare operators to BranchProbability and use it to determine if an edge...Benjamin Kramer2011-10-23
* BranchProbability::print returns void now.Jakub Staszak2011-07-25
* Fix class description.Jakub Staszak2011-07-25
* - Make BranchProbability constructor public.Jakub Staszak2011-07-10
* Introduce BlockFrequency analysis for BasicBlocks.Jakub Staszak2011-06-23
* Branch profiling: floating-point avoidance.Andrew Trick2011-06-11