summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/builtins-wasm.c
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Update to the new names for the memory builtin functions.Dan Gohman2018-06-011-5/+17
* [WebAssembly] Add mem.* builtin functions.Dan Gohman2018-01-231-4/+16
* [WebAssembly] Restore __builtin_wasm_rethrow builtinHeejin Ahn2017-09-161-0/+6
* Remove __builtin_wasm_rethrow builtinHeejin Ahn2017-09-151-6/+0
* [WebAssembly] Add throw/rethrow builtins for exception handlingHeejin Ahn2017-06-301-0/+12
* [WebAssembly] Update grow_memory's return type.Dan Gohman2017-01-181-4/+4
* [WebAssembly] Rename memory_size intrinsic to current_memoryDerek Schuff2016-05-021-3/+3
* [WebAssembly] Update wasm builtin functions to match spec changes.Dan Gohman2015-11-051-9/+3
* [WebAssembly] Add a __builtin_wasm_resize_memory() intrinsic.Dan Gohman2015-10-021-0/+6
* [WebAssembly] Add a __builtin_wasm_memory_size() intrinsic.Dan Gohman2015-10-021-0/+6
* [WebAssembly] Initial WebAssembly support in clangDan Gohman2015-09-031-0/+10