This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 59bf0ba3183 Add sample PGO support to ThinLTO new pass manager. new b1f864a9476 Increase the import-threshold for crtical functions. new 8c2dc92bd4a ProfData: Fix some unchecked Errors in unit tests
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/IR/ModuleSummaryIndex.h | 8 +- lib/Analysis/ModuleSummaryAnalysis.cpp | 2 +- lib/Transforms/IPO/FunctionImport.cpp | 8 + ...o-function-summary-callgraph-profile-summary.ll | 2 +- ...ion-summary-callgraph-sample-profile-summary.ll | 2 +- unittests/ProfileData/CMakeLists.txt | 2 + unittests/ProfileData/CoverageMappingTest.cpp | 94 ++++++----- unittests/ProfileData/InstrProfTest.cpp | 174 +++++++++++---------- 8 files changed, 164 insertions(+), 128 deletions(-)