summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/WebAssembly/MCTargetDesc
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] MC: Remove unused code for handling of wasm globalsSam Clegg2018-01-312-56/+0
* Fix build of WebAssembly and AVR backends after r321692Alex Bradbury2018-01-031-2/+2
* [WebAssembly] Remove WASM_STACK_POINTER.Dan Gohman2017-12-062-22/+0
* [WebAssembly] Implement WASM_STACK_POINTER.Dan Gohman2017-12-052-9/+10
* [WebAssembly] Fix trapping behavior in fptosi/fptoui.Dan Gohman2017-11-281-2/+7
* [WebAssembly] MC: Fix crash when -g specified.Sam Clegg2017-10-201-4/+4
* [WebAssembly] Update MCObjectWriter and associated interfaces after r315327Derek Schuff2017-10-104-13/+22
* [MC] Plumb unique_ptr<MCWasmObjectTargetWriter> through createWasmObjectWriterLang Hames2017-10-101-2/+2
* Fix Wasm build after r315254Reid Kleckner2017-10-101-3/+2
* [WebAssembly] Add the rest of the atomic loadsDerek Schuff2017-10-051-0/+6
* Change encodeU/SLEB128 to pad to certain number of bytesSam Clegg2017-09-151-5/+2
* [WebAssembly] Update relocation names to match specSam Clegg2017-09-011-3/+3
* [WebAssembly] Add target feature for atomicsDerek Schuff2017-08-301-0/+1
* Fix WebAssembly target after r309911.Daniel Jasper2017-08-031-12/+0
* [WebAssembly] Fix types for address taken functionsSam Clegg2017-07-052-10/+26
* [WebAssembly] Fix build after r306177Derek Schuff2017-06-241-10/+14
* [wasm] Fix WebAssembly asm backend after r305968Reid Kleckner2017-06-221-10/+12
* [WebAssembly] Use __stack_pointer global when writing wasm binarySam Clegg2017-06-164-14/+11
* [WebAssembly] Cleanup WebAssemblyWasmObjectWriterSam Clegg2017-06-132-16/+13
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-073-3/+3
* [WebAssembly] MC: Refactor relocation handlingSam Clegg2017-06-061-0/+7
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-063-3/+3
* [WebAssembly] Encode block signatures as SLEB instead of ULEBDerek Schuff2017-04-171-0/+2
* Unbreak build of the wasm backend after r300463.Benjamin Kramer2017-04-171-2/+2
* Fix WebAssembly after r299529.Alexander Kornienko2017-04-051-4/+4
* [WebAssembly] Initial linking metadata supportDan Gohman2017-03-302-12/+61
* [WebAssembly] Fix some broken type encodings in wasm binaryDerek Schuff2017-03-162-3/+11
* [WebAssembly] Use LEB encoding for value typesDerek Schuff2017-03-143-47/+23
* [WebAssembly] Add some comments and tidy up whitespace.Dan Gohman2017-02-271-1/+1
* [WebAssembly] Add support for using a wasm global for the stack pointer.Dan Gohman2017-02-242-0/+28
* [WebAssembly] Basic support for Wasm object file encoding.Dan Gohman2017-02-247-41/+213
* [WebAssembly] Add skeleton MC support for the Wasm container formatDan Gohman2017-02-229-9/+228
* [WebAssembly] Add a cast to void to fix an unused private member warning, for...Dan Gohman2017-02-161-1/+3
* [WebAssembly] Pass an MCContext to WebAssemblyMCCodeEmitter. NFC.Dan Gohman2017-02-103-6/+10
* [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] Add an "explicit" keyword to a constructor.Dan Gohman2016-12-221-1/+1
* [WebAssembly] Emit .import_global assembler directivesDerek Schuff2016-12-012-0/+11
* [WebAssembly] Reorder load/store operands to match binary encoding.Dan Gohman2016-10-251-4/+4
* [WebAssembly] Implement more WebAssembly binary encoding.Dan Gohman2016-10-246-67/+80
* [WebAssembly] Add an option to make get_local/set_local explicit.Dan Gohman2016-10-242-14/+58
* Move the global variables representing each Target behind accessor functionMehdi Amini2016-10-092-3/+4
* [WebAssemby] Implement block signatures.Dan Gohman2016-10-063-11/+31
* [WebAssembly] Remove the output operand from stores.Dan Gohman2016-10-061-3/+6
* [WebAssembly] Add binary-encoding opcode values to instruction descriptions.Dan Gohman2016-10-051-0/+4
* [WebAssembly] Rename OPERAND_FP32IMM to OPERAND_F32IMM.Dan Gohman2016-10-031-2/+2
* [WebAssembly] Support CFI for WebAssembly targetDerek Schuff2016-08-013-2/+18
* [WebAssembly] Update for Target API (TargetRegistry::RegisterMCAsmBackend) ch...David Blaikie2016-07-251-1/+2
* Fix branch relaxation in 16-bit mode.Nirav Dave2016-07-111-1/+2
* Delete MCCodeGenInfo.Rafael Espindola2016-06-301-9/+3
OpenPOWER on IntegriCloud