Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | BlockFrequency: Bump up the entry frequency a bit. | Benjamin Kramer | 2013-06-25 | 1 | -5/+0 | |
| | | | | | | | This is a band-aid to fix the most severe regressions we're seeing from basing spill decisions on block frequencies, until we have a better solution. llvm-svn: 184835 | |||||
* | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | Sooooo many of these had incorrect or strange main module includes. I have manually inspected all of these, and fixed the main module include to be the nearest plausible thing I could find. If you own or care about any of these source files, I encourage you to take some time and check that these edits were sensible. I can't have broken anything (I strictly added headers, and reordered them, never removed), but they may not be the headers you'd really like to identify as containing the API being implemented. Many forward declarations and missing includes were added to a header files to allow them to parse cleanly when included first. The main module rule does in fact have its merits. =] llvm-svn: 169131 | |||||
* | Add some constantness to BranchProbabilityInfo and BlockFrequnencyInfo. | Jakub Staszak | 2011-12-20 | 1 | -1/+1 | |
| | | | | llvm-svn: 146986 | |||||
* | Add more constantness in BlockFrequencyInfo. | Jakub Staszak | 2011-08-03 | 1 | -1/+2 | |
| | | | | 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/+60 | |
MachineBlockFrequencyInfo. llvm-svn: 135937 |