This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 119b930 llvm-dwp: Streamline duplicate DWO ID diagnostic handling new 515ee3e Retry^2 "[ProfileData] (llvm) Use Error in InstrProf and Cove [...] new 7f7d468 [AArch64] Fix bug in large stack spill slot handling (PR27717)
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: .../llvm/ProfileData/Coverage/CoverageMapping.h | 38 ++-- .../ProfileData/Coverage/CoverageMappingReader.h | 24 +-- include/llvm/ProfileData/InstrProf.h | 70 ++++--- include/llvm/ProfileData/InstrProfData.inc | 7 +- include/llvm/ProfileData/InstrProfReader.h | 86 ++++---- include/llvm/ProfileData/InstrProfWriter.h | 12 +- include/llvm/ProfileData/ProfileCommon.h | 24 +++ lib/ProfileData/Coverage/CoverageMapping.cpp | 86 ++++---- lib/ProfileData/Coverage/CoverageMappingReader.cpp | 230 +++++++++++---------- lib/ProfileData/InstrProf.cpp | 133 ++++++------ lib/ProfileData/InstrProfReader.cpp | 175 ++++++++-------- lib/ProfileData/InstrProfWriter.cpp | 5 +- lib/Target/AArch64/AArch64FrameLowering.cpp | 4 +- lib/Transforms/Instrumentation/InstrProfiling.cpp | 4 +- .../Instrumentation/PGOInstrumentation.cpp | 43 ++-- tools/llvm-cov/CodeCoverage.cpp | 5 +- tools/llvm-profdata/llvm-profdata.cpp | 68 +++--- unittests/ProfileData/CoverageMappingTest.cpp | 18 +- unittests/ProfileData/InstrProfTest.cpp | 88 ++++---- 19 files changed, 615 insertions(+), 505 deletions(-)