summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyAsmBackend.cpp
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Make __attribute__((used)) not imply export.Dan Gohman2019-08-291-4/+6
* [WebAssembly] Rename wasm fixup kindsSam Clegg2019-03-281-3/+3
* [WebAssembly] clang-tidy (NFC)Heejin Ahn2019-02-041-4/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [WebAssembly] clang-format (NFC)Heejin Ahn2018-09-051-7/+7
* [WebAssembly] Remove ELF file support.Sam Clegg2018-07-161-8/+6
* 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-211-10/+10
* MC: Change MCAsmBackend::writeNopData() to take a raw_ostream instead of an M...Peter Collingbourne2018-05-211-10/+10
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-1/+1
* [WebAssembly] Update MCObjectWriter and associated interfaces after r315327Derek Schuff2017-10-101-4/+6
* [WebAssembly] Fix build after r306177Derek Schuff2017-06-241-10/+14
* [wasm] Fix WebAssembly asm backend after r305968Reid Kleckner2017-06-221-10/+12
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* Fix WebAssembly after r299529.Alexander Kornienko2017-04-051-4/+4
* [WebAssembly] Add some comments and tidy up whitespace.Dan Gohman2017-02-271-1/+1
* [WebAssembly] Basic support for Wasm object file encoding.Dan Gohman2017-02-241-6/+27
* [WebAssembly] Add skeleton MC support for the Wasm container formatDan Gohman2017-02-221-2/+74
* [WebAssembly] Implement more WebAssembly binary encoding.Dan Gohman2016-10-241-2/+4
* Fix branch relaxation in 16-bit mode.Nirav Dave2016-07-111-1/+2
* [WebAssembly] Add an assertion to catch unexpected MCFixupKindInfo flags.Dan Gohman2016-01-131-0/+2
* [WebAssembly] MCFixupKindInfo's TargetSize is in bits rather than bytes.Dan Gohman2016-01-131-2/+2
* [WebAssembly] Remove unused arguments, unused functions. NFC.Dan Gohman2016-01-081-4/+1
* [WebAssembly] Experimental ELF writer supportDan Gohman2015-12-171-0/+103
OpenPOWER on IntegriCloud