summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/WebAssembly/WebAssemblyInstrControl.td
Commit message (Expand)AuthorAgeFilesLines
...
* [WebAssembly] Use TSFlags instead of keeping a list of special-case opcodes.Dan Gohman2016-01-121-2/+7
* [WebAssembly] Fix handling of COPY instructions in WebAssemblyRegStackify.Dan Gohman2015-12-251-1/+5
* [WebAssembly] Make tableswitch's 'default' operand explicit. NFC.Dan Gohman2015-12-061-6/+6
* [WebAssembly] Implement ReverseBranchCondition, and re-enable MachineBlockPla...Dan Gohman2015-12-051-3/+16
* [WebAssembly] Use a physical register to describe ARGUMENT liveness.Dan Gohman2015-11-251-0/+4
* [WebAssembly] Always print loop end labelsDan Gohman2015-11-231-0/+5
* [WebAssembly] Rename SWITCH to TABLESWITCH to match the current wording in th...Dan Gohman2015-11-201-7/+7
* [WebAssembly] Add more whitespace characters to prettify the assembly output.Dan Gohman2015-11-181-7/+7
* [WebAssembly] Reverse the order of operands for br_ifDerek Schuff2015-11-161-2/+2
* [WebAssembly] Use tabs instead of spaces in assembly output.Dan Gohman2015-11-151-7/+7
* [WebAssembly] Rename BR_IF_ to BR_IFDan Gohman2015-11-131-3/+3
* [WebAssembly] Remove unneeded TODO items. NFC.Dan Gohman2015-11-131-13/+0
* [WebAssembly] Reapply r252858, with svn add for the new file.Dan Gohman2015-11-121-2/+4
* Revert r252858: "[WebAssembly] Switch to MC for instruction printing."Hans Wennborg2015-11-121-4/+2
* [WebAssembly] Switch to MC for instruction printing.Dan Gohman2015-11-121-2/+4
* [WebAssembly] Support 'unreachable' expressionDerek Schuff2015-11-101-2/+6
* [WebAssembly] Add AsmString strings for most instructions.Dan Gohman2015-11-051-6/+9
* WebAssembly: fix syntax for br_if.JF Bastien2015-10-201-2/+2
* [WebAssembly] Rename several functions and types according to the new spec.Dan Gohman2015-09-261-10/+10
* [WebAssembly] Check in an initial CFG Stackifier passDan Gohman2015-09-161-0/+23
* WebAssembly: Implement callJF Bastien2015-08-241-4/+2
* WebAssembly: handle more than int32 argument/returnJF Bastien2015-08-011-3/+8
* WebAssembly: handle `ret void`.JF Bastien2015-07-311-0/+1
* WebAssembly: print basic integer assembly.JF Bastien2015-07-311-0/+33
OpenPOWER on IntegriCloud