[WebAssembly] Make CFG stackification independent of basic-block labels.
[oota-llvm.git] / test / CodeGen / WebAssembly / switch.ll
2016-01-12 Dan Gohman[WebAssembly] Make CFG stackification independent of...
2016-01-11 Dan Gohman[WebAssembly] Define WebAssembly-specific relocation...
2016-01-07 Dan Gohman[WebAssembly] Use the default private label prefixes.
2016-01-07 Dan Gohman[WebAssembly] Add -m:e to the target triple.
2015-12-09 Dan Gohman[WebAssembly] Reintroduce ARGUMENT moving logic
2015-12-06 Dan Gohman[WebAssembly] Tighten up some testcase regular expressions.
2015-12-05 Dan Gohman[WebAssembly] Implement ReverseBranchCondition, and...
2015-11-20 Dan Gohman[WebAssembly] Rename SWITCH to TABLESWITCH to match...
2015-11-12 Dan Gohman[WebAssembly] Reapply r252858, with svn add for the...
2015-11-12 Hans WennborgRevert r252858: "[WebAssembly] Switch to MC for instruc...
2015-11-12 Dan Gohman[WebAssembly] Switch to MC for instruction printing.
2015-10-06 Dan Gohman[WebAssembly] Switch to a more traditional assembly...
2015-09-28 Dan Gohman[WebAssembly] Support for direct call and call_indirect.
2015-09-16 Dan Gohman[WebAssembly] Check in an initial CFG Stackifier pass