This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 24dbd38 Revert "Don't invoke getName() from Function::isIntrinsic()." [...] new d7e3771 Added ThinLTO inlining statistics new 81266f6 Fixed comment
The 2 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/Transforms/IPO/InlinerPass.h | 4 + .../Utils/ImportedFunctionsInliningStatistics.h | 109 +++++++++++ lib/Transforms/IPO/Inliner.cpp | 49 ++++- lib/Transforms/Utils/CMakeLists.txt | 1 + .../Utils/ImportedFunctionsInliningStatistics.cpp | 201 +++++++++++++++++++++ test/Transforms/Inline/inline_stats.ll | 87 +++++++++ 6 files changed, 442 insertions(+), 9 deletions(-) create mode 100644 include/llvm/Transforms/Utils/ImportedFunctionsInliningStatistics.h create mode 100644 lib/Transforms/Utils/ImportedFunctionsInliningStatistics.cpp create mode 100644 test/Transforms/Inline/inline_stats.ll