Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | For reasons I can't fathom MSVC supports ULL but not LLU suffixes on long ↵ | Benjamin Kramer | 2012-06-17 | 1 | -1/+1 |
| | | | | | | long integer literals. llvm-svn: 158648 | ||||
* | Implement comparison operators for BranchProbability in a way that can't ↵ | Benjamin Kramer | 2011-10-24 | 1 | -0/+9 |
| | | | | | | | | overflow INT64_MAX. Add a test case for the edge case that triggers this. Thanks to Chandler for bringing this to my attention. llvm-svn: 142794 | ||||
* | Add compare operators to BranchProbability and use it to determine if an ↵ | Benjamin Kramer | 2011-10-23 | 1 | -0/+20 |
| | | | | | | edge is hot. llvm-svn: 142751 | ||||
* | Add test cases for BlockFrequency. | Jakub Staszak | 2011-07-27 | 1 | -0/+56 |
llvm-svn: 136244 |