summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/WasmObjectWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [WebAssembly] MC: Fix references to undefined externals in data sectionSam Clegg2017-06-021-8/+13
* [WebAssembly] MC: Include unnamed data when writing wasm filesSam Clegg2017-05-251-18/+16
* [WebAssembly] Add size of section header to data relocation offsets.Sam Clegg2017-04-281-9/+12
* [WebAssembly] Write initial memory in pages not bytesSam Clegg2017-04-281-2/+4
* [WebAssembly] Fix relocation count in wasm binaries with call_indirectSam Clegg2017-04-251-1/+1
* Fix signed/unsigned warningSimon Pilgrim2017-03-311-1/+1
* [WebAssembly] Initial linking metadata supportDan Gohman2017-03-301-23/+123
* [WebAssembly] Fix import type to be signed LEBsDerek Schuff2017-03-231-1/+1
* [WebAssembly] Fix some broken type encodings in wasm binaryDerek Schuff2017-03-161-9/+9
* [WebAssembly] Update format of 'names' section.Derek Schuff2017-03-151-6/+11
* [WebAssembly] Use LEB encoding for value typesDerek Schuff2017-03-141-20/+24
* [WebAssembly] Add some comments and tidy up whitespace.Dan Gohman2017-02-271-2/+3
* [WebAssembly] Add support for using a wasm global for the stack pointer.Dan Gohman2017-02-241-0/+24
* [WebAssembly] Basic support for Wasm object file encoding.Dan Gohman2017-02-241-6/+900
* [WebAssembly] Implement the wasm binary container header.Dan Gohman2017-02-221-1/+3
* [WebAssembly] Add skeleton MC support for the Wasm container formatDan Gohman2017-02-221-0/+119
OpenPOWER on IntegriCloud