This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 686e2d6ca3c [APInt] Use getActiveBits() to implement logBase2 and ceilL [...] new 81e38244284 Reland "[WebAssembly] Add support for naming wasm data segments"
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 | 2 ++ include/llvm/ObjectYAML/WasmYAML.h | 3 ++- lib/MC/WasmObjectWriter.cpp | 19 ++++++++++++++++--- lib/Object/WasmObjectFile.cpp | 9 +++++++++ lib/ObjectYAML/WasmYAML.cpp | 1 + test/MC/WebAssembly/array-fill.ll | 14 +++++++++++--- test/MC/WebAssembly/bss.ll | 20 ++++++++++++++++++++ test/MC/WebAssembly/explicit-sections.ll | 13 +++++++++++++ test/MC/WebAssembly/unnamed-data.ll | 9 +++++++++ test/MC/WebAssembly/weak-alias.ll | 5 +++++ test/tools/llvm-readobj/sections.test | 6 ++++++ tools/llvm-readobj/WasmDumper.cpp | 15 ++++++++++++++- tools/obj2yaml/wasm2yaml.cpp | 12 +++++++++++- tools/yaml2obj/yaml2wasm.cpp | 11 +++++++++++ 14 files changed, 130 insertions(+), 9 deletions(-) create mode 100644 test/MC/WebAssembly/bss.ll