Age | Commit message (Expand) | Author |
---|---|---|
2011-11-20 | Make an obviously const interface actually be marked as const. | Chandler Carruth |
2011-10-24 | Implement comparison operators for BranchProbability in a way that can't over... | Benjamin Kramer |
2011-10-23 | Now that we have comparison on probabilities, add some static functions | Chandler Carruth |
2011-10-23 | Add compare operators to BranchProbability and use it to determine if an edge... | Benjamin Kramer |
2011-07-25 | BranchProbability::print returns void now. | Jakub Staszak |
2011-07-25 | Fix class description. | Jakub Staszak |
2011-07-10 | - Make BranchProbability constructor public. | Jakub Staszak |
2011-06-23 | Introduce BlockFrequency analysis for BasicBlocks. | Jakub Staszak |
2011-06-11 | Branch profiling: floating-point avoidance. | Andrew Trick |