summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/WebAssembly/MCTargetDesc
Commit message (Expand)AuthorAgeFilesLines
* CMake: Make most target symbols hidden by defaultTom Stellard2020-01-141-1/+1
* [MC] Add parameter `Address` to MCInstrPrinter::printInstructionFangrui Song2020-01-062-2/+2
* [MC] Add parameter `Address` to MCInstPrinter::printInstFangrui Song2020-01-062-4/+5
* [WebAssembly] Add new `export_name` clang attribute for controlling wasm expo...Sam Clegg2019-12-112-0/+13
* [cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"Tom Stellard2019-11-211-1/+1
* [Mips] Use appropriate private label prefix based on Mips ABIMirko Brkusanin2019-10-233-4/+7
* [WebAssembly] Allow multivalue types in block signature operandsThomas Lively2019-10-153-12/+31
* [WebAssembly] Make returns variadicThomas Lively2019-10-091-1/+4
* [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-293-10/+13
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-1/+1
* [WebAssembly] Assembler/InstPrinter: support call_indirect type index.Wouter van Oortmerssen2019-08-014-37/+36
* Fix parameter name comments using clang-tidy. NFC.Rui Ueyama2019-07-161-1/+1
* [WebAssembly] Add missing utility methods for exnref typeHeejin Ahn2019-07-151-0/+4
* [WebAssembly] Rename except_ref type to exnrefHeejin Ahn2019-07-153-15/+15
* [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
* Revert CMake: Make most target symbols hidden by defaultTom Stellard2019-06-111-1/+1
* CMake: Make most target symbols hidden by defaultTom Stellard2019-06-101-1/+1
* [WebAssembly] Create a TargetInfo header. NFCRichard Trieu2019-05-152-3/+1
* [WebAssembly] Move InstPrinter files to MCTargetDesc. NFCDavid L. Jones2019-05-136-8/+370
* [WebAssembly] Add new explicit relocation types for PIC relocationsSam Clegg2019-04-042-17/+34
* [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] Rename wasm fixup kindsSam Clegg2019-03-284-14/+12
* [WebAssembly] Initial implementation of PIC code generationSam Clegg2019-03-262-2/+11
* [WebAssembly] Use named operands to identify loads and storesThomas Lively2019-03-091-8/+0
* [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
OpenPOWER on IntegriCloud