1. 9b4f6b2 Add new constructors for LoopInfo/DominatorTree/BFI/BPI by Cong Hou · 10 years ago
  2. ab23bfb Create a wrapper pass for BranchProbabilityInfo. by Cong Hou · 10 years ago
  3. 5e67b66 Rename doFunction() in BFI to calculate() and change its parameters from pointers to references. by Cong Hou · 10 years ago
  4. deee61e Create a wrapper pass for BlockFrequencyInfo. by Wei Mi · 10 years ago
  5. 75e0c4b Remove superfluous .str() and replace std::string concatenation with Twine. by Yaron Keren · 11 years ago
  6. 4f8f307 [PM] Split the LoopInfo object apart from the legacy pass, creating by Chandler Carruth · 11 years ago
  7. e69170a Revert "Introduce a string_ostream string builder facilty" by Alp Toker · 11 years ago
  8. 6147173 Introduce a string_ostream string builder facilty by Alp Toker · 11 years ago
  9. f1221bd [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE by Chandler Carruth · 12 years ago
  10. 10be9a8 Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl" by Duncan P. N. Exon Smith · 12 years ago
  11. e63327e Revert "blockfreq: Rewrite BlockFrequencyInfoImpl" by Duncan P. N. Exon Smith · 12 years ago
  12. 875ddfa Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl" by Duncan P. N. Exon Smith · 12 years ago
  13. 76b8136 Revert "blockfreq: Rewrite BlockFrequencyInfoImpl" (#2) by Duncan P. N. Exon Smith · 12 years ago
  14. b3caf36 Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl" (#2) by Duncan P. N. Exon Smith · 12 years ago
  15. 0842ff3 Revert "blockfreq: Rewrite BlockFrequencyInfoImpl" (#2) by Duncan P. N. Exon Smith · 12 years ago
  16. f8361d1 Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl" by Duncan P. N. Exon Smith · 12 years ago
  17. e576167 Revert "blockfreq: Rewrite BlockFrequencyInfoImpl" by Duncan P. N. Exon Smith · 12 years ago
  18. 12e68e1 blockfreq: Rewrite BlockFrequencyInfoImpl by Duncan P. N. Exon Smith · 12 years ago
  19. 689a507 blockfreq: Rename BlockFrequencyImpl to BlockFrequencyInfoImpl by Duncan P. N. Exon Smith · 12 years ago
  20. 3dbe105 blockfreq: Implement Pass::releaseMemory() by Duncan P. N. Exon Smith · 12 years ago
  21. 1305dc3 [Modules] Move CFG.h to the IR library as it defines graph traits over IR types. by Chandler Carruth · 12 years ago
  22. 5947c8f BlockFrequencyInfo: Readded getEntryFreq. by Yuchen Wu · 12 years ago
  23. b0c1ed8 [block-freq] Update BlockFrequencyInfo/MachineBlockFrequencyInfo to use the new print methods. by Michael Gottesman · 12 years ago
  24. 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
  25. fd8aee7 Added BlockFrequencyInfo::view for displaying the block frequency propagation graph via graphviz. by Michael Gottesman · 12 years ago
  26. 857d6e3 Fixed 80+ violations. by Michael Gottesman · 12 years ago
  27. 8667931 BlockFrequency: Bump up the entry frequency a bit. by Benjamin Kramer · 12 years ago
  28. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  29. 96f8c55 Add some constantness to BranchProbabilityInfo and BlockFrequnencyInfo. by Jakub Staszak · 14 years ago
  30. 343fad4 Add pass printing support to BlockFrequencyInfo pass. The implementation by Chandler Carruth · 14 years ago
  31. a60d130 Add more constantness in BlockFrequencyInfo. by Jakub Staszak · 14 years ago
  32. da3df43 Use BlockFrequency instead of uint32_t in BlockFrequencyInfo. by Jakub Staszak · 14 years ago
  33. 875ebd5 Rename BlockFrequency to BlockFrequencyInfo and MachineBlockFrequency to by Jakub Staszak · 14 years ago[Renamed (66%) from llvm/lib/Analysis/BlockFrequency.cpp]
  34. b82bbf4 Allow getBlockFreq to return 0. by Jakub Staszak · 14 years ago
  35. 668c6fa Missing files for the BlockFrequency analysis added. by Jakub Staszak · 14 years ago