summaryrefslogtreecommitdiff
path: root/unittests/Support/BlockFrequencyTest.cpp
Commit message (Expand)AuthorAge
* [block-freq] Add a right shift to BlockFrequency that saturates at 1.Michael Gottesman2013-12-14
* [block-freq] Update data in test case to be unsigned long long to fix mingw b...Michael Gottesman2013-11-22
* [block-freq] Add BlockFrequency::scale that returns a remainder from the divi...Michael Gottesman2013-11-17
* Fix a bad overflow check pointed out by Ben.Jakob Stoklund Olesen2013-06-28
* Add a division operator to BlockFrequency.Jakob Stoklund Olesen2013-06-28
* Revert "BlockFrequency: Saturate at 1 instead of 0 when multiplying a frequen...Benjamin Kramer2013-06-21
* BlockFrequency: Saturate at 1 instead of 0 when multiplying a frequency with ...Benjamin Kramer2013-06-21
* Sort the #include lines for unittest/...Chandler Carruth2012-12-04
* For reasons I can't fathom MSVC supports ULL but not LLU suffixes on long lon...Benjamin Kramer2012-06-17
* Implement comparison operators for BranchProbability in a way that can't over...Benjamin Kramer2011-10-24
* Add compare operators to BranchProbability and use it to determine if an edge...Benjamin Kramer2011-10-23
* Add test cases for BlockFrequency.Jakub Staszak2011-07-27