This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d0e818a38e2 BMI2 support is indicated in bit eight of EBX, not nine. Se [...] new 7ca956582fa [Attributor][Fix] Keep invokes if handlers catch asynchrono [...] new ecb3f579117 Revert Register/MCRegister: Add conversion operators to avo [...] new b3004712263 [Attributor][Fix] Do not remove instructions during manifestation new 22147c3f5c4 [WebAssembly] Fix conflict between ret legalization and sjlj
The 4 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/Register.h | 13 ----- include/llvm/IR/CallingConv.h | 5 ++ include/llvm/MC/MCRegister.h | 13 ----- include/llvm/Transforms/Utils/Local.h | 6 +++ lib/CodeGen/MachineBasicBlock.cpp | 2 +- lib/Target/WebAssembly/WebAssemblyISelLowering.cpp | 13 ++++- .../WebAssemblyLowerEmscriptenEHSjLj.cpp | 2 +- lib/Transforms/IPO/Attributor.cpp | 60 +++++++++++++++++----- lib/Transforms/Utils/Local.cpp | 18 ++++--- .../WebAssembly/lower-em-exceptions-whitelist.ll | 2 +- test/CodeGen/WebAssembly/lower-em-exceptions.ll | 6 +-- test/CodeGen/WebAssembly/lower-em-sjlj-sret.ll | 27 ++++++++++ test/CodeGen/WebAssembly/lower-em-sjlj.ll | 8 +-- test/Transforms/FunctionAttrs/liveness.ll | 7 ++- 14 files changed, 126 insertions(+), 56 deletions(-) create mode 100644 test/CodeGen/WebAssembly/lower-em-sjlj-sret.ll