summaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/WebAssembly/switch.ll
AgeCommit message (Expand)Author
2020-07-30[WebAssembly] Fixed 64-bit indices in br_tableWouter van Oortmerssen
2020-07-03[WebAssembly] Do not omit range checks for i64 switchesThomas Lively
2020-06-03Reland "[WebAssembly] Eliminate range checks on br_tables"Thomas Lively
2020-06-03Revert "[WebAssembly] Eliminate range checks on br_tables"Thomas Lively
2020-06-02[WebAssembly] Eliminate range checks on br_tablesThomas Lively
2019-04-23[WebAssembly] Make LBB markers not affected by test orderHeejin Ahn
2019-02-23[WebAssembly] Update CodeGen test expectations after rL354697. NFCSam Clegg
2018-08-27[WebAssembly] Added default stack-only instruction mode for MC.Wouter van Oortmerssen
2018-08-13Revert "[WebAssembly] Added default stack-only instruction mode for MC."Wouter van Oortmerssen
2018-08-10[WebAssembly] Added default stack-only instruction mode for MC.Wouter van Oortmerssen
2018-07-27Revert "[WebAssembly] Added default stack-only instruction mode for MC."Wouter van Oortmerssen
2018-07-27[WebAssembly] Added default stack-only instruction mode for MC.Wouter van Oortmerssen
2018-05-10[WebAsembly] Update default triple in test files to wasm32-unknown-unkown.Sam Clegg
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