]> granicus.if.org Git - clang/history - test/SemaCUDA
clang/test/CodeGenObjC/ivar-type-encoding.m: Tweak to satisfy -m32.
[clang] / test / SemaCUDA /
2017-01-05 Justin Lebar[CUDA] Let NVPTX inherit the host's calling conventions.
2017-01-05 Justin Lebar[CUDA] Add __declspec spellings for CUDA attributes.
2016-12-08 Artem Belevich[CUDA] Ignore implicit target attributes during functio...
2016-12-07 Artem Belevich[CUDA] Improve target attribute checking for function...
2016-11-08 Justin Lebar[CUDA] Use only the GVALinkage on function definitions.
2016-10-28 Justin Lebar[CUDA] [AST] Allow isInlineDefinitionExternallyVisible...
2016-10-21 Justin Lebar[CUDA] Simplify some repeated diagnostic expectations...
2016-10-21 Artem BelevichDeclare H and H new/delete.
2016-10-19 Justin Lebar[CUDA] When we emit an error that might have been defer...
2016-10-19 Justin Lebar[CUDA] Emit errors for wrong-side calls made on the...
2016-10-19 Justin Lebar[CUDA] Rework tests now that we emit deferred diagnosti...
2016-10-17 Justin Lebar[CUDA] Fix false-positive in known-emitted handling.
2016-10-13 Justin Lebar[CUDA] Emit deferred diagnostics during Sema rather...
2016-10-13 Justin Lebar[CUDA] Allow static variables in __host__ __device__...
2016-10-13 Justin Lebar[CUDA] Disallow __shared__ variables in host functions.
2016-10-13 Justin Lebar[CUDA] Add Sema::CUDADiagBuilder and Sema::CUDADiagIf...
2016-10-12 Artem BelevichAdded REQUIRED triples to the test that fails on some...
2016-10-12 Justin Lebar[CUDA] Make touching a kernel from a __host__ __device_...
2016-10-11 Richard SmithAligned allocation versus CUDA: make deallocation funct...
2016-10-08 Justin Lebar[CUDA] Rename cuda_builtin_vars.h to __clang_cuda_built...
2016-10-08 Justin Lebar[CUDA] Do a better job at detecting wrong-side calls.
2016-10-03 Justin Lebar[CUDA] Disallow overloading destructors.
2016-10-02 Justin Lebar[CUDA] Allow extern __shared__ on empty-length arrays.
2016-09-30 Justin Lebar[CUDA] Disallow __constant__ local variables.
2016-09-30 Justin Lebar[CUDA] Disallow 'extern __shared__' variables.
2016-09-30 Justin Lebar[CUDA] Fix implicit-device-lambda.cu after r282911.
2016-09-30 Justin Lebar[CUDA] Make lambdas inherit __host__ and __device__...
2016-09-28 Justin Lebar[CUDA] Disallow variable-length arrays in CUDA device...
2016-09-28 Justin Lebar[CUDA] Disallow exceptions in device code.
2016-09-26 Konstantin Zhuravlyov[AMDGPU] Expose flat work group size, register and...
2016-09-14 Justin Lebar[CUDA] Add test checking our ability to take a function...
2016-09-13 Artem Belevich[CUDA] Do not merge CUDA target attributes.
2016-08-16 Justin Lebar[CUDA] Fix "declared here" note on deferred wrong-side...
2016-08-15 Justin Lebar[CUDA] Raise an error if a wrong-side call is codegen'ed.
2016-08-10 Justin Lebar[CUDA] Reject calls to __device__ functions from host...
2016-08-10 Justin Lebar[CUDA] Print a "previous-decl" note when calling an...
2016-07-12 Justin Lebar[CUDA] Add additional testcases for EraseUnwantedCUDAMa...
2016-07-12 Justin Lebar[CUDA] Don't assume that destructors can't be overloaded.
2016-07-07 Justin BognerNVPTX: Use the nvvm builtins to read SRegs rather than...
2016-06-06 Artem Belevich[CUDA] Add implicit conversion of __launch_bounds__...
2016-05-20 Reid KlecknerAvoid depending on test inputes that aren't in Inputs
2016-05-19 Artem Belevich[CUDA] Do not allow non-empty destructors for global...
2016-05-19 Artem Belevich[CUDA] Split device-var-init.cu tests into separate...
2016-05-13 Richard SmithAdd support for derived class special members hiding...
2016-03-30 Justin Lebar[CUDA] Make unattributed constexpr functions implicitly...
2016-03-29 Justin Lebar[CUDA] Remove three obsolete CUDA cc1 flags.
2016-03-23 Justin Lebar[CUDA] Merge most of CodeGenCUDA/function-overload...
2016-03-23 Justin Lebar[CUDA] Simplify SemaCUDA/function-overload.cu test.
2016-03-22 Justin Lebar[CUDA] Don't allow templated variadic functions.
2016-02-24 Artem Belevich[CUDA] do not allow attribute-based overloading for...
2016-02-24 Justin Lebar[CUDA] Don't specify exact line numbers in cuda-builtin...
2016-02-12 Artem Belevich[CUDA] Tweak attribute-based overload resolution to...
2016-01-26 Justin Lebar[CUDA] Add -fcuda-allow-variadic-functions.
2016-01-23 Justin Lebar[CUDA] Disallow variadic functions other than printf...
2016-01-23 Justin Lebar[CUDA] Reject the alias attribute in CUDA device code.
2016-01-20 Justin Lebar[CUDA] Bail, rather than crash, on va_arg in device...
2016-01-20 Justin Lebar[CUDA] Only allow __global__ on free functions and...
2016-01-14 Justin Lebar[CUDA] Warn undeclared identifiers in CUDA kernel calls
2016-01-13 Justin Lebar[CUDA] Report an error if code tries to mix incompatibl...
2015-11-18 Akira HatanakaProduce a better diagnostic for global register variables.
2015-11-17 Artem Belevich[CUDA] use -aux-triple to pass target triple of opposit...
2015-09-22 Artem Belevich[CUDA] Allow parsing of host and device code simultaneo...
2015-09-22 Artem Belevich[CUDA] Add appropriate host/device attribute to builtins.
2015-09-22 Artem Belevich[CUDA] Allow function overloads in CUDA based on host...
2015-08-27 Artem Belevich[CUDA] Check register names on appropriate side of...
2015-08-20 Artem BelevichRevert r245496 "[CUDA] Add appropriate host/device...
2015-08-19 Artem Belevich[CUDA] Add appropriate host/device attribute to builtins.
2015-08-10 Artem Belevich[CUDA] Added stubs for new attributes used by CUDA...
2015-04-28 Artem Belevich[cuda] Preserve TLS storage class of host variable...
2015-04-27 Artem Belevich[cuda] Ignore "TLS unsupported by target" errors for...
2015-04-21 Artem Belevich[cuda] Allow using integral non-type template parameter...
2015-04-21 Artem Belevich[cuda] Added support for CUDA built-in variables.
2015-04-21 Artem BelevichRevert r235398 "[cuda] Added support for CUDA built...
2015-04-21 Artem Belevich[cuda] Added support for CUDA built-in variables.
2015-04-15 Eli BenderskyCreate a frontend flag to disable CUDA cross-target...
2015-03-19 Artem BelevichIgnore device-side asm constraint errors while compilin...
2015-02-24 Jacques PienaarCUDA: Add option to allow host device functions to...
2014-12-16 Jacques PienaarConsider calls from implict host device functions as...
2014-12-05 Matt ArsenaultWorkaround attribute ordering issue with kernel only...
2014-12-04 Matt ArsenaultAdd attributes for AMDGPU register limits.
2014-12-03 Reid KlecknerCUDA host device code with two code paths
2014-09-30 Eli BenderskyCUDA: mark the target of implicit intrinsics properly
2014-09-29 Eli BenderskyCUDA: Fix incorrect target inference for implicit members.
2014-09-25 Eli BenderskyFix PR20886 - enforce CUDA target match in method calls
2014-07-31 Aaron BallmanAutomate attribute argument count semantic checking...
2014-04-28 Eli BenderskyMove all CUDA testing inputs to Inputs/ subdirectory...
2014-04-19 Alp TokerDisallow driver use in more Sema tests
2014-01-02 Aaron BallmanUpdated the wording of two attribute-related diagnostic...
2013-12-19 Aaron BallmanAdded a comment about the launch_bounds attribute's...
2011-10-02 Peter CollingbourneCUDA: diagnose invalid calls across targets
2011-10-02 Peter CollingbourneCUDA: add separate diagnostics for too few/many exec...
2011-10-02 Peter CollingbourneCUDA: diagnose unconfigured calls to global functions
2011-02-23 Peter CollingbourneSema: diagnose kernel calls to non-global functions
2011-02-09 Peter CollingbourneParse: add support for parsing CUDA kernel calls
2011-02-09 Peter CollingbourneAST, Sema, Serialization: keep track of cudaConfigureCall
2010-12-12 Peter CollingbourneSema: diagnose kernel functions with non-void return...
2010-12-01 Peter CollingbourneBasic, Sema: add support for CUDA location attributes