summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Support/BlockFrequencyTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* For reasons I can't fathom MSVC supports ULL but not LLU suffixes on long ↵Benjamin Kramer2012-06-171-1/+1
| | | | | | long integer literals. llvm-svn: 158648
* Implement comparison operators for BranchProbability in a way that can't ↵Benjamin Kramer2011-10-241-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 Kramer2011-10-231-0/+20
| | | | | | edge is hot. llvm-svn: 142751
* Add test cases for BlockFrequency.Jakub Staszak2011-07-271-0/+56
llvm-svn: 136244
OpenPOWER on IntegriCloud