This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4597c04e0ac [llvm-symbolizer] Add support for -i and -inlines as aliase [...] new 26d8013491a Update entry count for cold calls
The 1 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/Utils/Cloning.h | 7 + lib/Transforms/IPO/SampleProfile.cpp | 38 ++++- lib/Transforms/Utils/InlineFunction.cpp | 66 ++++---- .../SampleProfile/Inputs/entry_counts_cold.prof | 20 +++ test/Transforms/SampleProfile/entry_counts_cold.ll | 170 +++++++++++++++++++++ 5 files changed, 264 insertions(+), 37 deletions(-) create mode 100644 test/Transforms/SampleProfile/Inputs/entry_counts_cold.prof create mode 100644 test/Transforms/SampleProfile/entry_counts_cold.ll