This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3b19074 GlobalISel: add a G_PHI instruction to give phis a type. new 1879d5c bugpoint: clang-format and modernize comments in ListReducer. NFC new d5f9cd9 [WebAssembly] Add asm.js-style setjmp/longjmp handling for wa [...]
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: .../WebAssemblyLowerEmscriptenEHSjLj.cpp | 927 +++++++++++++++++---- .../WebAssembly/WebAssemblyTargetMachine.cpp | 14 +- .../CodeGen/WebAssembly/lower-em-ehsjlj-options.ll | 61 ++ .../WebAssembly/lower-em-exceptions-whitelist.ll | 5 +- test/CodeGen/WebAssembly/lower-em-exceptions.ll | 45 +- test/CodeGen/WebAssembly/lower-em-sjlj.ll | 213 +++++ tools/bugpoint/ListReducer.h | 68 +- 7 files changed, 1111 insertions(+), 222 deletions(-) create mode 100644 test/CodeGen/WebAssembly/lower-em-ehsjlj-options.ll create mode 100644 test/CodeGen/WebAssembly/lower-em-sjlj.ll