1. 5b817d0 [BPI] Add multiplication by scalar operators to BranchProbability by Serguei Katkov · 8 years ago
  2. d7c0b73 BranchProbabilityTest.cpp: Suppress warnings. [-Wsign-compare] by NAKAMURA Takumi · 10 years ago
  3. 7308f42 [BranchProbability] Remove the restriction that known and unknown probabilities cannot coexist when being normalized. by Cong Hou · 10 years ago
  4. 9f69cc0 Replace the unit test of BranchProbability::normalizeEdgeWeights() with BranchProbability::normalizeProbabilities(). by Cong Hou · 10 years ago
  5. 72d44b1 Recommit r250345, it was reverted in r250366 to investigate a bot failure. by Manman Ren · 10 years ago
  6. f5499fd Temporarily revert r250345 to sort out bot failure. by Manman Ren · 10 years ago
  7. b74d3b3 Update the branch weight metadata in JumpThreading pass. by Cong Hou · 10 years ago
  8. 15ea016 Use fixed-point representation for BranchProbability. by Cong Hou · 10 years ago
  9. c536bd9 Pass BranchProbability/BlockMass by value instead of const& as they are small. NFC. by Cong Hou · 10 years ago
  10. 6e8d1ef SupportTest: Fix test names harder by Duncan P. N. Exon Smith · 11 years ago
  11. 7c8cf3e Support: More BlockFrequencyTest => BranchProbabilityTest by Duncan P. N. Exon Smith · 11 years ago
  12. 9a860c7 Support: Fix test name by Duncan P. N. Exon Smith · 11 years ago
  13. a097c48 Support: BlockFrequencyTest => BranchProbabilityTest by Duncan P. N. Exon Smith · 11 years ago
  14. 415e765 Support: Add BranchProbability::scale() and ::scaleByInverse() by Duncan P. N. Exon Smith · 11 years ago
  15. cd630f2 Support: Add unit tests for BranchProbability by Duncan P. N. Exon Smith · 11 years ago