This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2b1bb6d8f89 AMDGPU/GFX9: Do not use v_pack_b32_f16 when packing new 0100c808ce5 [AArch64] Avoid partial register writes on lane 0 of BUILD_ [...] new 2fc706bf3c5 [Profile] PE binary coverage bug fix
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/InstrProf.h | 45 +++++------- include/llvm/ProfileData/InstrProfData.inc | 67 +++++++++++++++-- include/llvm/Transforms/InstrProfiling.h | 8 +-- lib/CodeGen/TargetLoweringObjectFileImpl.cpp | 4 +- lib/ProfileData/Coverage/CoverageMappingReader.cpp | 10 ++- lib/ProfileData/InstrProf.cpp | 84 ++++++++++++++++++++++ lib/Target/AArch64/AArch64ISelLowering.cpp | 11 ++- lib/Transforms/Instrumentation/InstrProfiling.cpp | 20 +++--- lib/Transforms/Instrumentation/ThreadSanitizer.cpp | 3 +- test/CodeGen/AArch64/arm64-indexed-vector-ldst.ll | 81 +++++++++++++++++++++ test/CodeGen/AArch64/arm64-neon-copy.ll | 2 +- .../AArch64/concat_vector-scalar-combine.ll | 6 +- test/Instrumentation/InstrProfiling/PR23499.ll | 4 +- tools/llvm-cov/TestingSupport.cpp | 9 ++- 14 files changed, 288 insertions(+), 66 deletions(-)