aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/Support/BlockFrequencyTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-0/+9
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-141/+6
* Update to LLVM 3.5a.Stephen Hines2014-04-241-0/+8
* Merging r195411:Bill Wendling2013-12-161-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