This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ec733559f5c [InstCombine] simplify code for inserts -> splat; NFC new 8eda621833e Fix leaks in LLVMCreateDisasmCPUFeatures new 78cbc909591 [WebAssembly] Implement tail calls and unify tablegen call classes new 65adefc1410 [WebAssembly] Omit wrap on i64x2.{shl,shr*} ISel when possible
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: docs/CodeGenerator.rst | 7 +- lib/MC/MCDisassembler/Disassembler.cpp | 28 ++-- lib/MC/MCDisassembler/Disassembler.h | 34 ++-- .../WebAssembly/WebAssemblyCallIndirectFixup.cpp | 20 ++- lib/Target/WebAssembly/WebAssemblyFastISel.cpp | 13 +- lib/Target/WebAssembly/WebAssemblyISD.def | 1 + lib/Target/WebAssembly/WebAssemblyISelLowering.cpp | 22 ++- lib/Target/WebAssembly/WebAssemblyInstrCall.td | 182 +++++++++++---------- lib/Target/WebAssembly/WebAssemblyInstrInfo.td | 3 + lib/Target/WebAssembly/WebAssemblyInstrSIMD.td | 10 +- .../WebAssembly/WebAssemblyMemIntrinsicResults.cpp | 4 +- lib/Target/WebAssembly/WebAssemblyPeephole.cpp | 4 +- lib/Target/WebAssembly/WebAssemblyUtilities.cpp | 88 +++++----- test/CodeGen/WebAssembly/call.ll | 27 ++- test/CodeGen/WebAssembly/simd-arith.ll | 57 ++++++- test/CodeGen/WebAssembly/tailcall.ll | 140 +++++++++++++++- .../WebAssembly/dbg-value-move-reg-stackify.mir | 8 +- test/MC/WebAssembly/tail-call-encodings.s | 22 +++ 18 files changed, 458 insertions(+), 212 deletions(-) create mode 100644 test/MC/WebAssembly/tail-call-encodings.s