summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyWasmObjectWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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