This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0890bf3 [x86] regenerate checks new 9becdee [Stackmap] Added callsite counts to emitted function information.
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: docs/StackMaps.rst | 6 +- include/llvm/CodeGen/StackMaps.h | 13 +- include/llvm/Object/StackMapParser.h | 35 +++-- lib/CodeGen/StackMaps.cpp | 34 +++-- test/CodeGen/AArch64/arm64-anyregcc.ll | 10 +- test/CodeGen/AArch64/arm64-stackmap.ll | 13 +- test/CodeGen/AArch64/stackmap-liveness.ll | 3 +- test/CodeGen/PowerPC/ppc64-anyregcc.ll | 10 +- test/CodeGen/PowerPC/ppc64-stackmap.ll | 13 +- test/CodeGen/X86/anyregcc.ll | 10 +- test/CodeGen/X86/patchpoint-invoke.ll | 2 +- test/CodeGen/X86/stackmap-fast-isel.ll | 6 +- test/CodeGen/X86/stackmap-large-constants.ll | 4 +- test/CodeGen/X86/stackmap-liveness.ll | 4 +- test/CodeGen/X86/stackmap.ll | 18 ++- test/CodeGen/X86/statepoint-allocas.ll | 5 +- test/CodeGen/X86/statepoint-stackmap-format.ll | 6 +- test/Object/Inputs/stackmap-test.macho-x86-64 | Bin 568 -> 3956 bytes test/Object/stackmap-dump.test | 182 +++++++++++++++++++++++-- tools/llvm-readobj/COFFDumper.cpp | 4 +- tools/llvm-readobj/ELFDumper.cpp | 2 +- tools/llvm-readobj/MachODumper.cpp | 4 +- tools/llvm-readobj/StackMapPrinter.h | 3 +- 23 files changed, 319 insertions(+), 68 deletions(-)