[WebAssembly] Make tableswitch's 'default' operand explicit. NFC.
[oota-llvm.git] / lib / Target / WebAssembly / WebAssemblyInstrControl.td
2015-12-06 Dan Gohman[WebAssembly] Make tableswitch's 'default' operand...
2015-12-05 Dan Gohman[WebAssembly] Implement ReverseBranchCondition, and...
2015-11-25 Dan Gohman[WebAssembly] Use a physical register to describe ARGUM...
2015-11-23 Dan Gohman[WebAssembly] Always print loop end labels
2015-11-20 Dan Gohman[WebAssembly] Rename SWITCH to TABLESWITCH to match...
2015-11-18 Dan Gohman[WebAssembly] Add more whitespace characters to prettif...
2015-11-16 Derek Schuff[WebAssembly] Reverse the order of operands for br_if
2015-11-15 Dan Gohman[WebAssembly] Use tabs instead of spaces in assembly...
2015-11-13 Dan Gohman[WebAssembly] Rename BR_IF_ to BR_IF
2015-11-13 Dan Gohman[WebAssembly] Remove unneeded TODO items. NFC.
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-11-10 Derek Schuff[WebAssembly] Support 'unreachable' expression
2015-11-05 Dan Gohman[WebAssembly] Add AsmString strings for most instructions.
2015-10-20 JF BastienWebAssembly: fix syntax for br_if.
2015-09-26 Dan Gohman[WebAssembly] Rename several functions and types accord...
2015-09-16 Dan Gohman[WebAssembly] Check in an initial CFG Stackifier pass
2015-08-24 JF BastienWebAssembly: Implement call
2015-08-01 JF BastienWebAssembly: handle more than int32 argument/return
2015-07-31 JF BastienWebAssembly: handle `ret void`.
2015-07-31 JF BastienWebAssembly: print basic integer assembly.