This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from bc1a94aae18 Revert "Introduce the llvm-cfi-verify tool." new 093624c347b Allow ORE.emit to take a closure to delay building the rema [...] new e5c43345fbd [WebAssembly] Add support for naming wasm data segments
The 2 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/Analysis/OptimizationDiagnosticInfo.h | 16 ++++- include/llvm/BinaryFormat/Wasm.h | 2 + include/llvm/IR/DiagnosticHandler.h | 5 +- include/llvm/IR/DiagnosticInfo.h | 83 ++++++++++++++++++++-- include/llvm/ObjectYAML/WasmYAML.h | 3 +- lib/IR/DiagnosticHandler.cpp | 5 ++ lib/IR/DiagnosticInfo.cpp | 16 ++--- lib/MC/WasmObjectWriter.cpp | 19 ++++- lib/Object/WasmObjectFile.cpp | 9 +++ lib/ObjectYAML/WasmYAML.cpp | 1 + lib/Transforms/IPO/Inliner.cpp | 18 +++-- lib/Transforms/Utils/LoopUnroll.cpp | 23 +++--- lib/Transforms/Vectorize/LoopVectorize.cpp | 6 +- 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 | 12 ++++ tools/obj2yaml/wasm2yaml.cpp | 12 +++- tools/yaml2obj/yaml2wasm.cpp | 11 +++ 22 files changed, 266 insertions(+), 42 deletions(-) create mode 100644 test/MC/WebAssembly/bss.ll