summaryrefslogtreecommitdiff
path: root/test/SemaCUDA
AgeCommit message (Expand)Author
2017-11-28[CUDA] Report "unsupported VLA" errors only on device side.Artem Belevich
2017-11-26Determine the attribute subject for diagnostics based on declarative informat...Aaron Ballman
2017-09-07[CUDA] When compilation fails, print the compilation mode.Justin Lebar
2017-08-12PR34163: Don't cache an incorrect key function for a class if queried betweenRichard Smith
2017-01-05[CUDA] Let NVPTX inherit the host's calling conventions.Justin Lebar
2017-01-05[CUDA] Add __declspec spellings for CUDA attributes.Justin Lebar
2016-12-08[CUDA] Ignore implicit target attributes during function template instantiation.Artem Belevich
2016-12-07[CUDA] Improve target attribute checking for function templates.Artem Belevich
2016-11-08[CUDA] Use only the GVALinkage on function definitions.Justin Lebar
2016-10-28[CUDA] [AST] Allow isInlineDefinitionExternallyVisible to be called on functi...Justin Lebar
2016-10-21[CUDA] Simplify some repeated diagnostic expectations in CUDA tests.Justin Lebar
2016-10-21Declare H and H new/delete.Artem Belevich
2016-10-19[CUDA] When we emit an error that might have been deferred, also print a call...Justin Lebar
2016-10-19[CUDA] Emit errors for wrong-side calls made on the same line as non-wrong-si...Justin Lebar
2016-10-19[CUDA] Rework tests now that we emit deferred diagnostics during sema. Test-...Justin Lebar
2016-10-17[CUDA] Fix false-positive in known-emitted handling.Justin Lebar
2016-10-13[CUDA] Emit deferred diagnostics during Sema rather than during codegen.Justin Lebar
2016-10-13[CUDA] Allow static variables in __host__ __device__ functions, so long as th...Justin Lebar
2016-10-13[CUDA] Disallow __shared__ variables in host functions.Justin Lebar
2016-10-13[CUDA] Add Sema::CUDADiagBuilder and Sema::CUDADiagIf{Device,Host}Code().Justin Lebar
2016-10-12Added REQUIRED triples to the test that fails on some ARM buildbots.Artem Belevich
2016-10-12[CUDA] Make touching a kernel from a __host__ __device__ function a deferred ...Justin Lebar
2016-10-11Aligned allocation versus CUDA: make deallocation function preference orderRichard Smith
2016-10-08[CUDA] Rename cuda_builtin_vars.h to __clang_cuda_builtin_vars.h.Justin Lebar
2016-10-08[CUDA] Do a better job at detecting wrong-side calls.Justin Lebar
2016-10-03[CUDA] Disallow overloading destructors.Justin Lebar
2016-10-02[CUDA] Allow extern __shared__ on empty-length arrays.Justin Lebar
2016-09-30[CUDA] Disallow __constant__ local variables.Justin Lebar
2016-09-30[CUDA] Disallow 'extern __shared__' variables.Justin Lebar
2016-09-30[CUDA] Fix implicit-device-lambda.cu after r282911.Justin Lebar
2016-09-30[CUDA] Make lambdas inherit __host__ and __device__ attributes from the scope...Justin Lebar
2016-09-28[CUDA] Disallow variable-length arrays in CUDA device code.Justin Lebar
2016-09-28[CUDA] Disallow exceptions in device code.Justin Lebar
2016-09-26[AMDGPU] Expose flat work group size, register and wave control attributesKonstantin Zhuravlyov
2016-09-14[CUDA] Add test checking our ability to take a function pointer to a __global...Justin Lebar
2016-09-13[CUDA] Do not merge CUDA target attributes.Artem Belevich
2016-08-16[CUDA] Fix "declared here" note on deferred wrong-side errors.Justin Lebar
2016-08-15[CUDA] Raise an error if a wrong-side call is codegen'ed.Justin Lebar
2016-08-10[CUDA] Reject calls to __device__ functions from host variable global initial...Justin Lebar
2016-08-10[CUDA] Print a "previous-decl" note when calling an illegal member fn.Justin Lebar
2016-07-12[CUDA] Add additional testcases for EraseUnwantedCUDAMatches.Justin Lebar
2016-07-12[CUDA] Don't assume that destructors can't be overloaded.Justin Lebar
2016-07-07NVPTX: Use the nvvm builtins to read SRegs rather than the legacy ptx onesJustin Bogner
2016-06-06[CUDA] Add implicit conversion of __launch_bounds__ arguments to rvalue.Artem Belevich
2016-05-20Avoid depending on test inputes that aren't in InputsReid Kleckner
2016-05-19[CUDA] Do not allow non-empty destructors for global device-side variables.Artem Belevich
2016-05-19[CUDA] Split device-var-init.cu tests into separate Sema and CodeGen parts.Artem Belevich
2016-05-13Add support for derived class special members hiding functions brought in fromRichard Smith
2016-03-30[CUDA] Make unattributed constexpr functions implicitly host+device.Justin Lebar
2016-03-29[CUDA] Remove three obsolete CUDA cc1 flags.Justin Lebar