This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a656eb8f189 [llvm-readobj] Fix 'Teach readobj to dump .res files'. new b1dd7d61408 [WebAssembly] Add support for local symbol bindings new 5fbea4df082 [InstCombine] Pre-commit test cases for D38065. new aa0ab207ffa [InstCombine] Handle (X & C2) < C1 --> (X & C2) == 0
The 3 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 | 6 +++- include/llvm/Object/Wasm.h | 15 ++++++++- lib/MC/WasmObjectWriter.cpp | 37 +++++++++++++--------- lib/Object/WasmObjectFile.cpp | 14 +++++--- lib/Transforms/InstCombine/InstCombineCompares.cpp | 19 +++++++---- test/MC/WebAssembly/unnamed-data.ll | 17 ++++++++-- test/Transforms/InstCombine/icmp.ll | 22 +++++++++++++ test/tools/llvm-nm/wasm/local-symbols.ll | 8 +++++ .../llvm-objdump/WebAssembly/symbol-table.test | 10 +++--- tools/llvm-cfi-verify/CMakeLists.txt | 1 + tools/obj2yaml/wasm2yaml.cpp | 11 ++----- 11 files changed, 116 insertions(+), 44 deletions(-) create mode 100644 test/tools/llvm-nm/wasm/local-symbols.ll