aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/BranchProbability.h
AgeCommit message (Expand)Author
2011-11-20Make an obviously const interface actually be marked as const.Chandler Carruth
2011-10-24Implement comparison operators for BranchProbability in a way that can't over...Benjamin Kramer
2011-10-23Now that we have comparison on probabilities, add some static functionsChandler Carruth
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-07-25Fix class description.Jakub Staszak
2011-07-10- Make BranchProbability constructor public.Jakub Staszak
2011-06-23Introduce BlockFrequency analysis for BasicBlocks.Jakub Staszak
2011-06-11Branch profiling: floating-point avoidance.Andrew Trick