This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 81d5a0d35d9 [llvm-objcopy] Revert the tests from r328012 new 6265550ceb2 [AArch64] Adjust the cost model for Exynos M3 new a17749935c9 [WebAssembly] Added initial AsmParser implementation.
The 2 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/MC/MCExpr.cpp | 2 + lib/Target/AArch64/AArch64SchedExynosM3.td | 2 +- lib/Target/WebAssembly/AsmParser/CMakeLists.txt | 3 + .../{Disassembler => AsmParser}/LLVMBuild.txt | 4 +- .../WebAssembly/AsmParser/WebAssemblyAsmParser.cpp | 561 +++++++++++++++++++++ lib/Target/WebAssembly/CMakeLists.txt | 2 + .../InstPrinter/WebAssemblyInstPrinter.cpp | 6 +- lib/Target/WebAssembly/LLVMBuild.txt | 3 +- lib/Target/WebAssembly/WebAssembly.td | 5 + lib/Target/WebAssembly/WebAssemblyRegisterInfo.td | 14 +- test/MC/WebAssembly/basic-assembly.s | 74 +++ 11 files changed, 666 insertions(+), 10 deletions(-) create mode 100644 lib/Target/WebAssembly/AsmParser/CMakeLists.txt copy lib/Target/WebAssembly/{Disassembler => AsmParser}/LLVMBuild.txt (88%) create mode 100644 lib/Target/WebAssembly/AsmParser/WebAssemblyAsmParser.cpp create mode 100644 test/MC/WebAssembly/basic-assembly.s