This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from dd591da fix documentation comments for Argument; NFC new 3ae88a1 [LazyBFI] Split out and templatize LazyBlockFrequencyInfo, NFC new 1174583 Add new pass LazyMachineBlockFrequencyInfo new 25b6db9 [LazyBFI] Fix typos
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/Analysis/LazyBlockFrequencyInfo.h | 104 +++++++++++---------- include/llvm/Analysis/LazyBranchProbabilityInfo.h | 12 +++ .../llvm/CodeGen/LazyMachineBlockFrequencyInfo.h | 83 ++++++++++++++++ include/llvm/CodeGen/MachineBlockFrequencyInfo.h | 6 ++ include/llvm/InitializePasses.h | 1 + lib/Analysis/LazyBlockFrequencyInfo.cpp | 2 +- lib/CodeGen/CMakeLists.txt | 1 + lib/CodeGen/LazyMachineBlockFrequencyInfo.cpp | 74 +++++++++++++++ lib/CodeGen/MachineBlockFrequencyInfo.cpp | 14 ++- lib/CodeGen/MachineOptimizationRemarkEmitter.cpp | 8 +- 10 files changed, 247 insertions(+), 58 deletions(-) create mode 100644 include/llvm/CodeGen/LazyMachineBlockFrequencyInfo.h create mode 100644 lib/CodeGen/LazyMachineBlockFrequencyInfo.cpp