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