Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [WebAssembly] Add a EM_WEBASSEMBLY value, and several bits of code that use it. | Dan Gohman | 2016-01-12 | 1 | -0/+1 |
| | | | | | | | | | A request has been made to the official registry, but an official value is not yet available. This patch uses a temporary value in order to support development. When an official value is recieved, the value of EM_WEBASSEMBLY will be updated. llvm-svn: 257517 | ||||
* | [WebAssembly] Introduce a WebAssemblyTargetStreamer class. | Dan Gohman | 2016-01-12 | 1 | -0/+67 |
Refactor .param, .result, .local, and .endfunc, as directives, using the proper MCTargetStreamer mechanism, rather than fake instructions. llvm-svn: 257511 |