[WebAssembly] Implement a prototype instruction encoder and disassembler.
authorDan Gohman <dan433584@gmail.com>
Tue, 12 Jan 2016 03:32:29 +0000 (03:32 +0000)
committerDan Gohman <dan433584@gmail.com>
Tue, 12 Jan 2016 03:32:29 +0000 (03:32 +0000)
commitb28bc14f5936cae1edc3b027783fc127020d0848
treebdb6cf7b204a4de5c1bbf85160a20a32bf43d6cc
parentfa4ea3ca8377ea539bd6fceaca3ab587a6468dea
[WebAssembly] Implement a prototype instruction encoder and disassembler.

This is using an extremely simple temporary made-up binary format, not the
official binary format (which isn't defined yet).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@257440 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/WebAssembly/CMakeLists.txt
lib/Target/WebAssembly/Disassembler/CMakeLists.txt [new file with mode: 0644]
lib/Target/WebAssembly/Disassembler/LLVMBuild.txt [new file with mode: 0644]
lib/Target/WebAssembly/Disassembler/Makefile [new file with mode: 0644]
lib/Target/WebAssembly/Disassembler/WebAssemblyDisassembler.cpp [new file with mode: 0644]
lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCCodeEmitter.cpp
lib/Target/WebAssembly/Makefile