[WebAssembly] Fix comments to say "LIFO" instead of "FIFO" when describing a stack.
[oota-llvm.git] / lib / Target / WebAssembly / WebAssemblyCFGStackify.cpp
2015-12-02 Dan Gohman[WebAssembly] Fix comments to say "LIFO" instead of...
2015-11-30 Dan Gohman[WebAssembly] Fix a few minor compiler warnings. NFC.
2015-11-29 Dan Gohman[WebAssembly] Minor clang-format and selected clang...
2015-11-23 Dan Gohman[WebAssembly] Always print loop end labels
2015-11-23 Dan Gohman[WebAssembly] Use dominator information to improve...
2015-11-07 Nico WeberTry to fix build more -- like r252392 but for WebAssembly.
2015-10-02 Dan Gohman[WebAssembly] Fix CFG stackification of nested loops.
2015-09-16 Dan Gohman[WebAssembly] Check in an initial CFG Stackifier pass