[WebAssembly] Skeleton FastISel support
authorDan Gohman <dan433584@gmail.com>
Mon, 24 Aug 2015 18:44:37 +0000 (18:44 +0000)
committerDan Gohman <dan433584@gmail.com>
Mon, 24 Aug 2015 18:44:37 +0000 (18:44 +0000)
commit3c334d631e72944b27d7263ab43c656a9b3e2ec7
tree237d93d88a8cdf39ab006b173de97d1b4addeb0b
parent0ff46edca1d33670d7568ca60d6013d3d3158b8b
[WebAssembly] Skeleton FastISel support

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@245860 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/FastISel.h
lib/CodeGen/SelectionDAG/FastISel.cpp
lib/Target/WebAssembly/CMakeLists.txt
lib/Target/WebAssembly/Makefile
lib/Target/WebAssembly/WebAssemblyFastISel.cpp [new file with mode: 0644]
lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
lib/Target/WebAssembly/WebAssemblyISelLowering.h
test/CodeGen/WebAssembly/fast-isel.ll [new file with mode: 0644]