summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCUDA
Commit message (Expand)AuthorAgeFilesLines
* [CUDA] use -aux-triple to pass target triple of opposite side of compilationArtem Belevich2015-11-171-2/+2
* [CUDA] Allow parsing of host and device code simultaneously.Artem Belevich2015-09-221-19/+14
* [CUDA] Add appropriate host/device attribute to builtins.Artem Belevich2015-09-222-3/+42
* [CUDA] Allow function overloads in CUDA based on host/device attributes.Artem Belevich2015-09-221-0/+317
* [CUDA] Check register names on appropriate side of cuda compilation only.Artem Belevich2015-08-271-4/+28
* Revert r245496 "[CUDA] Add appropriate host/device attribute to builtins."Artem Belevich2015-08-202-38/+3
* [CUDA] Add appropriate host/device attribute to builtins.Artem Belevich2015-08-192-3/+38
* [CUDA] Added stubs for new attributes used by CUDA headers.Artem Belevich2015-08-101-0/+33
* [cuda] Preserve TLS storage class of host variable even if it's aArtem Belevich2015-04-281-0/+14
* [cuda] Ignore "TLS unsupported by target" errors for host variables during de...Artem Belevich2015-04-271-1/+17
* [cuda] Allow using integral non-type template parameters as launch_bounds att...Artem Belevich2015-04-211-6/+44
* [cuda] Added support for CUDA built-in variables.Artem Belevich2015-04-211-0/+57
* Revert r235398 "[cuda] Added support for CUDA built-in variables."Artem Belevich2015-04-211-57/+0
* [cuda] Added support for CUDA built-in variables.Artem Belevich2015-04-211-0/+57
* Create a frontend flag to disable CUDA cross-target call checksEli Bendersky2015-04-151-0/+26
* Ignore device-side asm constraint errors while compiling CUDA code for host a...Artem Belevich2015-03-192-0/+39
* CUDA: Add option to allow host device functions to call host functionsJacques Pienaar2015-02-242-38/+71
* Consider calls from implict host device functions as valid in SemaCUDA.Jacques Pienaar2014-12-162-4/+57
* Workaround attribute ordering issue with kernel only attributesMatt Arsenault2014-12-051-6/+6
* Add attributes for AMDGPU register limits.Matt Arsenault2014-12-041-0/+14
* CUDA host device code with two code pathsReid Kleckner2014-12-031-4/+31
* CUDA: mark the target of implicit intrinsics properlyEli Bendersky2014-09-301-0/+10
* CUDA: Fix incorrect target inference for implicit members.Eli Bendersky2014-09-293-0/+352
* Fix PR20886 - enforce CUDA target match in method callsEli Bendersky2014-09-251-0/+71
* Automate attribute argument count semantic checking when there are variadic o...Aaron Ballman2014-07-311-4/+1
* Move all CUDA testing inputs to Inputs/ subdirectory inside the tests.Eli Bendersky2014-04-285-17/+17
* Disallow driver use in more Sema testsAlp Toker2014-04-191-0/+4
* Updated the wording of two attribute-related diagnostics so that they print t...Aaron Ballman2014-01-021-2/+2
* Added a comment about the launch_bounds attribute's AST node being required. ...Aaron Ballman2013-12-192-0/+15
* CUDA: diagnose invalid calls across targetsPeter Collingbourne2011-10-022-1/+45
* CUDA: add separate diagnostics for too few/many exec config argsPeter Collingbourne2011-10-021-0/+2
* CUDA: diagnose unconfigured calls to global functionsPeter Collingbourne2011-10-021-0/+1
* Sema: diagnose kernel calls to non-global functionsPeter Collingbourne2011-02-231-0/+8
* Parse: add support for parsing CUDA kernel callsPeter Collingbourne2011-02-092-0/+27
* AST, Sema, Serialization: keep track of cudaConfigureCallPeter Collingbourne2011-02-091-0/+3
* Sema: diagnose kernel functions with non-void return typePeter Collingbourne2010-12-121-0/+3
* Basic, Sema: add support for CUDA location attributesPeter Collingbourne2010-12-012-0/+12
OpenPOWER on IntegriCloud