This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1e3f45d [scudo] Documentation update for Scudo, from https://reviews. [...] new 37a4ac8 [Inliner,OptDiag] Add hotness attribute to opt diagnostics new c70a5f4 [OptDiag] Add class Doxygen comment new 74dacfe Do not directly use inline threshold cl options in cost analysis.
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/InlineCost.h | 86 +++++++++--- include/llvm/Analysis/OptimizationDiagnosticInfo.h | 24 +++- include/llvm/Transforms/IPO/InlinerPass.h | 1 + lib/Analysis/InlineCost.cpp | 155 +++++++++++++-------- lib/Analysis/OptimizationDiagnosticInfo.cpp | 24 ++++ lib/Transforms/IPO/InlineSimple.cpp | 22 ++- lib/Transforms/IPO/Inliner.cpp | 75 +++++----- .../Inline/optimization-remarks-with-hotness.ll | 39 ++++++ 8 files changed, 302 insertions(+), 124 deletions(-) create mode 100644 test/Transforms/Inline/optimization-remarks-with-hotness.ll