summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/WasmObjectWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [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