This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ae19ba5 [PM] code refactoring /NFC new 6b28333 [PM] Port GCOVProfiler pass to the new pass manager
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: .../Transforms/{SampleProfile.h => GCOVProfiler.h} | 18 +++++++++++------- lib/Passes/PassBuilder.cpp | 1 + lib/Passes/PassRegistry.def | 1 + lib/Transforms/Instrumentation/GCOVProfiling.cpp | 14 +++++++++++++- test/Transforms/GCOVProfiling/function-numbering.ll | 4 ++++ test/Transforms/GCOVProfiling/global-ctor.ll | 4 ++++ test/Transforms/GCOVProfiling/linezero.ll | 3 +++ test/Transforms/GCOVProfiling/linkagename.ll | 4 ++++ test/Transforms/GCOVProfiling/modules.ll | 1 + test/Transforms/GCOVProfiling/return-block.ll | 9 +++++++++ test/Transforms/GCOVProfiling/version.ll | 8 ++++++++ 11 files changed, 59 insertions(+), 8 deletions(-) copy include/llvm/Transforms/{SampleProfile.h => GCOVProfiler.h} (51%)