1. 61e13de Add - and -= operators to BlockFrequency using saturating arithmetic. by Cong Hou · 10 years ago
  2. 15ea016 Use fixed-point representation for BranchProbability. by Cong Hou · 10 years ago
  3. 9ffa6cd Support: Add missing header to BlockFrequencyTest.cpp, NFC by Duncan P. N. Exon Smith · 11 years ago
  4. 7c8cf3e Support: More BlockFrequencyTest => BranchProbabilityTest by Duncan P. N. Exon Smith · 11 years ago
  5. a097c48 Support: BlockFrequencyTest => BranchProbabilityTest by Duncan P. N. Exon Smith · 11 years ago
  6. 547183b blockfreq: Defer to BranchProbability::scale() (again) by Duncan P. N. Exon Smith · 11 years ago
  7. 8f17dcc [block-freq] Add a right shift to BlockFrequency that saturates at 1. by Michael Gottesman · 12 years ago
  8. 983f94a [block-freq] Update data in test case to be unsigned long long to fix mingw build. by Michael Gottesman · 12 years ago
  9. 4d078a3 [block-freq] Add BlockFrequency::scale that returns a remainder from the division and make the private scale in BlockFrequency more performant. by Michael Gottesman · 12 years ago
  10. 3192b2f Fix a bad overflow check pointed out by Ben. by Jakob Stoklund Olesen · 12 years ago
  11. c506e5d Add a division operator to BlockFrequency. by Jakob Stoklund Olesen · 12 years ago
  12. bfb84d0 Revert "BlockFrequency: Saturate at 1 instead of 0 when multiplying a frequency with a branch probability." by Benjamin Kramer · 12 years ago
  13. bd0f107 BlockFrequency: Saturate at 1 instead of 0 when multiplying a frequency with a branch probability. by Benjamin Kramer · 12 years ago
  14. 130cec2 Sort the #include lines for unittest/... by Chandler Carruth · 13 years ago
  15. a520de1 For reasons I can't fathom MSVC supports ULL but not LLU suffixes on long long integer literals. by Benjamin Kramer · 13 years ago
  16. 812da49 Implement comparison operators for BranchProbability in a way that can't overflow INT64_MAX. by Benjamin Kramer · 14 years ago
  17. 929f53f Add compare operators to BranchProbability and use it to determine if an edge is hot. by Benjamin Kramer · 14 years ago
  18. 8a3d4c4 Add test cases for BlockFrequency. by Jakub Staszak · 14 years ago