summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCTargetDesc.cpp
Commit message (Expand)AuthorAgeFilesLines
* CMake: Make most target symbols hidden by defaultTom Stellard2020-01-141-1/+1
* [Mips] Use appropriate private label prefix based on Mips ABIMirko Brkusanin2019-10-231-2/+3
* [WebAssembly] Rename except_ref type to exnrefHeejin Ahn2019-07-151-2/+2
* 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-151-0/+1
* [WebAssembly] Move InstPrinter files to MCTargetDesc. NFCDavid L. Jones2019-05-131-4/+4
* [WebAssembly] clang-tidy (NFC)Heejin Ahn2019-02-041-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [WebAssembly] Add null streamer supportHeejin Ahn2018-11-181-0/+6
* [WebAssembly] Add V128 value type to binary formatThomas Lively2018-09-201-0/+7
* [WebAssembly] clang-format (NFC)Heejin Ahn2018-09-051-6/+12
* [WebAssembly] Remove ELF file support.Sam Clegg2018-07-161-6/+0
* 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/+1
* Fix build of WebAssembly and AVR backends after r321692Alex Bradbury2018-01-031-2/+2
* Fix WebAssembly target after r309911.Daniel Jasper2017-08-031-12/+0
* [WebAssembly] Use __stack_pointer global when writing wasm binarySam Clegg2017-06-161-1/+1
* [WebAssembly] Use LEB encoding for value typesDerek Schuff2017-03-141-5/+5
* [WebAssembly] Add skeleton MC support for the Wasm container formatDan Gohman2017-02-221-2/+8
* [WebAssembly] Pass an MCContext to WebAssemblyMCCodeEmitter. NFC.Dan Gohman2017-02-101-2/+2
* [WebAssembly] Implement more WebAssembly binary encoding.Dan Gohman2016-10-241-0/+10
* Move the global variables representing each Target behind accessor functionMehdi Amini2016-10-091-1/+2
* [WebAssembly] Update for Target API (TargetRegistry::RegisterMCAsmBackend) ch...David Blaikie2016-07-251-1/+2
* Delete MCCodeGenInfo.Rafael Espindola2016-06-301-9/+3
* [WebAssembly] Disable register stackification and coloring when not optimizingDerek Schuff2016-02-171-0/+17
* [WebAssembly] Minor code cleanups. NFC.Dan Gohman2016-01-201-1/+1
* [WebAssembly] Remove an unused data member. NFC.Dan Gohman2016-01-191-2/+2
* [WebAsssembly] Register the MC register info.Dan Gohman2016-01-121-0/+9
* [WebAssembly] Introduce a WebAssemblyTargetStreamer class.Dan Gohman2016-01-121-10/+19
* [WebAssembly] Register the MC subtarget info.Dan Gohman2016-01-121-0/+8
* [WebAssembly] Minor code cleanups. NFC.Dan Gohman2016-01-081-3/+3
* [WebAssembly] Remove unused arguments, unused functions. NFC.Dan Gohman2016-01-081-18/+29
* [WebAssembly] Experimental ELF writer supportDan Gohman2015-12-171-0/+17
* [WebAssembly] Minor clang-format and selected clang-tidy cleanups. NFC.Dan Gohman2015-11-291-2/+2
* [WebAssembly] Remove incomplete MCCodeEmitter bits.Dan Gohman2015-11-231-3/+0
* [WebAssembly] Emit .param, .result, and .local through MC.Dan Gohman2015-11-231-0/+3
* [WebAssembly] Add WebAssemblyMCInstLower.cpp.Dan Gohman2015-11-051-0/+9
* WebAssembly: MCAsmInfo only has one syntax variant for now.JF Bastien2015-07-281-5/+3
* WebAssembly: basic bitcode → assembly CodeGen testJF Bastien2015-07-221-0/+3
* WebAssembly: basic instructions todo, and basic register info.JF Bastien2015-07-101-0/+3
* [WebAssembly] Define separate Target instances for 32-bit and 64-bit.Dan Gohman2015-07-011-1/+1
* [WebAssembly] Initial WebAssembly backendDan Gohman2015-06-291-0/+56
OpenPOWER on IntegriCloud