This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9a1bbfc77b1 [NVPTX] Make tensor load/store intrinsics overloaded. new 5c0bc7c6357 [llvm-mca] Move the logic that computes the scheduler's que [...] new e89563694fe [llvm-objcopy] Implement support for section groups
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: test/tools/llvm-objcopy/Inputs/groups.o | Bin 0 -> 5368 bytes test/tools/llvm-objcopy/group-unchanged.test | 56 +++++++++++++++ test/tools/llvm-objcopy/group.test | 56 +++++++++++++++ test/tools/llvm-objcopy/strip-dwo-groups.test | 40 +++++++++++ tools/llvm-mca/Backend.cpp | 10 +++ tools/llvm-mca/Backend.h | 5 +- tools/llvm-mca/BackendStatistics.cpp | 41 ++++++++--- tools/llvm-mca/BackendStatistics.h | 28 ++++++-- tools/llvm-mca/HWEventListener.h | 5 ++ tools/llvm-mca/Scheduler.cpp | 54 ++++++++++---- tools/llvm-mca/Scheduler.h | 35 +++------ tools/llvm-objcopy/Object.cpp | 98 ++++++++++++++++++++------ tools/llvm-objcopy/Object.h | 65 +++++++++++------ 13 files changed, 391 insertions(+), 102 deletions(-) create mode 100644 test/tools/llvm-objcopy/Inputs/groups.o create mode 100644 test/tools/llvm-objcopy/group-unchanged.test create mode 100644 test/tools/llvm-objcopy/group.test create mode 100644 test/tools/llvm-objcopy/strip-dwo-groups.test