summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/WebAssembly/MCTargetDesc
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Remove unneeded MCSymbolRefExpr variantsSam Clegg2019-02-221-38/+15
* [WebAssembly] clang-tidy (NFC)Heejin Ahn2019-02-045-33/+32
* [WebAssembly] Rename relocations from R_WEBASSEMBLY_ to R_WASM_Sam Clegg2019-02-041-11/+11
* [WebAssembly] Add codegen support for the import_field attributeDan Gohman2019-02-012-5/+19
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1911-44/+33
* [WebAssembly] Fixed disassembler not knowing about new brlist operandWouter van Oortmerssen2019-01-031-0/+2
* [WebAssembly] Made InstPrinter more robustWouter van Oortmerssen2019-01-031-7/+7
* [WebAssembly] made assembler parse block_typeWouter van Oortmerssen2019-01-021-1/+2
* [WebAssembly] Fix assembler parsing of br_table.Wouter van Oortmerssen2018-12-172-16/+0
* [WebAssembly] Add '.eventtype' directive supportHeejin Ahn2018-12-112-20/+34
* [WebAssembly] TargetStreamer cleanup (NFC)Heejin Ahn2018-12-112-42/+29
* [WebAssembly] replaced .param/.result by .functypeWouter van Oortmerssen2018-11-192-78/+34
* [WebAssembly] Add null streamer supportHeejin Ahn2018-11-182-0/+23
* [WebAssembly] Add support for the event sectionHeejin Ahn2018-11-145-9/+49
* [WebAssembly] Renumber and LEB128-encode SIMD opcodesThomas Lively2018-11-091-1/+2
* [WebAssembly] Added a .globaltype directive to .s output.Wouter van Oortmerssen2018-11-022-8/+11
* [WebAssembly] Refactor WasmSignature and use it for MCSymbolWasmDerek Schuff2018-10-032-43/+15
* [WebAssembly] Add V128 value type to binary formatThomas Lively2018-09-201-0/+7
* [WebAssembly] clang-format (NFC)Heejin Ahn2018-09-058-31/+33
* [WebAssembly] SIMD loads and storesThomas Lively2018-08-301-0/+25
* [WebAssembly] Added default stack-only instruction mode for MC.Wouter van Oortmerssen2018-08-271-2/+5
* [WebAssembly] v128.constThomas Lively2018-08-212-7/+32
* [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-034-5/+18
* [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-169-181/+7
* [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
* Fix compilation of WebAssembly and RISCV after r334078Ilya Biryukov2018-06-061-3/+8
* Simplified WebAssemblyAsmBackend by removing explicit ELF variant.Derek Schuff2018-06-041-82/+8
* MC: Separate creating a generic object writer from creating a target object w...Peter Collingbourne2018-05-214-28/+21
* MC: Change MCAsmBackend::writeNopData() to take a raw_ostream instead of an M...Peter Collingbourne2018-05-211-10/+10
* Support: Simplify endian stream interface. NFCI.Peter Collingbourne2018-05-181-2/+2
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-1/+2
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-0110-10/+10
* [WebAssembly] Write DWARF data into wasm object fileSam Clegg2018-04-261-1/+28
* [WebAssembly] Only write 32-bits for WebAssembly::OPERAND_OFFSET32Sam Clegg2018-04-041-0/+5
* Fix layering of MachineValueType.h by moving it from CodeGen to SupportDavid Blaikie2018-03-231-1/+1
* [WebAssembly] Add except_ref as a first-class typeHeejin Ahn2018-03-082-12/+14
* Reland "[WebAssembly] More uses of uint8_t for single byte values"Heejin Ahn2018-03-022-14/+14
* 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] Use uint8_t for single byte values to match the specSam Clegg2018-03-011-1/+1
* [WebAssembly] Add exception handling option and featureHeejin Ahn2018-02-241-6/+0
* [WebAssembly] Add first claass symbol table to wasm objectsSam Clegg2018-02-231-1/+1
* [WebAssembly] Add mechanisms for specifying an explicit import module name.Dan Gohman2018-02-092-0/+21
* [WebAssembly] MC: Remove unused code for handling of wasm globalsSam Clegg2018-01-312-56/+0
OpenPOWER on IntegriCloud