[WebAssembly] Minor code cleanups. NFC.
[oota-llvm.git] / lib / Target / WebAssembly / WebAssemblyCFGStackify.cpp
2016-01-08 Dan Gohman[WebAssembly] Minor code cleanups. NFC.
2015-12-25 Dan Gohman[WebAssembly] Fix handling of COPY instructions in...
2015-12-16 Dan Gohman[WebAssembly] Fix the CFG Stackifier to handle unoptimi...
2015-12-14 Dan Gohman[WebAssembly] Implement a new algorithm for placing...
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