1. 5e985ee [block-freq] Rename getEntryFrequency() -> getEntryFreq() to match getBlockFreq() in all *BlockFrequencyInfo*. by Michael Gottesman · 12 years ago
  2. b0c1ed8 [block-freq] Update BlockFrequencyInfo/MachineBlockFrequencyInfo to use the new print methods. by Michael Gottesman · 12 years ago
  3. fd5c4b2 [block-freq] Add the equivalent methods to MachineBlockFrequencyInfo and BlockFrequencyInfo that were added to BlockFrequencyImpl in r197285 and r197284. by Michael Gottesman · 12 years ago
  4. 748fe48 Fixed various whitespace/spelling/80+ issues. by Michael Gottesman · 12 years ago
  5. 65bbcdf Added MachineBlockFrequencyInfo::view for displaying the block frequency propagation graph via graphviz. by Michael Gottesman · 12 years ago
  6. 8667931 BlockFrequency: Bump up the entry frequency a bit. by Benjamin Kramer · 12 years ago
  7. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  8. 96f8c55 Add some constantness to BranchProbabilityInfo and BlockFrequnencyInfo. by Jakub Staszak · 14 years ago
  9. a60d130 Add more constantness in BlockFrequencyInfo. by Jakub Staszak · 14 years ago
  10. da3df43 Use BlockFrequency instead of uint32_t in BlockFrequencyInfo. by Jakub Staszak · 14 years ago
  11. 875ebd5 Rename BlockFrequency to BlockFrequencyInfo and MachineBlockFrequency to by Jakub Staszak · 14 years ago[Renamed (66%) from llvm/lib/CodeGen/MachineBlockFrequency.cpp]
  12. b82bbf4 Allow getBlockFreq to return 0. by Jakub Staszak · 14 years ago
  13. cb7c0a4 Add missing getAnalysisUsage in MachineBlockFrequency. by Jakub Staszak · 14 years ago
  14. 2713117 Add MachineBlockFrequency analysis. by Jakub Staszak · 14 years ago