This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8aee946 [InstCombine] allow icmp (shr exact X, C2), C fold for splat [...] new 27e101d Revert "Add an optional parameter with a list of undefs to ex [...] new 01601df Add asm.js-style setjmp/longjmp handling for wasm
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/CodeGen/LiveIntervalAnalysis.h | 11 +- lib/CodeGen/LiveIntervalAnalysis.cpp | 5 +- lib/Target/Hexagon/HexagonExpandCondsets.cpp | 2 +- lib/Target/WebAssembly/LLVMBuild.txt | 2 +- .../WebAssemblyLowerEmscriptenEHSjLj.cpp | 927 +++++++++++++++++---- .../WebAssembly/WebAssemblyTargetMachine.cpp | 9 +- test/CodeGen/Hexagon/expand-condsets-extend.ll | 112 --- .../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 +++++ 11 files changed, 1081 insertions(+), 311 deletions(-) delete mode 100644 test/CodeGen/Hexagon/expand-condsets-extend.ll create mode 100644 test/CodeGen/WebAssembly/lower-em-ehsjlj-options.ll create mode 100644 test/CodeGen/WebAssembly/lower-em-sjlj.ll