[WebAssembly] Use TSFlags instead of keeping a list of special-case opcodes.
[oota-llvm.git] / lib / Target / WebAssembly / WebAssemblyRegStackify.cpp
2016-01-06 Dan Gohman[WebAssembly] Don't use range-based loop for a list...
2015-12-25 Dan Gohman[WebAssembly] Fix handling of COPY instructions in...
2015-12-16 Derek Schuff[WebAssembly] Implement eliminateCallFramePseudo
2015-12-14 Dan Gohman[WebAssembly] Avoid adding redundant EXPR_STACK uses.
2015-12-08 Dan Gohman[WebAssembly] Fix a typo in a comment.
2015-12-08 Dan Gohman[WebAssembly] Assert MRI.isSSA() in passes that depend...
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...