summaryrefslogtreecommitdiffstats
path: root/lib/Headers/__clang_cuda_runtime_wrapper.h
Commit message (Expand)AuthorAgeFilesLines
* [CUDA] Pre-include sm_60 and sm_61 headers.Artem Belevich2017-01-041-0/+5
* [CUDA] Wrapper header changes necessary to support MacOS.Justin Lebar2016-11-181-0/+9
* [CUDA] Move device placement new definitions into a wrapper header.Justin Lebar2016-10-261-18/+0
* [CUDA] Re-land support for <complex> (r283683 and r283680).Justin Lebar2016-10-111-0/+1
* Revert r283680.Nico Weber2016-10-101-1/+0
* [CUDA] Support <complex> and std::min/max on the device.Justin Lebar2016-10-081-0/+1
* [CUDA] Rename cuda_builtin_vars.h to __clang_cuda_builtin_vars.h.Justin Lebar2016-10-081-8/+8
* [CUDA] Added support for CUDA-8Artem Belevich2016-09-281-2/+18
* [CUDA] Add __device__ overloads for placement new and delete.Justin Lebar2016-08-101-0/+18
* [CUDA] Implement __shfl* intrinsics in clang headers.Justin Lebar2016-06-091-6/+7
* [CUDA] Add -fcuda-approx-transcendentals flag.Justin Lebar2016-05-231-0/+14
* [CUDA] Implement __ldg using intrinsics.Justin Lebar2016-05-191-1/+5
* [CUDA] removed unneeded __nvvm_reflect_anchor()Artem Belevich2016-04-211-10/+0
* [CUDA] Tweak math forward declares so we're compatible with libstdc++4.9.Justin Lebar2016-04-071-0/+13
* [CUDA] Fix typo in __clang_cuda_runtime_wrapper.h.Justin Lebar2016-04-011-1/+1
* [CUDA] Add math forward declares to CUDA header wrapper.Justin Lebar2016-03-301-0/+3
* [CUDA] Don't define __NVCC__.Justin Lebar2016-03-231-1/+0
* [CUDA] Add conversion operators for threadIdx, blockIdx, gridDim, and blockDi...Justin Lebar2016-02-241-0/+27
* [CUDA] Add hack so code which includes "curand.h" doesn't break.Justin Lebar2016-02-241-0/+14
* Update functions in clang supplied headers to use the compiler reservedEric Christopher2016-02-121-26/+26
* [CUDA] added declarations for device-side system callsArtem Belevich2016-02-031-8/+35
* [CUDA] Implemented device-side support functions in <cmath>.Artem Belevich2016-01-261-1/+4
* [CUDA] Make printf work.Justin Lebar2016-01-231-0/+5
* [CUDA] runtime wrapper header tweaksArtem Belevich2015-12-171-3/+24
* [CUDA] renamed cuda_runtime.h wrapper to __cuda_runtime.hArtem Belevich2015-12-161-0/+195