summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/builtins-nvptx.c
Commit message (Expand)AuthorAgeFilesLines
* [NVPTX, CUDA] Improved feature constraints on NVPTX target builtins.Artem Belevich2018-04-111-68/+71
* [NVPTX] Implemented bar.warp.sync, barrier.sync, and vote{.sync} instructions...Artem Belevich2017-09-211-0/+12
* [NVPTX] Implemented shfl.sync instruction and supporting intrinsics/builtins.Artem Belevich2017-09-201-0/+21
* [CUDA] added __nvvm_atom_{sys|cta}_* builtins.Artem Belevich2016-09-281-6/+260
* [CUDA] Rename the __nvvm_bar0 builtin back to __syncthreads.Justin Lebar2016-07-071-1/+1
* NVPTX: Use the nvvm builtins to read SRegs rather than the legacy ptx onesJustin Bogner2016-07-071-68/+68
* [CUDA] Implement __ldg using intrinsics.Justin Lebar2016-05-191-2/+104
* [CUDA] Implement atomicInc and atomicDec builtinsJustin Lebar2016-03-221-1/+7
* [CUDA] fix codegen for __nvvm_atom_cas_*Jingyue Wu2015-09-301-0/+3
* [CUDA] 32-bit NVPTX should have 32-bit long type.Artem Belevich2015-09-281-4/+3
* [CUDA] fix codegen for __nvvm_atom_min/max_gen_u*Jingyue Wu2015-08-311-10/+10
* [CUDA] Implemented __nvvm_atom_*_gen_* builtins.Artem Belevich2015-06-251-13/+109
* [NVPTX] Fix type error for some builtins in BuiltinsNVPTX.defJustin Holewinski2014-12-021-0/+2
* clang/test/CodeGen/builtins-nvptx.c: Prune "REQUIRES: nvptx64-registered-targ...NAKAMURA Takumi2013-12-041-1/+0
* [NVPTX] Add entire list of supported builtinsJustin Holewinski2013-05-221-0/+9
* [NVPTX] Add __nvvm_* intrinsics as Clang builtinsJustin Holewinski2012-11-091-2/+72
* Revert r166541, "clang/test: Add appropriate requirements as REQUIRES, corres...NAKAMURA Takumi2012-10-241-1/+0
* clang/test: Add appropriate requirements as REQUIRES, corresponding to r166532.NAKAMURA Takumi2012-10-241-0/+1
* Un-XFAIL CodeGen/builtins-nvptx.c now that the proper changes haveJustin Holewinski2012-05-241-2/+0
* XFAIL this test, which does not pass on trunk since the grandJohn McCall2012-05-241-0/+1
* Replace PTX back-end with NVPTX back-end in all places where Clang caresJustin Holewinski2012-05-241-0/+99