[WebAssembly] Factor out a TypeToString function, since we need it in multiple places.
[oota-llvm.git] / lib / Target / WebAssembly / WebAssemblyRegStackify.cpp
2015-12-05 Dan Gohman[WebAssembly] Fix scheduling dependencies in register...
2015-12-04 Dan Gohman[WebAssembly] Initial varargs support.
2015-12-03 Dan Gohman[WebAssembly] Fix dominance check for PHIs in the Store...
2015-12-02 Dan Gohman[WebAssembly] Fix comments to say "LIFO" instead of...
2015-11-29 Dan Gohman[WebAssembly] Minor clang-format and selected clang...
2015-11-25 Dan Gohman[WebAssembly] Support for register stackifying with...
2015-11-20 Dan Gohman[WebAssembly] Add asserts that the expression stack...
2015-11-20 Dan Gohman[WebAssemby] Enforce FIFO ordering for instructions...
2015-11-18 Dan Gohman[WebAssembly] Enable register coloring and register...
2015-11-16 Dan Gohman[WebAssembly] Prototype passes for register coloring...