summaryrefslogtreecommitdiff
path: root/test/SemaCUDA
Commit message (Expand)AuthorAgeFilesLines
* Renamed and changed the wording of warn_cconv_ignoredSunil Srivastava2019-07-171-1/+1
* [HIP] Support attribute hip_pinned_shadowYaxun Liu2019-06-261-0/+25
* Permit redeclarations of a builtin to specify calling convention.Erich Keane2019-03-211-1/+1
* [CUDA][HIP][Sema] Fix template kernel with function as template parameterYaxun Liu2019-03-052-3/+8
* [CUDA][HIP] Check calling convention based on function targetYaxun Liu2019-02-261-0/+4
* [OPENMP][CUDA]Do not emit warnings for variables in late-reported asmAlexey Bataev2019-02-261-5/+5
* [AMDGPU] Allow using integral non-type template parametersMichael Liao2019-02-261-1/+117
* [OPENMP] Delayed diagnostics for VLA support.Alexey Bataev2019-02-221-2/+9
* Revert "[OPENMP] Delayed diagnostics for VLA support."Alexey Bataev2019-02-221-9/+2
* [OPENMP] Delayed diagnostics for VLA support.Alexey Bataev2019-02-221-2/+9
* [CUDA]Delayed diagnostics for the asm instructions.Alexey Bataev2019-02-221-0/+118
* Revert "[CUDA]Delayed diagnostics for the asm instructions."Alexey Bataev2019-02-211-118/+0
* [CUDA]Delayed diagnostics for the asm instructions.Alexey Bataev2019-02-211-0/+118
* [CUDA] add support for the new kernel launch API in CUDA-9.2+.Artem Belevich2019-01-312-5/+17
* [HIP] Fix size_t for MSVC environmentYaxun Liu2019-01-301-0/+7
* [CUDA][HIP] Do not diagnose use of _Float16Yaxun Liu2019-01-291-0/+7
* [CUDA][HIP] Fix ShouldDeleteSpecialMember for inherited constructorsYaxun Liu2018-10-092-0/+294
* [HIP] Support early finalization of device code for -fno-gpu-rdcYaxun Liu2018-10-021-2/+2
* [cxx2a] P0641R2: (Some) type mismatches on defaulted functions onlyRichard Smith2018-09-281-1/+1
* [CUDA] Ignore uncallable functions when we check for usual deallocators.Artem Belevich2018-09-212-3/+98
* Revert the tests that should've been reverted in rL341115Artem Belevich2018-08-301-2/+2
* [CUDA/OpenMP] Define only some host macros during device compilationJonas Hahnfeld2018-08-251-2/+2
* [CUDA][HIP] Allow function-scope static const variableYaxun Liu2018-07-281-4/+9
* [CUDA][HIP] Allow CUDA __global__ functions to have amdgpu kernel attributesYaxun Liu2018-06-121-46/+16
* [CUDA] Check initializers of instantiated template variables.Artem Belevich2018-06-061-0/+17
* [CUDA] Allow "extern __shared__ Foo foo[]" within anon. namespaces.Justin Lebar2018-05-171-6/+21
* Fix typos in clangAlexander Kornienko2018-04-061-1/+1
* Revert "[CUDA] Check initializers of instantiated template variables."Artem Belevich2018-04-041-17/+0
* [CUDA] Check initializers of instantiated template variables.Artem Belevich2018-04-031-0/+17
* Fix some handling of AST nodes with diagnostics.Richard Trieu2018-03-282-4/+4
* [CUDA] Fixed false error reporting in case of calling H->G->HD->D.Artem Belevich2018-03-231-0/+7
* [CUDA] Allow external variables in separate compilationJonas Hahnfeld2018-02-141-0/+5
* [CUDA] Report "unsupported VLA" errors only on device side.Artem Belevich2017-11-283-4/+4
* Determine the attribute subject for diagnostics based on declarative informat...Aaron Ballman2017-11-261-1/+1
* [CUDA] When compilation fails, print the compilation mode.Justin Lebar2017-09-071-0/+7
* PR34163: Don't cache an incorrect key function for a class if queried betweenRichard Smith2017-08-122-6/+6
* [CUDA] Let NVPTX inherit the host's calling conventions.Justin Lebar2017-01-051-0/+30
* [CUDA] Add __declspec spellings for CUDA attributes.Justin Lebar2017-01-051-0/+34
* [CUDA] Ignore implicit target attributes during function template instantiation.Artem Belevich2016-12-081-5/+36
* [CUDA] Improve target attribute checking for function templates.Artem Belevich2016-12-073-55/+114
* [CUDA] Use only the GVALinkage on function definitions.Justin Lebar2016-11-081-0/+52
* [CUDA] [AST] Allow isInlineDefinitionExternallyVisible to be called on functi...Justin Lebar2016-10-281-0/+10
* [CUDA] Simplify some repeated diagnostic expectations in CUDA tests.Justin Lebar2016-10-214-22/+7
* Declare H and H new/delete.Artem Belevich2016-10-211-1/+45
* [CUDA] When we emit an error that might have been deferred, also print a call...Justin Lebar2016-10-197-4/+51
* [CUDA] Emit errors for wrong-side calls made on the same line as non-wrong-si...Justin Lebar2016-10-191-0/+39
* [CUDA] Rework tests now that we emit deferred diagnostics during sema. Test-...Justin Lebar2016-10-1910-137/+86
* [CUDA] Fix false-positive in known-emitted handling.Justin Lebar2016-10-171-0/+44
* [CUDA] Emit deferred diagnostics during Sema rather than during codegen.Justin Lebar2016-10-134-10/+48
* [CUDA] Allow static variables in __host__ __device__ functions, so long as th...Justin Lebar2016-10-132-3/+23