This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8df88e8ad7f [GISel][CallLowering] Make isIncomingArgumentHandler a pure [...] new 523325a26c6 [WebAssembly] Allow multivalue signatures in object files
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: include/llvm/ObjectYAML/WasmYAML.h | 2 +- lib/Object/WasmObjectFile.cpp | 9 +++------ lib/ObjectYAML/WasmEmitter.cpp | 9 +++------ lib/ObjectYAML/WasmYAML.cpp | 3 +-- test/CodeGen/WebAssembly/multivalue.ll | 17 +++++++++++++++++ test/CodeGen/WebAssembly/tailcall.ll | 3 ++- test/MC/WebAssembly/assembler-binary.ll | 4 ++-- test/MC/WebAssembly/comdat.ll | 5 +++-- test/MC/WebAssembly/data-section.s | 3 ++- test/MC/WebAssembly/event-section.ll | 5 +++-- test/MC/WebAssembly/external-func-address.ll | 5 +++-- test/MC/WebAssembly/libcall.ll | 5 +++-- test/MC/WebAssembly/reloc-pic.s | 3 ++- test/MC/WebAssembly/type-index.s | 7 ++++--- test/MC/WebAssembly/types.ll | 23 ++++++++++++++--------- test/MC/WebAssembly/weak-alias.ll | 3 ++- test/Object/wasm-duplicate-name.test | 3 ++- test/Object/wasm-relocs-and-producers.yaml | 2 +- test/ObjectYAML/wasm/code_section.yaml | 10 ++++++---- test/ObjectYAML/wasm/event_section.yaml | 10 ++++++---- test/ObjectYAML/wasm/export_section.yaml | 6 +++--- test/ObjectYAML/wasm/function_section.yaml | 4 ++-- test/ObjectYAML/wasm/import_memory_shared.yaml | 5 +++-- test/ObjectYAML/wasm/import_section.yaml | 5 +++-- test/ObjectYAML/wasm/invalid_section_order.yaml | 2 +- test/ObjectYAML/wasm/linking_section.yaml | 3 ++- test/ObjectYAML/wasm/name_section.yaml | 3 ++- test/ObjectYAML/wasm/start_section.yaml | 4 ++-- test/ObjectYAML/wasm/type_section.yaml | 12 ++++++++---- test/ObjectYAML/wasm/weak_symbols.yaml | 11 ++++++----- test/tools/llvm-nm/wasm/exports.yaml | 3 ++- test/tools/llvm-nm/wasm/imports.yaml | 3 ++- test/tools/llvm-nm/wasm/weak-symbols.yaml | 3 ++- test/tools/llvm-readobj/wasm-imports.test | 5 +++-- tools/obj2yaml/wasm2yaml.cpp | 7 ++----- 35 files changed, 123 insertions(+), 84 deletions(-)