This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 41e56d3b2 [WebAssembly] Move lambda declaration output of loop. NFC. new ef0482755 [WebAssembly] Add explicit symbol table
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: test/wasm/alias.ll | 4 +- test/wasm/archive.ll | 10 +- test/wasm/data-layout.ll | 44 +- test/wasm/init-fini.ll | 125 +++-- test/wasm/locals-duplicate.test | 261 +++++----- test/wasm/many-functions.ll | 923 ++++++++++++++++++++++++++++++----- test/wasm/relocatable.ll | 162 +++--- test/wasm/signature-mismatch-weak.ll | 2 +- test/wasm/signature-mismatch.ll | 4 +- test/wasm/stack-pointer.ll | 18 +- test/wasm/weak-alias.ll | 99 ++-- wasm/Driver.cpp | 23 +- wasm/InputChunks.cpp | 10 +- wasm/InputChunks.h | 14 +- wasm/InputFiles.cpp | 210 ++++---- wasm/InputFiles.h | 34 +- wasm/InputGlobal.h | 52 ++ wasm/MarkLive.cpp | 17 +- wasm/OutputSegment.h | 3 +- wasm/SymbolTable.cpp | 130 +++-- wasm/SymbolTable.h | 12 +- wasm/Symbols.cpp | 91 +++- wasm/Symbols.h | 110 ++++- wasm/Writer.cpp | 373 +++++++------- wasm/WriterUtils.cpp | 7 + wasm/WriterUtils.h | 12 + 26 files changed, 1897 insertions(+), 853 deletions(-) create mode 100644 wasm/InputGlobal.h