This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8fd08e9 remove some comments and other cruft from checks new e052ee9 [PM]: port IR based profUse pass to new pass manager new 79f2742 Reapply r266477 and r266488
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/ProfileData/ProfileCommon.h | 37 +++++++++++- include/llvm/Transforms/PGOInstrumentation.h | 12 +++- lib/Analysis/InlineCost.cpp | 6 +- lib/Analysis/LLVMBuild.txt | 2 +- lib/Passes/PassRegistry.def | 1 + lib/ProfileData/ProfileSummary.cpp | 44 +++++++++++++++ .../Instrumentation/PGOInstrumentation.cpp | 42 ++++++++++---- test/Transforms/Inline/inline-cold-callee.ll | 27 ++++++--- test/Transforms/Inline/inline-hot-callee.ll | 27 ++++++--- test/Transforms/PGOProfile/branch1.ll | 5 ++ test/Transforms/PGOProfile/branch2.ll | 1 + test/Transforms/PGOProfile/criticaledge.ll | 1 + test/Transforms/PGOProfile/diag_FE_profile.ll | 1 + test/Transforms/PGOProfile/diag_mismatch.ll | 1 + test/Transforms/PGOProfile/diag_no_funcprofdata.ll | 1 + test/Transforms/PGOProfile/diag_no_profile.ll | 1 + .../PGOProfile/indirect_call_annotation.ll | 1 + test/Transforms/PGOProfile/landingpad.ll | 1 + test/Transforms/PGOProfile/loop1.ll | 1 + test/Transforms/PGOProfile/loop2.ll | 1 + test/Transforms/PGOProfile/switch.ll | 1 + unittests/ProfileData/CMakeLists.txt | 1 + unittests/ProfileData/ProfileSummaryTest.cpp | 66 ++++++++++++++++++++++ 23 files changed, 248 insertions(+), 33 deletions(-) create mode 100644 unittests/ProfileData/ProfileSummaryTest.cpp