summaryrefslogtreecommitdiff
path: root/test/CodeGen/WebAssembly/switch.ll
AgeCommit message (Expand)Author
2017-02-24[WebAssembly] Basic support for Wasm object file encoding.Dan Gohman
2016-10-06[WebAssemby] Implement block signatures.Dan Gohman
2016-05-21[WebAssembly] Optimize away return instructions using fallthroughs.Dan Gohman
2016-03-08[WebAssembly] Update for spec change from tableswitch to br_table.Dan Gohman
2016-01-20[WebAssembly] Tighten up some regexes in some tests.Dan Gohman
2016-01-12[WebAssembly] Make CFG stackification independent of basic-block labels.Dan Gohman
2016-01-11[WebAssembly] Define WebAssembly-specific relocation codes.Dan Gohman
2016-01-07[WebAssembly] Use the default private label prefixes.Dan Gohman
2016-01-07[WebAssembly] Add -m:e to the target triple.Dan Gohman
2015-12-09[WebAssembly] Reintroduce ARGUMENT moving logicDan Gohman
2015-12-06[WebAssembly] Tighten up some testcase regular expressions.Dan Gohman
2015-12-05[WebAssembly] Implement ReverseBranchCondition, and re-enable MachineBlockPla...Dan Gohman
2015-11-20[WebAssembly] Rename SWITCH to TABLESWITCH to match the current wording in th...Dan Gohman
2015-11-12[WebAssembly] Reapply r252858, with svn add for the new file.Dan Gohman
2015-11-12Revert r252858: "[WebAssembly] Switch to MC for instruction printing."Hans Wennborg
2015-11-12[WebAssembly] Switch to MC for instruction printing.Dan Gohman
2015-10-06[WebAssembly] Switch to a more traditional assembly syntaxDan Gohman
2015-09-28[WebAssembly] Support for direct call and call_indirect.Dan Gohman
2015-09-16[WebAssembly] Check in an initial CFG Stackifier passDan Gohman