Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [WebAssembly] Remove unused headers in MCWasmObjectWriter | Sam Clegg | 2018-05-16 | 1 | -3/+0 |
| | | | | | | Differential Revision: https://reviews.llvm.org/D46969 llvm-svn: 332535 | ||||
* | [WebAssembly] Remove unused methods from MCWasmObjectTargetWriter | Sam Clegg | 2017-06-06 | 1 | -8/+2 |
| | | | | | | | | | | | | | These methods looks like they were originally came from MCELFObjectTargetWriter but they are never called by the WasmObjectWriter. Remove these methods meant the declaration of WasmRelocationEntry could also move into the cpp file. Differential Revision: https://reviews.llvm.org/D33905 llvm-svn: 304804 | ||||
* | [WebAssembly] Add skeleton MC support for the Wasm container format | Dan Gohman | 2017-02-22 | 1 | -0/+27 |
This just adds the basic skeleton for supporting a new object file format. All of the actual encoding will be implemented in followup patches. Differential Revision: https://reviews.llvm.org/D26722 llvm-svn: 295803 |