This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 323b0c562d3 [AArch64][x86] add tests for add/sub signbits fold; NFC new b880916519c [DAGCombiner] sub X, 0/1 --> add X, 0/-1 new dd854ba81b0 [WebAssembly] Restore stack pointer right after catch instruction new 60349432348 [WebAssembly] MC: Use WritePatchableLEB helper function. NFC.
The 3 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/CodeGen/SelectionDAG/DAGCombiner.cpp | 32 +++++--- lib/MC/WasmObjectWriter.cpp | 63 ++++++++-------- lib/Target/WebAssembly/CMakeLists.txt | 1 - lib/Target/WebAssembly/WebAssembly.h | 2 - .../WebAssemblyEHRestoreStackPointer.cpp | 86 ---------------------- .../WebAssembly/WebAssemblyLateEHPrepare.cpp | 32 ++++++++ .../WebAssembly/WebAssemblyTargetMachine.cpp | 14 ++-- test/CodeGen/AArch64/bool-ext-inc.ll | 7 +- test/CodeGen/WebAssembly/exception.ll | 2 +- test/CodeGen/X86/bool-ext-inc.ll | 9 +-- test/CodeGen/X86/select_const.ll | 5 +- 11 files changed, 98 insertions(+), 155 deletions(-) delete mode 100644 lib/Target/WebAssembly/WebAssemblyEHRestoreStackPointer.cpp