This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from df4f50c81f7 COFF Import: expose both symbols new edb3c90b175 [StackMaps] Increase the size of the "location size" field new afd31bcedd9 Remove unnecessary semicolon
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: docs/StackMaps.rst | 7 +- lib/CodeGen/StackMaps.cpp | 18 ++- lib/Fuzzer/FuzzerInternal.h | 2 +- test/CodeGen/AArch64/arm64-anyregcc.ll | 194 +++++++++++++++++------ test/CodeGen/AArch64/arm64-stackmap.ll | 76 ++++++--- test/CodeGen/AArch64/stackmap-liveness.ll | 3 +- test/CodeGen/PowerPC/ppc64-anyregcc.ll | 194 +++++++++++++++++------ test/CodeGen/PowerPC/ppc64-stackmap.ll | 76 ++++++--- test/CodeGen/X86/anyregcc.ll | 182 +++++++++++++++------ test/CodeGen/X86/deopt-bundles.ll | 56 +++---- test/CodeGen/X86/deopt-intrinsic-cconv.ll | 8 +- test/CodeGen/X86/deopt-intrinsic.ll | 16 +- test/CodeGen/X86/patchpoint-invoke.ll | 2 +- test/CodeGen/X86/stackmap-fast-isel.ll | 58 +++++-- test/CodeGen/X86/stackmap-large-constants.ll | 16 +- test/CodeGen/X86/stackmap-large-location-size.ll | 172 ++++++++++++++++++++ test/CodeGen/X86/stackmap-liveness.ll | 10 +- test/CodeGen/X86/stackmap.ll | 141 ++++++++++++---- test/CodeGen/X86/statepoint-allocas.ll | 34 ++-- test/CodeGen/X86/statepoint-live-in.ll | 20 ++- test/CodeGen/X86/statepoint-stackmap-format.ll | 98 +++++++++--- test/CodeGen/X86/statepoint-vector.ll | 48 ++++-- 22 files changed, 1083 insertions(+), 348 deletions(-) create mode 100644 test/CodeGen/X86/stackmap-large-location-size.ll