summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/WebAssembly/WebAssemblyInstrCall.td
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Rename except_ref type to exnrefHeejin Ahn2019-07-151-7/+5
* [WebAssembly] Implement tail calls and unify tablegen call classesThomas Lively2019-06-261-86/+96
* [WebAssembly] Tidy up `let` statements in .td files (NFC)Heejin Ahn2019-02-061-49/+46
* [WebAssembly] Fix indentation after adding IsCanonical property (NFC)Heejin Ahn2019-02-051-7/+7
* [WebAssembly] Make disassembler always emit most canonical name.Wouter van Oortmerssen2019-02-051-7/+9
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [WebAssembly][NFC] Remove repetition of Defs = [ARGUMENTS] (fixed)Thomas Lively2018-10-111-4/+0
* [WebAssembly] Revert rL344180, which was breaking expensive checksThomas Lively2018-10-111-0/+4
* [WebAssembly][NFC] Remove repetition of Defs = [ARGUMENTS]Thomas Lively2018-10-101-4/+0
* [WebAssembly] Add V128 value type to binary formatThomas Lively2018-09-201-6/+6
* [WebAssembly] Fix encoding of non-SIMD vector-typed instructionsHeejin Ahn2018-08-141-24/+25
* [WebAssembly] Update SIMD binary arithmeticDerek Schuff2018-08-071-0/+10
* [WebAssembly] Modified tablegen defs to have 2 parallel instuction sets.Wouter van Oortmerssen2018-06-181-36/+57
* [WebAssembly] Fix .td files after rL333900Sam Clegg2018-06-041-9/+9
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-1/+1
* [WebAssembly] Add except_ref as a first-class typeHeejin Ahn2018-03-081-0/+7
* Add extra operand to CALLSEQ_START to keep frame part set up previouslySerge Pavlov2017-05-091-2/+2
* [WebAssembly] Basic support for Wasm object file encoding.Dan Gohman2017-02-241-3/+9
* [WebAssembly] Annotate call and load/store immediates.Dan Gohman2016-12-231-3/+3
* [WebAssembly] Add immediate fields to call_indirect and memory operators.Dan Gohman2016-10-251-3/+6
* [WebAssembly] Implement more WebAssembly binary encoding.Dan Gohman2016-10-241-6/+10
* [WebAssembly] Fix for 0xc call_indirect changesDerek Schuff2016-10-211-11/+26
* [WebAssembly] Initial SIMD128 support.Derek Schuff2016-08-021-0/+34
* [WebAssembly] Implement eliminateCallFramePseudoDerek Schuff2015-12-161-2/+2
* [WebAssembly] Add type prefixes to call instructionsDan Gohman2015-12-141-7/+7
* [WebAssembly] Fix ADJCALLSTACKDOWN/UP use/defsDerek Schuff2015-12-111-1/+1
* [WebAssembly] Implement direct calls to external symbols.Dan Gohman2015-12-051-6/+32
* [WebAssembly] Update a stale comment. NFC.Dan Gohman2015-12-051-2/+2
* [WebAssembly] Initial varargs support.Dan Gohman2015-12-041-2/+2
* [WebAssembly] Give names to the callseq begin and end instructions.Dan Gohman2015-12-041-4/+4
* [WebAssembly] Use a physical register to describe ARGUMENT liveness.Dan Gohman2015-11-251-0/+4
* [WebAssembly] Don't special-case call operand order.Dan Gohman2015-11-231-2/+2
* [WebAssembly] Add more whitespace characters to prettify the assembly output.Dan Gohman2015-11-181-2/+2
* [WebAssembly] Use tabs instead of spaces in assembly output.Dan Gohman2015-11-151-4/+4
* [WebAssembly] Remove unneeded TODO items. NFC.Dan Gohman2015-11-131-6/+0
* [WebAssembly] Reapply r252858, with svn add for the new file.Dan Gohman2015-11-121-4/+8
* Revert r252858: "[WebAssembly] Switch to MC for instruction printing."Hans Wennborg2015-11-121-8/+4
* [WebAssembly] Switch to MC for instruction printing.Dan Gohman2015-11-121-4/+8
* [WebAssembly] Support for direct call and call_indirect.Dan Gohman2015-09-281-6/+8
* [WebAssembly] Rename several functions and types according to the new spec.Dan Gohman2015-09-261-9/+9
* [WebAssembly] Implement calls with void return types.Dan Gohman2015-09-091-2/+4
* WebAssembly: Implement callJF Bastien2015-08-241-0/+21
* Revert two bad commits.JF Bastien2015-08-241-23/+0
* callJF Bastien2015-08-241-0/+23
* WebAssembly: basic instructions todo, and basic register info.JF Bastien2015-07-101-0/+21
OpenPOWER on IntegriCloud