Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [WebAssembly] Update wasm builtin functions to match spec changes. | Dan Gohman | 2015-11-05 | 1 | -17/+5 |
* | WebAssembly: update syntax | JF Bastien | 2015-10-16 | 1 | -5/+8 |
* | [WebAssembly] Switch to a more traditional assembly syntax | Dan Gohman | 2015-10-06 | 1 | -12/+14 |
* | [WebAssembly] Rename setlocal to set_local to match the spec. | Dan Gohman | 2015-10-03 | 1 | -2/+2 |
* | [WebAssembly] Add a resize_memory intrinsic. | Dan Gohman | 2015-10-02 | 1 | -0/+10 |
* | [WebAssembly] Add a memory_size intrinsic. | Dan Gohman | 2015-10-02 | 1 | -0/+10 |
* | WebAssembly: emit `(func (param t) (result t))` s-expressions | JF Bastien | 2015-08-25 | 1 | -1/+2 |
* | [WebAssembly] CodeGen support for __builtin_wasm_page_size() | Dan Gohman | 2015-08-24 | 1 | -0/+16 |