This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1ef30ee73a1 [InstCombine] add tests for andn; NFC new 65e284ec3b3 [WebAssembly] Improve libObject support for wasm imports an [...]
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/Object/Wasm.h | 7 +++- include/llvm/ObjectYAML/WasmYAML.h | 23 ++++++------ include/llvm/Support/Wasm.h | 23 ++++++------ lib/Object/WasmObjectFile.cpp | 39 +++++++++++++++----- lib/ObjectYAML/WasmYAML.cpp | 8 +++- test/ObjectYAML/wasm/export_section.yaml | 28 ++++++++++---- test/ObjectYAML/wasm/import_section.yaml | 45 +++++++++++++++++++---- tools/obj2yaml/wasm2yaml.cpp | 63 ++++++++++++++++++++------------ tools/yaml2obj/yaml2wasm.cpp | 11 +++++- 9 files changed, 171 insertions(+), 76 deletions(-)