This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7217c2e7b4b Remove file missed by r325852 due to merge conflict. new d5784797c66 [WebAssembly] Add first claass symbol table to wasm objects
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/BinaryFormat/Wasm.h | 51 ++-- include/llvm/MC/MCSectionWasm.h | 12 +- include/llvm/MC/MCSymbolWasm.h | 21 +- include/llvm/Object/Wasm.h | 81 +++--- include/llvm/ObjectYAML/WasmYAML.h | 15 +- lib/MC/MCWasmStreamer.cpp | 4 +- lib/MC/WasmObjectWriter.cpp | 292 +++++++++++--------- lib/Object/WasmObjectFile.cpp | 304 ++++++++++++--------- lib/ObjectYAML/WasmYAML.cpp | 29 +- .../MCTargetDesc/WebAssemblyTargetStreamer.cpp | 2 +- lib/Target/WebAssembly/WebAssemblyMCInstLower.cpp | 17 +- test/MC/WebAssembly/array-fill.ll | 8 +- test/MC/WebAssembly/bss.ll | 87 +++--- test/MC/WebAssembly/comdat.ll | 60 ++-- test/MC/WebAssembly/explicit-sections.ll | 72 ++--- test/MC/WebAssembly/func-address.ll | 4 +- test/MC/WebAssembly/global-ctor-dtor.ll | 111 ++++---- test/MC/WebAssembly/reloc-code.ll | 6 +- test/MC/WebAssembly/reloc-data.ll | 2 +- test/MC/WebAssembly/sections.ll | 6 - test/MC/WebAssembly/unnamed-data.ll | 68 ++--- test/MC/WebAssembly/visibility.ll | 12 +- test/MC/WebAssembly/weak-alias.ll | 161 +++++------ test/MC/WebAssembly/weak.ll | 18 +- test/Object/Inputs/trivial-object-test.wasm | Bin 303 -> 327 bytes test/Object/nm-trivial-object.test | 5 +- test/Object/obj2yaml.test | 38 ++- test/Object/objdump-relocations.test | 2 +- test/ObjectYAML/wasm/linking_section.yaml | 22 +- test/ObjectYAML/wasm/weak_symbols.yaml | 28 +- test/tools/llvm-nm/wasm/exports.yaml | 93 +++---- test/tools/llvm-nm/wasm/imports.yaml | 30 +- test/tools/llvm-nm/wasm/weak-symbols.yaml | 102 +++---- test/tools/llvm-objdump/Inputs/trivial.obj.wasm | Bin 303 -> 327 bytes .../llvm-objdump/WebAssembly/symbol-table.test | 2 +- test/tools/llvm-objdump/wasm.txt | 19 +- test/tools/llvm-readobj/Inputs/trivial.obj.wasm | Bin 285 -> 298 bytes test/tools/llvm-readobj/relocations.test | 4 +- test/tools/llvm-readobj/sections.test | 46 +--- test/tools/llvm-readobj/symbols.test | 15 +- tools/llvm-readobj/WasmDumper.cpp | 18 +- tools/obj2yaml/wasm2yaml.cpp | 23 +- tools/yaml2obj/yaml2wasm.cpp | 39 ++- 43 files changed, 1032 insertions(+), 897 deletions(-)