summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object/WasmObjectFile.cpp
Commit message (Expand)AuthorAgeFilesLines
* revert debuggingSam Clegg2017-04-261-1/+1
* [WebAssembly] Allow for signed relocation addendsSam Clegg2017-04-261-2/+3
* [WebAssembly] Read global index in init expression as LEBSam Clegg2017-04-251-1/+1
* [Object] Fix some Clang-tidy modernize and Include What You Use warnings; oth...Eugene Zelenko2017-04-211-2/+5
* [WASM] Remove other comparison of unsigned expression >= 0.Davide Italiano2017-04-011-3/+3
* [WASM] Remove a set but never used variable.Davide Italiano2017-04-011-4/+1
* [WASM] Remove an assertion that can never fire.Davide Italiano2017-04-011-2/+2
* Fix MSVC 'not all control paths return a value' warningSimon Pilgrim2017-03-311-0/+1
* [WebAssembly] Improve support for WebAssembly binary formatDerek Schuff2017-03-301-61/+574
* [MC] Fix some Clang-tidy modernize and Include What You Use warnings in Subta...Eugene Zelenko2017-02-091-14/+22
* [WebAssembly] Add wasm support for llvm-readobjDerek Schuff2017-01-301-5/+6
* Remove iostream include from WasmObjectFilePavel Labath2016-12-011-2/+0
* [WebAssembly] Add llvm-objdump support for wasm file formatDerek Schuff2016-11-301-0/+315
OpenPOWER on IntegriCloud