summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaCUDA.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [CUDA] Use the multi-element remove function in EraseUnwantedCUDAMatches.Justin Lebar2016-07-121-2/+4
* [CUDA] Do not allow non-empty destructors for global device-side variables.Artem Belevich2016-05-191-1/+49
* [CUDA] Make unattributed constexpr functions implicitly host+device.Justin Lebar2016-03-301-1/+50
* [CUDA] Fix order of overloading preferences in comment.Justin Lebar2016-03-291-1/+1
* [CUDA] Remove three obsolete CUDA cc1 flags.Justin Lebar2016-03-291-74/+5
* [sema] [CUDA] Use std algorithms in EraseUnwantedCUDAMatchesImpl.Justin Lebar2016-03-221-17/+14
* [CUDA] Tweak attribute-based overload resolution to match nvcc behavior.Artem Belevich2016-02-121-40/+39
* [CUDA] Do not allow dynamic initialization of global device side variables.Artem Belevich2016-02-021-0/+35
* [CUDA] Only allow __global__ on free functions and static member functions.Justin Lebar2016-01-201-6/+3
* [CUDA] Allow function overloads in CUDA based on host/device attributes.Artem Belevich2015-09-221-0/+144
* Create a frontend flag to disable CUDA cross-target call checksEli Bendersky2015-04-151-0/+5
* CUDA: Add option to allow host device functions to call host functionsJacques Pienaar2015-02-241-2/+14
* Consider calls from implict host device functions as valid in SemaCUDA.Jacques Pienaar2014-12-161-6/+6
* CUDA host device code with two code pathsReid Kleckner2014-12-031-5/+14
* CUDA: mark the target of implicit intrinsics properlyEli Bendersky2014-09-301-0/+6
* CUDA: Fix incorrect target inference for implicit members.Eli Bendersky2014-09-291-4/+176
* Split off CUDA-specific Sema parts to a new fileEli Bendersky2014-09-031-0/+76
OpenPOWER on IntegriCloud