summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCTargetDesc.h
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Allow multivalue types in block signature operandsThomas Lively2019-10-151-9/+15
* [WebAssembly] SIMD Load and extend operationsThomas Lively2019-09-271-0/+12
* [WebAssembly][NFC] Remove duplicate SIMD instructions and predicatesThomas Lively2019-09-251-24/+4
* [WebAssembly] vNxM.load_splat instructionsThomas Lively2019-09-231-0/+8
* [WebAssembly] Make __attribute__((used)) not imply export.Dan Gohman2019-08-291-1/+1
* [WebAssembly] Add missing utility methods for exnref typeHeejin Ahn2019-07-151-0/+4
* [WebAssembly] Rename except_ref type to exnrefHeejin Ahn2019-07-151-11/+11
* [WebAssembly] refactored utilities to not depend on MachineInstrWouter van Oortmerssen2019-07-121-19/+236
* [WebAssembly] Fix p2align in assembler.Wouter van Oortmerssen2019-06-271-1/+9
* [WebAssembly] Create a TargetInfo header. NFCRichard Trieu2019-05-151-3/+0
* [WebAssembly] Add new explicit relocation types for PIC relocationsSam Clegg2019-04-041-2/+14
* [WebAssembly] Remove unneeded target operand flagsSam Clegg2019-04-031-7/+1
* [WebAssembly] Merge used feature sets, update atomics linkage policyThomas Lively2019-03-291-3/+1
* [WebAssembly] Initial implementation of PIC code generationSam Clegg2019-03-261-0/+5
* [WebAssembly] Use named operands to identify loads and storesThomas Lively2019-03-091-8/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [WebAssembly] Fixed disassembler not knowing about new brlist operandWouter van Oortmerssen2019-01-031-0/+2
* [WebAssembly] made assembler parse block_typeWouter van Oortmerssen2019-01-021-1/+2
* [WebAssembly] Fix assembler parsing of br_table.Wouter van Oortmerssen2018-12-171-8/+0
* [WebAssembly] Add support for the event sectionHeejin Ahn2018-11-141-1/+4
* [WebAssembly] clang-format (NFC)Heejin Ahn2018-09-051-2/+2
* [WebAssembly] SIMD loads and storesThomas Lively2018-08-301-0/+25
* [WebAssembly] v128.constThomas Lively2018-08-211-0/+8
* [WebAssembly] Replace SIMD expression types with V128Derek Schuff2018-08-061-12/+6
* [WebAssembly] Cleanup of the way globals and global flags are handledNicholas Wilson2018-08-031-0/+10
* [WebAssembly] Support for atomic.wait / atomic.wake instructionsHeejin Ahn2018-08-021-0/+6
* [WebAssembly] Support for a ternary atomic RMW instructionHeejin Ahn2018-08-011-0/+14
* [WebAssembly] Remove ELF file support.Sam Clegg2018-07-161-3/+0
* [WebAssembly] Support for binary atomic RMW instructionsHeejin Ahn2018-07-091-0/+84
* [WebAssembly] Add missing _S opcodes of atomic stores to InstPrinterHeejin Ahn2018-07-051-0/+7
* [WebAssembly] Support for atomic storesHeejin Ahn2018-07-021-0/+7
* [WebAssembly] Modified tablegen defs to have 2 parallel instuction sets.Wouter van Oortmerssen2018-06-181-0/+30
* MC: Separate creating a generic object writer from creating a target object w...Peter Collingbourne2018-05-211-7/+5
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-1/+1
* [WebAssembly] Add except_ref as a first-class typeHeejin Ahn2018-03-081-12/+13
* Reland "[WebAssembly] More uses of uint8_t for single byte values"Heejin Ahn2018-03-021-13/+13
* Revert "[WebAssembly] More uses of uint8_t" and "[WebAssembly] Update tests"Nicholas Wilson2018-03-021-13/+13
* [WebAssembly] More uses of uint8_t for single byte valuesHeejin Ahn2018-03-021-13/+13
* [WebAssembly] Update MCObjectWriter and associated interfaces after r315327Derek Schuff2017-10-101-4/+7
* [WebAssembly] Add the rest of the atomic loadsDerek Schuff2017-10-051-0/+6
* [WebAssembly] Add target feature for atomicsDerek Schuff2017-08-301-0/+1
* [WebAssembly] Use __stack_pointer global when writing wasm binarySam Clegg2017-06-161-2/+1
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* [WebAssembly] Use LEB encoding for value typesDerek Schuff2017-03-141-28/+14
* [WebAssembly] Basic support for Wasm object file encoding.Dan Gohman2017-02-241-1/+3
* [WebAssembly] Add skeleton MC support for the Wasm container formatDan Gohman2017-02-221-0/+3
* [WebAssembly] Pass an MCContext to WebAssemblyMCCodeEmitter. NFC.Dan Gohman2017-02-101-1/+2
* [WebAssembly] Add instruction definitions for drop and get/set_global.Dan Gohman2017-02-021-0/+2
* [WebAssembly] Annotate call and load/store immediates.Dan Gohman2016-12-231-0/+4
* [WebAssembly] Reorder load/store operands to match binary encoding.Dan Gohman2016-10-251-4/+4
OpenPOWER on IntegriCloud