1. 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
  2. 936aef9 blockfreq: Use const in MachineBlockFrequencyInfo by Duncan P. N. Exon Smith · 12 years ago
  3. 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
  4. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  5. 6bae2a5 Fix a quadratic algorithm in MachineBranchProbabilityInfo. by Jakob Stoklund Olesen · 13 years ago
  6. 0556be9 Revert "Fix a quadratic algorithm in MachineBranchProbabilityInfo." by Jakob Stoklund Olesen · 13 years ago
  7. c0b61ff Fix a quadratic algorithm in MachineBranchProbabilityInfo. by Jakob Stoklund Olesen · 13 years ago
  8. 96f8c55 Add some constantness to BranchProbabilityInfo and BlockFrequnencyInfo. by Jakub Staszak · 14 years ago
  9. a379b181 Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch by David Blaikie · 14 years ago
  10. a9e71fa Reuse the logic in getEdgeProbability within getHotSucc in order to by Chandler Carruth · 14 years ago
  11. ed5aa54 Fix an overflow bug in MachineBranchProbabilityInfo. This pass relied on by Chandler Carruth · 14 years ago
  12. 47c3f2d Use BranchProbability compare operators. by Benjamin Kramer · 14 years ago
  13. 12a43bd Introduce MachineBranchProbabilityInfo class, which has similar API to by Jakub Staszak · 14 years ago