Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [WebAssembly] Move InstPrinter files to MCTargetDesc. NFC | David L. Jones | 2019-05-13 | 1 | -3/+0 |
| | | | | | | | | | For some targets, there is a circular dependency between InstPrinter and MCTargetDesc. Merging them together will fix this. For the other targets, the merging is to maintain consistency so all targets will have the same structure. llvm-svn: 360550 | ||||
* | [WebAssembly] Initial WebAssembly backend | Dan Gohman | 2015-06-29 | 1 | -0/+3 |
This WebAssembly backend is just a skeleton at this time and is not yet functional. llvm-svn: 241022 |