1. eb2a254 Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r259192 post commit comment. by Yaron Keren · 10 years ago
  2. d97c100 Replace all weight-based interfaces in MBB with probability-based interfaces, and update all uses of old interfaces. by Cong Hou · 10 years ago
  3. 1dbaf67 Revert r254348: "Replace all weight-based interfaces in MBB with probability-based interfaces, and update all uses of old interfaces." by Hans Wennborg · 10 years ago
  4. fa1917c Replace all weight-based interfaces in MBB with probability-based interfaces, and update all uses of old interfaces. by Cong Hou · 10 years ago
  5. 2a63631 [BranchProbability] Manually round the floating point output. by Benjamin Kramer · 10 years ago
  6. 15ea016 Use fixed-point representation for BranchProbability. by Cong Hou · 10 years ago
  7. bdc1e2a BranchProb: Simplify printing code by Duncan P. N. Exon Smith · 11 years ago
  8. f857407 Support: remove unnecessary namespace by Duncan P. N. Exon Smith · 11 years ago
  9. 415e765 Support: Add BranchProbability::scale() and ::scaleByInverse() by Duncan P. N. Exon Smith · 11 years ago
  10. cc0ed6b Print branch probabilities as percentages. by Benjamin Kramer · 14 years ago
  11. 929f53f Add compare operators to BranchProbability and use it to determine if an edge is hot. by Benjamin Kramer · 14 years ago
  12. e92d047 BranchProbability::print returns void now. by Jakub Staszak · 14 years ago
  13. 3d4e64b Branch profiling: floating-point avoidance. by Andrew Trick · 14 years ago