Now that we have comparison on probabilities, add some static functions
[oota-llvm.git] / include / llvm / Support / BranchProbability.h
2011-10-23 Chandler CarruthNow that we have comparison on probabilities, add some...
2011-10-23 Benjamin KramerAdd compare operators to BranchProbability and use...
2011-07-25 Jakub StaszakBranchProbability::print returns void now.
2011-07-25 Jakub StaszakFix class description.
2011-07-10 Jakub Staszak- Make BranchProbability constructor public.
2011-06-23 Jakub StaszakIntroduce BlockFrequency analysis for BasicBlocks.
2011-06-11 Andrew TrickBranch profiling: floating-point avoidance.