summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/WebAssembly/WebAssemblyMCInstLower.cpp
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Add new explicit relocation types for PIC relocationsSam Clegg2019-04-041-6/+21
* [WebAssembly] Remove unneeded target operand flagsSam Clegg2019-04-031-21/+19
* [WebAssembly] Initial implementation of PIC code generationSam Clegg2019-03-261-24/+24
* [WebAssembly] Remove unneeded MCSymbolRefExpr variantsSam Clegg2019-02-221-7/+2
* [WebAssembly] clang-tidy (NFC)Heejin Ahn2019-02-041-16/+15
* [WebAssembly] Exception handling: Switch to the new proposalHeejin Ahn2019-01-301-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [WebAssembly] Add support for the event sectionHeejin Ahn2018-11-141-12/+37
* Reland "[WebAssembly] LSDA info generation"Heejin Ahn2018-10-251-0/+7
* [WebAssembly][NFC] Remove WebAssemblyStackifier TableGen backendThomas Lively2018-10-221-20/+7
* Revert "[WebAssembly] LSDA info generation"Krasimir Georgiev2018-10-161-7/+0
* [WebAssembly] LSDA info generationHeejin Ahn2018-10-161-0/+7
* [WebAssembly] Refactor WasmSignature and use it for MCSymbolWasmDerek Schuff2018-10-031-32/+14
* WebAssembly: Rename GetSignature to GetLibcallSignature [NFC]Derek Schuff2018-09-271-1/+1
* [WebAssembly] Add V128 value type to binary formatThomas Lively2018-09-201-0/+2
* [WebAssembly] clang-format (NFC)Heejin Ahn2018-09-051-14/+14
* [WebAssembly] Fixed stale assert message in WebAssemblyMCInstLowerWouter van Oortmerssen2018-09-041-1/+1
* [WebAssembly][NFC] Document stackifier tablegen backendThomas Lively2018-08-281-2/+7
* [WebAssembly] TableGen backend for stackifying instructionsThomas Lively2018-08-271-356/+5
* [WebAssembly] Added default stack-only instruction mode for MC.Wouter van Oortmerssen2018-08-271-0/+409
* [WebAssembly] Cleanup of the way globals and global flags are handledNicholas Wilson2018-08-031-7/+13
* [WebAssembly] Remove ELF file support.Sam Clegg2018-07-161-40/+29
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-1/+1
* [WebAssembly] Fix broken gcc build after rL326454Sam Clegg2018-03-011-1/+2
* [WebAssembly] Use uint8_t for single byte values to match the specSam Clegg2018-03-011-3/+3
* [WebAssembly] Add first claass symbol table to wasm objectsSam Clegg2018-02-231-5/+12
* Fix WebAssembly backend for some LLVM API changesDavid Blaikie2017-12-151-1/+1
* [WebAssembly] Fix types for address taken functionsSam Clegg2017-07-051-2/+0
* [WebAssembly] Use LEB encoding for value typesDerek Schuff2017-03-141-18/+18
* [WebAssembly] Basic support for Wasm object file encoding.Dan Gohman2017-02-241-2/+124
* [WebAssembly] Use print instead of dump method.Richard Trieu2017-01-281-2/+2
* [WebAssembly] Make CFG stackification independent of basic-block labels.Dan Gohman2016-01-121-4/+3
* [WebAssembly] Define WebAssembly-specific relocation codes.Dan Gohman2016-01-111-9/+19
* [WebAssembly] Trim unneeded #includes. NFC.Dan Gohman2015-12-221-1/+0
* [WebAssembly] Enable folding of offsets into global variable addresses.Dan Gohman2015-12-061-2/+7
* [WebAssembly] Delete an obsolete TODO comment.Dan Gohman2015-11-291-1/+0
* [WebAssembly] Minor clang-format and selected clang-tidy cleanups. NFC.Dan Gohman2015-11-291-4/+2
* [WebAssembly] Codegen support for ISD::ExternalSymbolDan Gohman2015-11-251-0/+8
* [WebAssembly] Reapply r252858, with svn add for the new file.Dan Gohman2015-11-121-8/+21
* Revert r252858: "[WebAssembly] Switch to MC for instruction printing."Hans Wennborg2015-11-121-21/+8
* [WebAssembly] Switch to MC for instruction printing.Dan Gohman2015-11-121-8/+21
* [WebAssembly] Add WebAssemblyMCInstLower.cpp.Dan Gohman2015-11-051-0/+84
OpenPOWER on IntegriCloud