| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Remove redundant includes from lib/Support. | Michael Zolotukhin | 2017-12-13 | 1 | -1/+0 |
| * | Add - and -= operators to BlockFrequency using saturating arithmetic. | Cong Hou | 2015-10-12 | 1 | -0/+15 |
| * | Turn const/const& into value type for BlockFrequency in functions of this cla... | Cong Hou | 2015-10-12 | 1 | -8/+6 |
| * | Fixed a bug that BranchProbability is not defined in BlockFrequency.cpp. NFC. | Cong Hou | 2015-09-11 | 1 | -1/+0 |
| * | Pass BranchProbability/BlockMass by value instead of const& as they are small... | Cong Hou | 2015-09-10 | 1 | -4/+4 |
| * | blockfreq: Defer to BranchProbability::scale() (again) | Duncan P. N. Exon Smith | 2014-04-29 | 1 | -93/+2 |
| * | [block-freq] Add a right shift to BlockFrequency that saturates at 1. | Michael Gottesman | 2013-12-14 | 1 | -0/+12 |
| * | [block-freq] Remove old BlockFrequency entry frequency and printing code. | Michael Gottesman | 2013-12-14 | 1 | -21/+0 |
| * | [block-freq] Add BlockFrequency::scale that returns a remainder from the divi... | Michael Gottesman | 2013-11-17 | 1 | -38/+60 |
| * | Fix a bad overflow check pointed out by Ben. | Jakob Stoklund Olesen | 2013-06-28 | 1 | -4/+2 |
| * | Eliminate an assortment of undefined behavior. | Jakob Stoklund Olesen | 2013-06-28 | 1 | -1/+5 |
| * | Stylistic cleanups, no functional change. | Jakob Stoklund Olesen | 2013-06-28 | 1 | -10/+7 |
| * | Add a division operator to BlockFrequency. | Jakob Stoklund Olesen | 2013-06-28 | 1 | -23/+35 |
| * | Print block frequencies in decimal form. | Jakob Stoklund Olesen | 2013-06-25 | 1 | -1/+10 |
| * | Revert "BlockFrequency: Saturate at 1 instead of 0 when multiplying a frequen... | Benjamin Kramer | 2013-06-21 | 1 | -10/+2 |
| * | BlockFrequency: Saturate at 1 instead of 0 when multiplying a frequency with ... | Benjamin Kramer | 2013-06-21 | 1 | -2/+10 |
| * | BlockFrequency: Use a smarter overflow check. | Benjamin Kramer | 2011-10-27 | 1 | -4/+8 |
| * | Optimize 96-bit division a little bit. | Jakub Staszak | 2011-07-27 | 1 | -2/+3 |
| * | Move static methods to the anonymous namespace. | Jakub Staszak | 2011-07-27 | 1 | -2/+7 |
| * | Add BlockFrequency class. | Jakub Staszak | 2011-07-25 | 1 | -0/+120 |