This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5e1efa61df2 [FileCheck] Remove llvm:: prefix new dd5b336ef6c [WebAssembly] Add multivalue and tail-call target features
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: lib/Target/WebAssembly/WebAssembly.td | 11 ++++++++++ lib/Target/WebAssembly/WebAssemblyInstrInfo.td | 14 ++++++------- lib/Target/WebAssembly/WebAssemblySubtarget.h | 4 ++++ test/CodeGen/WebAssembly/multivalue.ll | 28 ++++++++++++++++++++++++++ test/CodeGen/WebAssembly/tailcall.ll | 21 +++++++++++++++++++ 5 files changed, 71 insertions(+), 7 deletions(-) create mode 100644 test/CodeGen/WebAssembly/multivalue.ll create mode 100644 test/CodeGen/WebAssembly/tailcall.ll