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
/
test
/
SemaCUDA
Commit message (
Expand
)
Author
Age
Files
Lines
*
[CUDA] use -aux-triple to pass target triple of opposite side of compilation
Artem Belevich
2015-11-17
1
-2
/
+2
*
[CUDA] Allow parsing of host and device code simultaneously.
Artem Belevich
2015-09-22
1
-19
/
+14
*
[CUDA] Add appropriate host/device attribute to builtins.
Artem Belevich
2015-09-22
2
-3
/
+42
*
[CUDA] Allow function overloads in CUDA based on host/device attributes.
Artem Belevich
2015-09-22
1
-0
/
+317
*
[CUDA] Check register names on appropriate side of cuda compilation only.
Artem Belevich
2015-08-27
1
-4
/
+28
*
Revert r245496 "[CUDA] Add appropriate host/device attribute to builtins."
Artem Belevich
2015-08-20
2
-38
/
+3
*
[CUDA] Add appropriate host/device attribute to builtins.
Artem Belevich
2015-08-19
2
-3
/
+38
*
[CUDA] Added stubs for new attributes used by CUDA headers.
Artem Belevich
2015-08-10
1
-0
/
+33
*
[cuda] Preserve TLS storage class of host variable even if it's a
Artem Belevich
2015-04-28
1
-0
/
+14
*
[cuda] Ignore "TLS unsupported by target" errors for host variables during de...
Artem Belevich
2015-04-27
1
-1
/
+17
*
[cuda] Allow using integral non-type template parameters as launch_bounds att...
Artem Belevich
2015-04-21
1
-6
/
+44
*
[cuda] Added support for CUDA built-in variables.
Artem Belevich
2015-04-21
1
-0
/
+57
*
Revert r235398 "[cuda] Added support for CUDA built-in variables."
Artem Belevich
2015-04-21
1
-57
/
+0
*
[cuda] Added support for CUDA built-in variables.
Artem Belevich
2015-04-21
1
-0
/
+57
*
Create a frontend flag to disable CUDA cross-target call checks
Eli Bendersky
2015-04-15
1
-0
/
+26
*
Ignore device-side asm constraint errors while compiling CUDA code for host a...
Artem Belevich
2015-03-19
2
-0
/
+39
*
CUDA: Add option to allow host device functions to call host functions
Jacques Pienaar
2015-02-24
2
-38
/
+71
*
Consider calls from implict host device functions as valid in SemaCUDA.
Jacques Pienaar
2014-12-16
2
-4
/
+57
*
Workaround attribute ordering issue with kernel only attributes
Matt Arsenault
2014-12-05
1
-6
/
+6
*
Add attributes for AMDGPU register limits.
Matt Arsenault
2014-12-04
1
-0
/
+14
*
CUDA host device code with two code paths
Reid Kleckner
2014-12-03
1
-4
/
+31
*
CUDA: mark the target of implicit intrinsics properly
Eli Bendersky
2014-09-30
1
-0
/
+10
*
CUDA: Fix incorrect target inference for implicit members.
Eli Bendersky
2014-09-29
3
-0
/
+352
*
Fix PR20886 - enforce CUDA target match in method calls
Eli Bendersky
2014-09-25
1
-0
/
+71
*
Automate attribute argument count semantic checking when there are variadic o...
Aaron Ballman
2014-07-31
1
-4
/
+1
*
Move all CUDA testing inputs to Inputs/ subdirectory inside the tests.
Eli Bendersky
2014-04-28
5
-17
/
+17
*
Disallow driver use in more Sema tests
Alp Toker
2014-04-19
1
-0
/
+4
*
Updated the wording of two attribute-related diagnostics so that they print t...
Aaron Ballman
2014-01-02
1
-2
/
+2
*
Added a comment about the launch_bounds attribute's AST node being required. ...
Aaron Ballman
2013-12-19
2
-0
/
+15
*
CUDA: diagnose invalid calls across targets
Peter Collingbourne
2011-10-02
2
-1
/
+45
*
CUDA: add separate diagnostics for too few/many exec config args
Peter Collingbourne
2011-10-02
1
-0
/
+2
*
CUDA: diagnose unconfigured calls to global functions
Peter Collingbourne
2011-10-02
1
-0
/
+1
*
Sema: diagnose kernel calls to non-global functions
Peter Collingbourne
2011-02-23
1
-0
/
+8
*
Parse: add support for parsing CUDA kernel calls
Peter Collingbourne
2011-02-09
2
-0
/
+27
*
AST, Sema, Serialization: keep track of cudaConfigureCall
Peter Collingbourne
2011-02-09
1
-0
/
+3
*
Sema: diagnose kernel functions with non-void return type
Peter Collingbourne
2010-12-12
1
-0
/
+3
*
Basic, Sema: add support for CUDA location attributes
Peter Collingbourne
2010-12-01
2
-0
/
+12