aboutsummaryrefslogtreecommitdiff
path: root/test/SemaOpenCL
AgeCommit message (Expand)Author
2013-04-05Add an error to check that all program scope variables are in the constant ad...Tanya Lattner
2013-04-04Revert 178811 until I fix the unit tests.Tanya Lattner
2013-04-04Add an error to check that all program scope variables are in the constant ad...Tanya Lattner
2013-03-14Add support for the 'endian' attribute for OpenCL.Joey Gouly
2013-03-11Add a test case for the 'vec_type_hint' attribute that was introduced inJoey Gouly
2013-02-21Add a 64-bit triple to these tests, to fix 32-bit bots.Joey Gouly
2013-02-21Add support to Sema and CodeGen for floating point vector types in OpenCL.Joey Gouly
2013-02-12Diagnose loads of 'half' l-values in OpenCL.John McCall
2013-02-07Enable overloading of OpenCL events - this is needed for the overloaded OpenC...Guy Benyei
2013-02-07Add OpenCL samplers as Clang builtin types and check sampler related restrict...Guy Benyei
2013-01-30Add OpenCL error that a kernel function must have void return type. Includes ...Tanya Lattner
2013-01-29Fix a crash in OpenCL code by using the proper (RHS) bit-width.Joey Gouly
2013-01-29Add a diagnostic for an OpenCL kernel with a pointer pointer argument.Joey Gouly
2013-01-24Fix a non-conformant OpenCL test case.Joey Gouly
2013-01-24Fix an OpenCL test case that was OpenCL conformant.Joey Gouly
2013-01-23Add a new LangOpt NativeHalfType. This option allows for native half/fp16Joey Gouly
2013-01-20Implement OpenCL event_t as Clang builtin type, including event_t related Ope...Guy Benyei
2013-01-17Add some semantic checks for OpenCL. Variadic macros, VLAs and bitfields are ...Joey Gouly
2012-10-19Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs
2012-07-26Disable the warning for missing prototypes for OpenCL kernels. Includes testc...Tanya Lattner
2012-06-19Extend the support for cl-std to include 1.2.Tanya Lattner
2012-01-03Support constant evaluation for OpenCL nested vector literals. Patch by Anto...Eli Friedman
2011-11-08TypePrinter: print OpenCL address space names. Patch by RichardPeter Collingbourne
2011-10-17The comparison of two vectors should return a signed result. hasIntegerRepres...Tanya Lattner
2011-09-22In OpenCL, conversions between different vector types are disallowedTobias Grosser
2011-09-21In the OpenCL mode, the AltiVec mode must be off and checks must be strictTobias Grosser
2011-09-19OpenCL: introduce support for function scope __local variablesPeter Collingbourne
2011-07-15This handles the missing cases of opencl vector literals.Tanya Lattner
2011-03-11OpenCL: if double precision floating point constant encounteredPeter Collingbourne
2011-03-11Add support for the OpenCL vec_step operator, by generalising andPeter Collingbourne
2011-02-15OpenCL: standardise naming of test casesPeter Collingbourne
2011-02-15OpenCL: semantic analysis support for cl_khr_fp64 extensionPeter Collingbourne