Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [WebAssembly] Update wasm builtin functions to match spec changes. | Dan Gohman | 2015-11-05 | 1 | -9/+3 |
| | | | | | | | The page_size operator has been removed from the spec, and the resize_memory operator has been changed to grow_memory. llvm-svn: 252201 | ||||
* | [WebAssembly] Add a __builtin_wasm_resize_memory() intrinsic. | Dan Gohman | 2015-10-02 | 1 | -0/+6 |
| | | | | llvm-svn: 249179 | ||||
* | [WebAssembly] Add a __builtin_wasm_memory_size() intrinsic. | Dan Gohman | 2015-10-02 | 1 | -0/+6 |
| | | | | llvm-svn: 249176 | ||||
* | [WebAssembly] Initial WebAssembly support in clang | Dan Gohman | 2015-09-03 | 1 | -0/+10 |
This implements basic support for compiling (though not yet assembling or linking) for a WebAssembly target. Note that ABI details are not yet finalized, and may change. Differential Revision: http://reviews.llvm.org/D12002 llvm-svn: 246814 |