summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/BuiltinsWebAssembly.def
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Change wasm.throw's first argument to an immediateHeejin Ahn2019-03-191-1/+1
* [WebAssembly] Use rethrow intrinsic in the rethrow blockHeejin Ahn2019-03-161-1/+1
* [WebAssembly] Bulk memory intrinsics and builtinsThomas Lively2019-02-131-0/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [WebAssembly] Remove old builtinsDan Gohman2019-01-141-8/+0
* [WebAssembly] Add unimplemented-simd128 feature, gate builtinsThomas Lively2019-01-101-68/+73
* [WebAssembly] Change type of wake count to unsigned intHeejin Ahn2018-11-161-1/+1
* [WebAssembly] Fix type names in truncation builtinsThomas Lively2018-11-011-4/+4
* [WebAssembly] Bitselect and min/max builtinsThomas Lively2018-10-251-0/+13
* [WebAssembly] Saturating float-to-int builtinsThomas Lively2018-10-111-0/+15
* [WebAssembly] abs and sqrt builtinsThomas Lively2018-10-051-0/+6
* [WebAssembly] any_true and all_true builtinsThomas Lively2018-10-051-0/+9
* [WebAssembly] saturating arithmetic builtinsThomas Lively2018-10-051-0/+10
* [WebAssembly] __builtin_wasm_replace_lane_* builtinsThomas Lively2018-10-051-0/+7
* [WebAssembly] __builtin_wasm_extract_lane_* builtinsThomas Lively2018-10-051-0/+10
* [WebAssembly] Revert type of wake count in atomic.wake to i32Heejin Ahn2018-08-201-1/+1
* [WebAssembly] Support for atomic.wait / atomic.wake builtinsHeejin Ahn2018-08-021-0/+5
* [WebAssembly] Update to the new names for the memory builtin functions.Dan Gohman2018-06-011-6/+7
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-1/+1
* [WebAssembly] Add mem.* builtin functions.Dan Gohman2018-01-231-1/+9
* [WebAssembly] Restore __builtin_wasm_rethrow builtinHeejin Ahn2017-09-161-0/+1
* Remove __builtin_wasm_rethrow builtinHeejin Ahn2017-09-151-1/+0
* [WebAssembly] Add throw/rethrow builtins for exception handlingHeejin Ahn2017-06-301-0/+4
* [WebAssembly] Update grow_memory's return type.Dan Gohman2017-01-181-3/+3
* [WebAssembly] Rename memory_size intrinsic to current_memoryDerek Schuff2016-05-021-2/+2
* [WebAssembly] Remove the "const" attribute from __builtin_wasm_memory_size.Dan Gohman2015-11-141-1/+3
* [WebAssembly] Update wasm builtin functions to match spec changes.Dan Gohman2015-11-051-2/+1
* [WebAssembly] Add a __builtin_wasm_resize_memory() intrinsic.Dan Gohman2015-10-021-0/+1
* [WebAssembly] Add a __builtin_wasm_memory_size() intrinsic.Dan Gohman2015-10-021-0/+1
* [WebAssembly] Initial WebAssembly support in clangDan Gohman2015-09-031-0/+21