Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add pass printing support to BlockFrequencyInfo pass. The implementation | Chandler Carruth | 2011-10-19 | 1 | -0/+4 |
| | | | | | | | | | | | | | layer already had support for printing the results of this analysis, but the wiring was missing. Now that printing the analysis works, actually bring some of this analysis, and the BranchProbabilityInfo analysis that it wraps, under test! I'm planning on fixing some bugs and doing other work here, so having a nice place to add regression tests and a way to observe the results is really useful. llvm-svn: 142491 | ||||
* | Add more constantness in BlockFrequencyInfo. | Jakub Staszak | 2011-08-03 | 1 | -1/+1 |
| | | | | llvm-svn: 136816 | ||||
* | Use BlockFrequency instead of uint32_t in BlockFrequencyInfo. | Jakub Staszak | 2011-07-27 | 1 | -1/+1 |
| | | | | llvm-svn: 136278 | ||||
* | Rename BlockFrequency to BlockFrequencyInfo and MachineBlockFrequency to | Jakub Staszak | 2011-07-25 | 1 | -0/+59 |
MachineBlockFrequencyInfo. llvm-svn: 135937 |