This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from bf48dea5862 [InstCombine] Optimize `atomicrmw <op>, 0` into `load atomi [...] new 08612dec1d5 [WebAssembly] Fix imported function symbol names that diffe [...]
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 | 4 +++- lib/MC/WasmObjectWriter.cpp | 5 ++++- lib/Object/WasmObjectFile.cpp | 22 ++++++++++++++++++---- test/MC/WebAssembly/debug-info.ll | 3 ++- test/MC/WebAssembly/import-module.ll | 31 +++++++++++++++++++++++++++++++ tools/llvm-readobj/WasmDumper.cpp | 6 ++++-- tools/yaml2obj/yaml2wasm.cpp | 3 ++- 7 files changed, 64 insertions(+), 10 deletions(-) create mode 100644 test/MC/WebAssembly/import-module.ll