summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Support/BlockFrequencyTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Add - and -= operators to BlockFrequency using saturating arithmetic.Cong Hou2015-10-121-0/+6
* Use fixed-point representation for BranchProbability.Cong Hou2015-09-251-6/+6
* Support: Add missing header to BlockFrequencyTest.cpp, NFCDuncan P. N. Exon Smith2015-02-021-0/+9
* Support: More BlockFrequencyTest => BranchProbabilityTestDuncan P. N. Exon Smith2014-04-291-29/+0
* Support: BlockFrequencyTest => BranchProbabilityTestDuncan P. N. Exon Smith2014-04-291-97/+0
* blockfreq: Defer to BranchProbability::scale() (again)Duncan P. N. Exon Smith2014-04-291-96/+87
* [block-freq] Add a right shift to BlockFrequency that saturates at 1.Michael Gottesman2013-12-141-0/+8
* [block-freq] Update data in test case to be unsigned long long to fix mingw b...Michael Gottesman2013-11-221-80/+80
* [block-freq] Add BlockFrequency::scale that returns a remainder from the divi...Michael Gottesman2013-11-171-0/+133
* Fix a bad overflow check pointed out by Ben.Jakob Stoklund Olesen2013-06-281-0/+5
* Add a division operator to BlockFrequency.Jakob Stoklund Olesen2013-06-281-0/+18
* Revert "BlockFrequency: Saturate at 1 instead of 0 when multiplying a frequen...Benjamin Kramer2013-06-211-12/+1
* BlockFrequency: Saturate at 1 instead of 0 when multiplying a frequency with ...Benjamin Kramer2013-06-211-1/+12
* Sort the #include lines for unittest/...Chandler Carruth2012-12-041-2/+1
* For reasons I can't fathom MSVC supports ULL but not LLU suffixes on long lon...Benjamin Kramer2012-06-171-1/+1
* Implement comparison operators for BranchProbability in a way that can't over...Benjamin Kramer2011-10-241-0/+9
* Add compare operators to BranchProbability and use it to determine if an edge...Benjamin Kramer2011-10-231-0/+20
* Add test cases for BlockFrequency.Jakub Staszak2011-07-271-0/+56
OpenPOWER on IntegriCloud