This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d8d953e [WebAssembly] Remove loop's bottom label. new 12bd3d1 [WebAssemby] Implement block signatures.
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: .../InstPrinter/WebAssemblyInstPrinter.cpp | 20 ++ .../InstPrinter/WebAssemblyInstPrinter.h | 2 + .../MCTargetDesc/WebAssemblyMCTargetDesc.h | 21 ++- .../MCTargetDesc/WebAssemblyTargetStreamer.cpp | 13 +- .../MCTargetDesc/WebAssemblyTargetStreamer.h | 8 +- lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp | 39 +--- lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp | 86 +++++++-- lib/Target/WebAssembly/WebAssemblyISelLowering.cpp | 13 +- lib/Target/WebAssembly/WebAssemblyInstrControl.td | 4 +- lib/Target/WebAssembly/WebAssemblyInstrInfo.td | 6 + .../WebAssembly/WebAssemblyMachineFunctionInfo.cpp | 37 ++++ .../WebAssembly/WebAssemblyMachineFunctionInfo.h | 11 ++ test/CodeGen/WebAssembly/cfg-stackify.ll | 202 +++++++++++---------- test/CodeGen/WebAssembly/reg-stackify.ll | 4 +- test/CodeGen/WebAssembly/switch.ll | 28 +-- 15 files changed, 317 insertions(+), 177 deletions(-)