This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 95c3ece Build llvm with ccache if package is present new 6b6b112 [WebAssembly] Add asm.js-style exception handling support
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: lib/Target/WebAssembly/CMakeLists.txt | 1 + lib/Target/WebAssembly/WebAssembly.h | 4 + .../WebAssemblyLowerEmscriptenExceptions.cpp | 458 +++++++++++++++++++++ .../WebAssembly/WebAssemblyTargetMachine.cpp | 14 + test/CodeGen/WebAssembly/lower-em-exceptions.ll | 143 +++++++ 5 files changed, 620 insertions(+) create mode 100644 lib/Target/WebAssembly/WebAssemblyLowerEmscriptenExceptions.cpp create mode 100644 test/CodeGen/WebAssembly/lower-em-exceptions.ll