Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-12-01 | Remove iostream include from WasmObjectFile | Pavel Labath | 1 | -2/+0 | |
The file does not seems to use c++ iostreams (and is is llvm policy to avoid that). Committing as obvious. llvm-svn: 288364 | |||||
2016-11-30 | [WebAssembly] Add llvm-objdump support for wasm file format | Derek Schuff | 1 | -0/+315 | |
This is the first part of an effort to add wasm binary support across all llvm tools. Patch by Sam Clegg Differential Revision: https://reviews.llvm.org/D26172 llvm-svn: 288251 |