This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f112c715e2d [WebAssembly] Add IntrNoReturn property to throw/rethrow in [...] new df76a895331 [WebAssembly] Add except_ref as a first-class type
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: include/llvm/BinaryFormat/Wasm.h | 2 ++ include/llvm/CodeGen/MachineValueType.h | 5 +++- include/llvm/CodeGen/ValueTypes.td | 1 + .../InstPrinter/WebAssemblyInstPrinter.cpp | 5 ++++ .../MCTargetDesc/WebAssemblyMCTargetDesc.cpp | 1 + .../MCTargetDesc/WebAssemblyMCTargetDesc.h | 25 ++++++++++--------- lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp | 1 + .../WebAssembly/WebAssemblyExplicitLocals.cpp | 10 ++++++++ lib/Target/WebAssembly/WebAssemblyFastISel.cpp | 17 +++++++++++++ lib/Target/WebAssembly/WebAssemblyInstrCall.td | 7 ++++++ lib/Target/WebAssembly/WebAssemblyInstrControl.td | 1 + .../WebAssembly/WebAssemblyInstrExceptRef.td | 29 ++++++++++++++++++++++ lib/Target/WebAssembly/WebAssemblyInstrInfo.td | 3 +++ lib/Target/WebAssembly/WebAssemblyRegisterInfo.td | 4 +-- utils/TableGen/CodeGenTarget.cpp | 1 + 15 files changed, 97 insertions(+), 15 deletions(-) create mode 100644 lib/Target/WebAssembly/WebAssemblyInstrExceptRef.td