[WebAssembly] Reapply r252858, with svn add for the new file.
[oota-llvm.git] / lib / Target / WebAssembly / WebAssemblyInstrControl.td
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.