aboutsummaryrefslogtreecommitdiff
path: root/clang/test/SemaOpenCL
AgeCommit message (Expand)AuthorFilesLines
2013-11-14[OpenCL] Make sure we put string literals in the constant address space.Joey Gouly1-0/+13
2013-11-05Do not allow functions or kernels called 'main' in OpenCL.Joey Gouly1-0/+8
2013-09-09Removing the endian attribute and updating associated test cases. This funct...Aaron Ballman1-7/+1
2013-09-06OpenCL allows the (pre/post)-(increment/decrement) operator on integer vector...David Tweed1-0/+19
2013-08-31Consolidating the notion of a GNU attribute parameter with the attribute argu...Aaron Ballman1-1/+1
2013-07-23Added the attribute name to the err_attribute_wrong_number_arguments diagnost...Aaron Ballman1-2/+2
2013-07-23Error on more illegal kernel argument types for OpenCLMatt Arsenault3-2/+135
2013-04-05Add an error to check that all program scope variables are in the constant ad...Tanya Lattner2-1/+3
2013-04-04Revert 178811 until I fix the unit tests.Tanya Lattner2-3/+1
2013-04-04Add an error to check that all program scope variables are in the constant ad...Tanya Lattner2-1/+3
2013-03-14Add support for the 'endian' attribute for OpenCL.Joey Gouly1-0/+9
2013-03-11Add a test case for the 'vec_type_hint' attribute that was introduced inJoey Gouly1-0/+16
2013-02-21Add a 64-bit triple to these tests, to fix 32-bit bots.Joey Gouly2-2/+2
2013-02-21Add support to Sema and CodeGen for floating point vector types in OpenCL.Joey Gouly2-0/+114
2013-02-12Diagnose loads of 'half' l-values in OpenCL.John McCall1-15/+13
2013-02-07Enable overloading of OpenCL events - this is needed for the overloaded OpenC...Guy Benyei1-0/+11
2013-02-07Add OpenCL samplers as Clang builtin types and check sampler related restrict...Guy Benyei2-0/+25
2013-01-30Add OpenCL error that a kernel function must have void return type. Includes ...Tanya Lattner1-0/+4
2013-01-29Fix a crash in OpenCL code by using the proper (RHS) bit-width.Joey Gouly1-4/+7
2013-01-29Add a diagnostic for an OpenCL kernel with a pointer pointer argument.Joey Gouly1-0/+3
2013-01-24Fix a non-conformant OpenCL test case.Joey Gouly1-1/+1
2013-01-24Fix an OpenCL test case that was OpenCL conformant.Joey Gouly1-0/+14
2013-01-23Add a new LangOpt NativeHalfType. This option allows for native half/fp16Joey Gouly1-0/+42
2013-01-20Implement OpenCL event_t as Clang builtin type, including event_t related Ope...Guy Benyei1-0/+17
2013-01-17Add some semantic checks for OpenCL. Variadic macros, VLAs and bitfields are ...Joey Gouly1-0/+9
2012-10-19Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs4-0/+4
2012-07-26Disable the warning for missing prototypes for OpenCL kernels. Includes testc...Tanya Lattner1-0/+6
2012-06-19Extend the support for cl-std to include 1.2.Tanya Lattner1-0/+12
2012-01-03Support constant evaluation for OpenCL nested vector literals. Patch by Anto...Eli Friedman1-0/+26
2011-11-08TypePrinter: print OpenCL address space names. Patch by RichardPeter Collingbourne2-6/+13
2011-10-17The comparison of two vectors should return a signed result. hasIntegerRepres...Tanya Lattner1-0/+11
2011-09-22In OpenCL, conversions between different vector types are disallowedTobias Grosser1-0/+14
2011-09-21In the OpenCL mode, the AltiVec mode must be off and checks must be strictTobias Grosser1-1/+1
2011-09-19OpenCL: introduce support for function scope __local variablesPeter Collingbourne1-0/+6
2011-07-15This handles the missing cases of opencl vector literals.Tanya Lattner1-0/+13
2011-03-11OpenCL: if double precision floating point constant encounteredPeter Collingbourne1-3/+5
2011-03-11Add support for the OpenCL vec_step operator, by generalising andPeter Collingbourne1-0/+32
2011-02-15OpenCL: standardise naming of test casesPeter Collingbourne2-0/+20
2011-02-15OpenCL: semantic analysis support for cl_khr_fp64 extensionPeter Collingbourne1-0/+17