Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Calculate backedge probability correctly. | Jakub Staszak | 2011-06-23 | 1 | -24/+0 |
* | Introduce BlockFrequency analysis for BasicBlocks. | Jakub Staszak | 2011-06-23 | 1 | -0/+24 |
* | Introduce MachineBranchProbabilityInfo class, which has similar API to | Jakub Staszak | 2011-06-16 | 1 | -1/+1 |
* | Move class into an anonymous namespace. | Benjamin Kramer | 2011-06-13 | 1 | -1/+2 |
* | Branch profiling: floating-point avoidance. | Andrew Trick | 2011-06-11 | 1 | -54/+63 |
* | Fold assert-only-used variable into the assert. | Nick Lewycky | 2011-06-04 | 1 | -2/+1 |
* | Missing include of climits in the new BranchProbability pass. | Andrew Trick | 2011-06-04 | 1 | -0/+1 |
* | New BranchProbabilityInfo analysis. Patch by Jakub Staszak! | Andrew Trick | 2011-06-04 | 1 | -0/+348 |