summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/WebAssembly/WebAssemblyInstrInfo.td
Commit message (Expand)AuthorAgeFilesLines
* [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
* [WebAssembly] Update for spec change from tableswitch to br_table.Dan Gohman2016-03-081-4/+4
* [WebAssembly] Implement support for custom NaN bit patterns.Dan Gohman2016-02-161-2/+3
* [WebAssembly] Enhanced register stackificationDan Gohman2016-01-281-8/+8
* [WebAssembly] Implement unaligned loads and stores.Dan Gohman2016-01-261-0/+6
* [WebAssembly] Rematerialize constants rather than hold them live in registers.Dan Gohman2016-01-191-2/+2
* [WebAssembly] Introduce a WebAssemblyTargetStreamer class.Dan Gohman2016-01-121-20/+0
* [WebAssembly] Define OperandTypes for decoding immediate values.Dan Gohman2016-01-121-2/+12
* [WebAssembly] Use TSFlags instead of keeping a list of special-case opcodes.Dan Gohman2016-01-121-3/+14
* [WebAssembly] Remove an unused def : Pat.Dan Gohman2016-01-081-6/+4
* [WebAssembly] Mark the ARGUMENT pseudo-instructions as CodeGenOnly.Dan Gohman2015-12-211-1/+1
* [WebAssembly] Implement mixed-type ISD::FCOPYSIGN.Dan Gohman2015-12-101-1/+1
* [WebAssembly] Replace the fake JUMP_TABLE instruction with a def : Pat. NFC.Dan Gohman2015-12-051-5/+2
* [WebAssembly] Implement direct calls to external symbols.Dan Gohman2015-12-051-1/+0
* [WebAssembly] Set several MCInstrDesc flags.Dan Gohman2015-11-291-0/+2
* [WebAssembly] Use a physical register to describe ARGUMENT liveness.Dan Gohman2015-11-251-0/+9
* [WebAssembly] Codegen support for ISD::ExternalSymbolDan Gohman2015-11-251-2/+4
* [WebAssembly] Don't use set_local instructions explicitly.Dan Gohman2015-11-231-0/+8
OpenPOWER on IntegriCloud