This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7f7ab9f57f5 [LTO] Account for overriding lib calls via the alias attribute new 63ec2563a97 Add a flag to remap manglings when reading profile data inf [...]
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/LTO/Config.h | 3 ++ include/llvm/Passes/PassBuilder.h | 13 +++-- include/llvm/Transforms/IPO/SampleProfile.h | 7 ++- .../Instrumentation/PGOInstrumentation.h | 4 +- lib/LTO/LTO.cpp | 9 +++- lib/LTO/LTOBackend.cpp | 3 +- lib/Passes/PassBuilder.cpp | 9 ++-- lib/Transforms/IPO/SampleProfile.cpp | 48 +++++++++++++---- .../Instrumentation/PGOInstrumentation.cpp | 23 ++++++--- .../PGOProfile}/Inputs/remap.map | 0 .../Inputs/{branch1.proftext => remap.proftext} | 2 +- test/Transforms/PGOProfile/remap.ll | 28 ++++++++++ .../SampleProfile}/Inputs/remap.map | 0 .../Inputs/{branch.prof => remap.prof} | 2 +- test/Transforms/SampleProfile/remap.ll | 60 ++++++++++++++++++++++ tools/opt/NewPMDriver.cpp | 12 +++-- 16 files changed, 189 insertions(+), 34 deletions(-) copy test/{tools/llvm-cxxmap => Transforms/PGOProfile}/Inputs/remap.map (100%) copy test/Transforms/PGOProfile/Inputs/{branch1.proftext => remap.proftext} (71%) create mode 100644 test/Transforms/PGOProfile/remap.ll copy test/{tools/llvm-cxxmap => Transforms/SampleProfile}/Inputs/remap.map (100%) copy test/Transforms/SampleProfile/Inputs/{branch.prof => remap.prof} (64%) create mode 100644 test/Transforms/SampleProfile/remap.ll