index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Sema
/
SemaCUDA.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[CUDA] Use the multi-element remove function in EraseUnwantedCUDAMatches.
Justin Lebar
2016-07-12
1
-2
/
+4
*
[CUDA] Do not allow non-empty destructors for global device-side variables.
Artem Belevich
2016-05-19
1
-1
/
+49
*
[CUDA] Make unattributed constexpr functions implicitly host+device.
Justin Lebar
2016-03-30
1
-1
/
+50
*
[CUDA] Fix order of overloading preferences in comment.
Justin Lebar
2016-03-29
1
-1
/
+1
*
[CUDA] Remove three obsolete CUDA cc1 flags.
Justin Lebar
2016-03-29
1
-74
/
+5
*
[sema] [CUDA] Use std algorithms in EraseUnwantedCUDAMatchesImpl.
Justin Lebar
2016-03-22
1
-17
/
+14
*
[CUDA] Tweak attribute-based overload resolution to match nvcc behavior.
Artem Belevich
2016-02-12
1
-40
/
+39
*
[CUDA] Do not allow dynamic initialization of global device side variables.
Artem Belevich
2016-02-02
1
-0
/
+35
*
[CUDA] Only allow __global__ on free functions and static member functions.
Justin Lebar
2016-01-20
1
-6
/
+3
*
[CUDA] Allow function overloads in CUDA based on host/device attributes.
Artem Belevich
2015-09-22
1
-0
/
+144
*
Create a frontend flag to disable CUDA cross-target call checks
Eli Bendersky
2015-04-15
1
-0
/
+5
*
CUDA: Add option to allow host device functions to call host functions
Jacques Pienaar
2015-02-24
1
-2
/
+14
*
Consider calls from implict host device functions as valid in SemaCUDA.
Jacques Pienaar
2014-12-16
1
-6
/
+6
*
CUDA host device code with two code paths
Reid Kleckner
2014-12-03
1
-5
/
+14
*
CUDA: mark the target of implicit intrinsics properly
Eli Bendersky
2014-09-30
1
-0
/
+6
*
CUDA: Fix incorrect target inference for implicit members.
Eli Bendersky
2014-09-29
1
-4
/
+176
*
Split off CUDA-specific Sema parts to a new file
Eli Bendersky
2014-09-03
1
-0
/
+76
[prev]