[WebAssembly] Prototype passes for register coloring and register stackifying.
authorDan Gohman <dan433584@gmail.com>
Mon, 16 Nov 2015 16:18:28 +0000 (16:18 +0000)
committerDan Gohman <dan433584@gmail.com>
Mon, 16 Nov 2015 16:18:28 +0000 (16:18 +0000)
commite5484b43294ac41afe46851a066e1699daf5744f
treeaca5681750db873895a9897eccd21b820ed4f67e
parenta3a518c309cd5469c6548de63a0bb140bc8291f2
[WebAssembly] Prototype passes for register coloring and register stackifying.

These passes are not yet enabled by default.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@253217 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/WebAssembly/CMakeLists.txt
lib/Target/WebAssembly/WebAssembly.h
lib/Target/WebAssembly/WebAssemblyMachineFunctionInfo.h
lib/Target/WebAssembly/WebAssemblyRegColoring.cpp [new file with mode: 0644]
lib/Target/WebAssembly/WebAssemblyRegStackify.cpp [new file with mode: 0644]