1. 432a388 IWYU for llvm-config.h in llvm, additions. by Nico Weber · 7 years ago
  2. 615eb47 Reverting r315590; it did not include changes for llvm-tblgen, which is causing link errors for several people. by Aaron Ballman · 8 years ago
  3. 3e0199f [dump] Remove NDEBUG from test to enable dump methods [NFC] by Don Hinton · 8 years ago
  4. 8c209aa Cleanup dump() functions. by Matthias Braun · 9 years ago
  5. eb2a254 Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r259192 post commit comment. by Yaron Keren · 10 years ago
  6. 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
  7. 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
  8. 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
  9. 2a63631 [BranchProbability] Manually round the floating point output. by Benjamin Kramer · 10 years ago
  10. 15ea016 Use fixed-point representation for BranchProbability. by Cong Hou · 10 years ago
  11. bdc1e2a BranchProb: Simplify printing code by Duncan P. N. Exon Smith · 11 years ago
  12. f857407 Support: remove unnecessary namespace by Duncan P. N. Exon Smith · 11 years ago
  13. 415e765 Support: Add BranchProbability::scale() and ::scaleByInverse() by Duncan P. N. Exon Smith · 11 years ago
  14. cc0ed6b Print branch probabilities as percentages. by Benjamin Kramer · 14 years ago
  15. 929f53f Add compare operators to BranchProbability and use it to determine if an edge is hot. by Benjamin Kramer · 14 years ago
  16. e92d047 BranchProbability::print returns void now. by Jakub Staszak · 14 years ago
  17. 3d4e64b Branch profiling: floating-point avoidance. by Andrew Trick · 14 years ago