1. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  2. 25528d6 [CodeGen] Unify MBB reference format in both MIR and debug output by Francis Visoiu Mistrih · 8 years ago
  3. 4253126 Use the range variant of find/find_if instead of unpacking begin/end by David Majnemer · 9 years ago
  4. e34ed83 [MBP] add comments and bug fix by Xinliang David Li · 9 years ago
  5. 9f2bdfb Set machine block placement hot prob threshold for both static and runtime profile. by Dehao Chen · 9 years ago
  6. ff28737 Replace hard coded probability threshold with parameter /NFC by Xinliang David Li · 9 years ago
  7. fd0d62b Use getEdgeProbability() instead of getEdgeWeight() in BFI and remove getEdgeWeight() interfaces from MBPI. by Cong Hou · 10 years ago
  8. 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
  9. 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
  10. 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
  11. ec10587 Revert r244154 which causes some build failure. See https://llvm.org/bugs/show_bug.cgi?id=24377. by Cong Hou · 10 years ago
  12. 36e7e52 Record whether the weights on out-edges from a MBB are normalized. by Cong Hou · 10 years ago
  13. c0196b1 [C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr. by Craig Topper · 12 years ago
  14. 936aef9 blockfreq: Use const in MachineBlockFrequencyInfo by Duncan P. N. Exon Smith · 12 years ago
  15. 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
  16. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  17. 6bae2a5 Fix a quadratic algorithm in MachineBranchProbabilityInfo. by Jakob Stoklund Olesen · 13 years ago
  18. 0556be9 Revert "Fix a quadratic algorithm in MachineBranchProbabilityInfo." by Jakob Stoklund Olesen · 13 years ago
  19. c0b61ff Fix a quadratic algorithm in MachineBranchProbabilityInfo. by Jakob Stoklund Olesen · 13 years ago
  20. 96f8c55 Add some constantness to BranchProbabilityInfo and BlockFrequnencyInfo. by Jakub Staszak · 14 years ago
  21. a379b181 Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch by David Blaikie · 14 years ago
  22. a9e71fa Reuse the logic in getEdgeProbability within getHotSucc in order to by Chandler Carruth · 14 years ago
  23. ed5aa54 Fix an overflow bug in MachineBranchProbabilityInfo. This pass relied on by Chandler Carruth · 14 years ago
  24. 47c3f2d Use BranchProbability compare operators. by Benjamin Kramer · 14 years ago
  25. 12a43bd Introduce MachineBranchProbabilityInfo class, which has similar API to by Jakub Staszak · 14 years ago