summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyWasmObjectWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Make __attribute__((used)) not imply export.Dan Gohman2019-08-291-5/+6
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-1/+1
* [WebAssembly] Add new explicit relocation types for PIC relocationsSam Clegg2019-04-041-15/+20
* [WebAssembly] Rename wasm fixup kindsSam Clegg2019-03-281-5/+3
* [WebAssembly] Initial implementation of PIC code generationSam Clegg2019-03-261-2/+6
* [WebAssembly] Remove unneeded MCSymbolRefExpr variantsSam Clegg2019-02-221-38/+15
* [WebAssembly] clang-tidy (NFC)Heejin Ahn2019-02-041-15/+15
* [WebAssembly] Rename relocations from R_WEBASSEMBLY_ to R_WASM_Sam Clegg2019-02-041-11/+11
* 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-0/+7
* [WebAssembly] clang-format (NFC)Heejin Ahn2018-09-051-3/+2
* [WebAssembly] Cleanup of the way globals and global flags are handledNicholas Wilson2018-08-031-2/+7
* MC: Separate creating a generic object writer from creating a target object w...Peter Collingbourne2018-05-211-5/+3
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-1/+1
* [WebAssembly] Write DWARF data into wasm object fileSam Clegg2018-04-261-1/+28
* [WebAssembly] Update MCObjectWriter and associated interfaces after r315327Derek Schuff2017-10-101-2/+4
* [MC] Plumb unique_ptr<MCWasmObjectTargetWriter> through createWasmObjectWriterLang Hames2017-10-101-2/+2
* [WebAssembly] Update relocation names to match specSam Clegg2017-09-011-3/+3
* [WebAssembly] Use __stack_pointer global when writing wasm binarySam Clegg2017-06-161-0/+2
* [WebAssembly] Cleanup WebAssemblyWasmObjectWriterSam Clegg2017-06-131-13/+12
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* [WebAssembly] MC: Refactor relocation handlingSam Clegg2017-06-061-0/+7
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* [WebAssembly] Basic support for Wasm object file encoding.Dan Gohman2017-02-241-2/+46
* [WebAssembly] Add skeleton MC support for the Wasm container formatDan Gohman2017-02-221-0/+48
OpenPOWER on IntegriCloud