summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/builtins-wasm.c
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Add avgr_u intrinsics and require nuw in patternsThomas Lively2019-12-181-0/+14
* [WebAssembly] Replace SIMD int min/max builtins with patternsThomas Lively2019-12-161-84/+0
* [WebAssembly] Add experimental SIMD dot product instructionThomas Lively2019-11-011-0/+6
* [WebAssembly] SIMD integer min and max instructionsThomas Lively2019-10-311-0/+84
* [WebAssembly] Trapping fptoint builtins and intrinsicsThomas Lively2019-10-151-0/+48
* [WebAssembly] Add builtin and intrinsic for v8x16.swizzleThomas Lively2019-10-091-1/+6
* [WebAssembly] Narrowing and widening SIMD opsThomas Lively2019-09-131-0/+76
* For PR17164: split -fno-lax-vector-conversion into three differentRichard Smith2019-09-131-3/+3
* Revert "For PR17164: split -fno-lax-vector-conversion into three different"Jonas Devlieghere2019-09-131-3/+3
* For PR17164: split -fno-lax-vector-conversion into three differentRichard Smith2019-09-131-3/+3
* [WebAssembly] Add SIMD QFMA/QFMSThomas Lively2019-08-311-0/+28
* [WebAssembly] Compute and export TLS block alignmentGuanzhong Chen2019-07-191-0/+6
* [WebAssembly] Implement __builtin_wasm_tls_base intrinsicGuanzhong Chen2019-07-181-0/+5
* [WebAssembly] Implement thread-local storage (local-exec model)Guanzhong Chen2019-07-161-0/+6
* [WebAssembly] Change wasm.throw's first argument to an immediateHeejin Ahn2019-03-191-4/+4
* [WebAssembly] Use rethrow intrinsic in the rethrow blockHeejin Ahn2019-03-161-4/+4
* [WebAssembly] Bulk memory intrinsics and builtinsThomas Lively2019-02-131-3/+15
* [WebAssembly] Remove old builtinsDan Gohman2019-01-141-24/+0
* [WebAssembly] Add unimplemented-simd128 feature, gate builtinsThomas Lively2019-01-101-6/+4
* [WebAssembly] Change type of wake count to unsigned intHeejin Ahn2018-11-161-1/+1
* [WebAssembly] Fix type names in truncation builtinsThomas Lively2018-11-011-8/+8
* [WebAssembly] Bitselect and min/max builtinsThomas Lively2018-10-251-0/+60
* [WebAssembly] Lower to target-independent saturating addThomas Lively2018-10-251-4/+4
* [WebAssembly] Saturating float-to-int builtinsThomas Lively2018-10-111-0/+72
* [WebAssembly][NFC] Rename test functions for builtinsThomas Lively2018-10-091-45/+45
* [WebAssembly] abs and sqrt builtinsThomas Lively2018-10-051-0/+24
* [WebAssembly] any_true and all_true builtinsThomas Lively2018-10-051-0/+48
* [WebAssembly] saturating arithmetic builtinsThomas Lively2018-10-051-0/+56
* [WebAssembly] __builtin_wasm_replace_lane_* builtinsThomas Lively2018-10-051-0/+38
* [WebAssembly] __builtin_wasm_extract_lane_* builtinsThomas Lively2018-10-051-4/+70
* [WebAssembly] clang-format (NFC)Heejin Ahn2018-08-311-22/+22
* [WebAssembly] Revert type of wake count in atomic.wake to i32Heejin Ahn2018-08-201-3/+3
* [WebAssembly] Support for atomic.wait / atomic.wake builtinsHeejin Ahn2018-08-021-0/+18
* [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
OpenPOWER on IntegriCloud