summaryrefslogtreecommitdiffstats
path: root/clang/lib/Headers/__clang_cuda_intrinsics.h
Commit message (Expand)AuthorAgeFilesLines
* [CUDA] Fix order of memcpy arguments in __shfl_*(<64-bit type>).Artem Belevich2020-01-241-2/+2
* [CUDA] Use activemask.b32 instruction to implement __activemask w/ CUDA-9.2+Artem Belevich2019-09-031-1/+9
* Move the builtin headers to use the new license file header.Chandler Carruth2019-04-081-17/+3
* [CUDA] added missing __ldg(const signed char *)Artem Belevich2018-04-181-0/+3
* [CUDA] More fixes for __shfl_* intrinsics.Artem Belevich2017-12-211-28/+49
* [NVPTX,CUDA] Added llvm.nvvm.fns intrinsic and matching __nvvm_fns builtin in...Artem Belevich2017-12-061-0/+4
* [CUDA] Added overloads for '[unsigned] long' variants of shfl builtins.Artem Belevich2017-12-061-0/+18
* [CUDA] Fix name of __activemask()Jonas Hahnfeld2017-10-021-1/+1
* [NVPTX] added match.{any,all}.sync instructions, intrinsics & builtins.Artem Belevich2017-09-261-3/+29
* Revert "[NVPTX] added match.{any,all}.sync instructions, intrinsics & builtin...Justin Lebar2017-09-251-29/+3
* [NVPTX] added match.{any,all}.sync instructions, intrinsics & builtins.Artem Belevich2017-09-251-3/+29
* [CUDA] Fix names of __nvvm_vote* intrinsics.Artem Belevich2017-09-251-5/+5
* [CUDA] Fixed order of words in the names of shfl builtins.Artem Belevich2017-09-211-4/+3
* [NVPTX] Implemented bar.warp.sync, barrier.sync, and vote{.sync} instructions...Artem Belevich2017-09-211-0/+31
* [NVPTX] Implemented shfl.sync instruction and supporting intrinsics/builtins.Artem Belevich2017-09-201-0/+68
* [CUDA] Rename keywords used in macro so they don't conflict with MSVC.Justin Lebar2017-01-051-21/+21
* NVPTX: Rename __builtin_ptx_shfl -> __nvvm_shflJustin Bogner2016-07-061-8/+4
* [CUDA] Implement __shfl* intrinsics in clang headers.Justin Lebar2016-06-091-0/+70
* [CUDA] Fix order of vectorized ldg intrinsics' elements.Justin Lebar2016-05-301-28/+28
* [CUDA] Implement __ldg using intrinsics.Justin Lebar2016-05-191-0/+256
OpenPOWER on IntegriCloud