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