summaryrefslogtreecommitdiff
path: root/lib/Support/BlockFrequency.cpp
Commit message (Expand)AuthorAge
* [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
* Eliminate an assortment of undefined behavior.Jakob Stoklund Olesen2013-06-28
* Stylistic cleanups, no functional change.Jakob Stoklund Olesen2013-06-28
* Add a division operator to BlockFrequency.Jakob Stoklund Olesen2013-06-28
* Print block frequencies in decimal form.Jakob Stoklund Olesen2013-06-25
* 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
* BlockFrequency: Use a smarter overflow check.Benjamin Kramer2011-10-27
* Optimize 96-bit division a little bit.Jakub Staszak2011-07-27
* Move static methods to the anonymous namespace.Jakub Staszak2011-07-27
* Add BlockFrequency class.Jakub Staszak2011-07-25