summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/WebAssembly/WebAssemblyInstrInfo.td
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Make returns variadicThomas Lively2019-10-091-1/+2
* [WebAssembly] Rename except_ref type to exnrefHeejin Ahn2019-07-151-3/+3
* [WebAssembly] tablegen: distinguish float/int immediate operands.Wouter van Oortmerssen2019-07-081-2/+13
* [WebAssembly] Implement tail calls and unify tablegen call classesThomas Lively2019-06-261-0/+3
* [WebAssembly] Add multivalue and tail-call target featuresThomas Lively2019-05-231-7/+7
* [WebAssembly] Initial implementation of PIC code generationSam Clegg2019-03-261-10/+28
* [WebAssembly] Tidy up `let` statements in .td files (NFC)Heejin Ahn2019-02-061-5/+4
* [WebAssembly] memory.copyThomas Lively2019-02-051-0/+1
* [WebAssembly] Add bulk memory target featureThomas Lively2019-01-311-16/+24
* [WebAssembly] Exception handling: Switch to the new proposalHeejin Ahn2019-01-301-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [WebAssembly] Add unimplemented-simd128 subtarget featureThomas Lively2019-01-101-1/+3
* Revert "[WebAssembly] Add simd128-unimplemented subtarget feature"Thomas Lively2019-01-101-3/+1
* [WebAssembly] Add simd128-unimplemented subtarget featureThomas Lively2019-01-101-1/+3
* Revert "[WebAssembly] Add unimplemented-simd128 subtarget feature"Thomas Lively2019-01-101-3/+1
* [WebAssembly] Add unimplemented-simd128 subtarget featureThomas Lively2019-01-091-1/+3
* [WebAssembly] Massive instruction renamingThomas Lively2019-01-081-23/+23
* [WebAssembly] Gate unimplemented SIMD ops on flagThomas Lively2018-12-201-0/+1
* [WebAssembly] Add support for the event sectionHeejin Ahn2018-11-141-0/+7
* Reland "[WebAssembly] LSDA info generation"Heejin Ahn2018-10-251-0/+2
* [WebAssembly][NFC] Remove WebAssemblyStackifier TableGen backendThomas Lively2018-10-221-0/+13
* Revert "[WebAssembly] LSDA info generation"Krasimir Georgiev2018-10-161-2/+0
* [WebAssembly] LSDA info generationHeejin Ahn2018-10-161-0/+2
* [WebAssembly][NFC] Unify ARGUMENT classesThomas Lively2018-10-131-9/+9
* [WebAssembly][NFC] Remove repetition of Defs = [ARGUMENTS] (fixed)Thomas Lively2018-10-111-5/+2
* [WebAssembly] Revert rL344180, which was breaking expensive checksThomas Lively2018-10-111-2/+5
* [WebAssembly][NFC] Remove repetition of Defs = [ARGUMENTS]Thomas Lively2018-10-101-5/+2
* [WebAssembly] Improve readability of SIMD instructions (NFC)Heejin Ahn2018-10-091-13/+0
* [WebAssembly] v128.constThomas Lively2018-08-211-0/+12
* [WebAssembly] Update SIMD binary arithmeticDerek Schuff2018-08-071-0/+2
* [WebAssembly] Modified tablegen defs to have 2 parallel instuction sets.Wouter van Oortmerssen2018-06-181-31/+46
* [WebAssembly] Fix .td files after rL333900Sam Clegg2018-06-041-15/+15
* 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/+3
* [WebAssembly] Add exception handling option and featureHeejin Ahn2018-02-241-0/+10
* [WebAssembly] Make sign-extension opcodes a distinct feature.Dan Gohman2018-01-191-0/+8
* [WebAssembly] Fix trapping behavior in fptosi/fptoui.Dan Gohman2017-11-281-0/+8
* [WebAssembly] Add target feature for atomicsDerek Schuff2017-08-301-0/+2
* Add extra operand to CALLSEQ_START to keep frame part set up previouslySerge Pavlov2017-05-091-1/+2
* [WebAssembly] Basic support for Wasm object file encoding.Dan Gohman2017-02-241-0/+3
* [WebAssembly] Add instruction definitions for drop and get/set_global.Dan Gohman2017-02-021-0/+15
* [WebAssembly] Annotate call and load/store immediates.Dan Gohman2016-12-231-0/+6
* [WebAssembly] Implement more WebAssembly binary encoding.Dan Gohman2016-10-241-7/+0
* [WebAssembly] Update opcode values according to recent spec changes.Dan Gohman2016-10-241-7/+7
* [WebAssembly] Add an option to make get_local/set_local explicit.Dan Gohman2016-10-241-18/+50
* [WebAssemby] Implement block signatures.Dan Gohman2016-10-061-0/+6
* [WebAssembly] Add binary-encoding opcode values to instruction descriptions.Dan Gohman2016-10-051-2/+8
* [WebAssembly] Rename OPERAND_FP32IMM to OPERAND_F32IMM.Dan Gohman2016-10-031-2/+2
* [WebAssembly] Initial SIMD128 support.Derek Schuff2016-08-021-0/+11
* [WebAssembly] Mark COPY_LOCAL and TEE_LOCAL instructions has having no side e...Dan Gohman2016-05-161-0/+2
OpenPOWER on IntegriCloud