summaryrefslogtreecommitdiffstats
path: root/lib/Headers/__clang_cuda_cmath.h
Commit message (Expand)AuthorAgeFilesLines
* [OpenMP][Clang] Support for target math functionsGheorghe-Teodor Bercea2019-05-061-0/+10
* [CUDA][Windows] Restrict long double device functions declarations to WindowsEvgeny Mankov2019-04-181-3/+0
* Move the builtin headers to use the new license file header.Chandler Carruth2019-04-081-17/+3
* [CUDA][Windows] Last fix for the clang Bug 38811 "Clang fails to compile with...Evgeny Mankov2019-04-051-0/+3
* [CUDA] Remove implementations of nexttoward.Justin Lebar2017-11-171-19/+4
* [CUDA] Don't define functions that the CUDA headers themselves define on Wind...Justin Lebar2017-01-051-2/+8
* [CUDA] Wrapper header changes necessary to support MacOS.Justin Lebar2016-11-181-2/+5
* [CUDA] Declare our __device__ math functions in the same inline namespace as ...Justin Lebar2016-10-081-1/+21
* [CUDA] Make __clang_cuda_cmath.h compatible with libc++.Justin Lebar2016-09-141-0/+31
* [CUDA] Improve handling of math functions.Justin Lebar2016-08-181-2/+281
* [CUDA] Tweak math forward declares so we're compatible with libstdc++4.9.Justin Lebar2016-04-071-68/+17
* [CUDA] Add missing #undef __DEVICE__ to CUDA shim header.Justin Lebar2016-03-291-0/+2
* Added missing '__'.Artem Belevich2016-02-121-1/+1
* Update functions in clang supplied headers to use the compiler reservedEric Christopher2016-02-121-67/+81
* [CUDA] Bug 26497 : Remove wrappers for variants provided by CUDA headers.Artem Belevich2016-02-051-99/+59
* [CUDA] Implemented device-side support functions in <cmath>.Artem Belevich2016-01-261-0/+223