summaryrefslogtreecommitdiff
path: root/test/SemaOpenCL
Commit message (Expand)AuthorAgeFilesLines
* Fix a non-conformant OpenCL test case.Joey Gouly2013-01-241-1/+1
* Fix an OpenCL test case that was OpenCL conformant.Joey Gouly2013-01-241-0/+14
* Add a new LangOpt NativeHalfType. This option allows for native half/fp16Joey Gouly2013-01-231-0/+42
* Implement OpenCL event_t as Clang builtin type, including event_t related Ope...Guy Benyei2013-01-201-0/+17
* Add some semantic checks for OpenCL. Variadic macros, VLAs and bitfields are ...Joey Gouly2013-01-171-0/+9
* Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs2012-10-194-0/+4
* Disable the warning for missing prototypes for OpenCL kernels. Includes testc...Tanya Lattner2012-07-261-0/+6
* Extend the support for cl-std to include 1.2.Tanya Lattner2012-06-191-0/+12
* Support constant evaluation for OpenCL nested vector literals. Patch by Anto...Eli Friedman2012-01-031-0/+26
* TypePrinter: print OpenCL address space names. Patch by RichardPeter Collingbourne2011-11-082-6/+13
* The comparison of two vectors should return a signed result. hasIntegerRepres...Tanya Lattner2011-10-171-0/+11
* In OpenCL, conversions between different vector types are disallowedTobias Grosser2011-09-221-0/+14
* In the OpenCL mode, the AltiVec mode must be off and checks must be strictTobias Grosser2011-09-211-1/+1
* OpenCL: introduce support for function scope __local variablesPeter Collingbourne2011-09-191-0/+6
* This handles the missing cases of opencl vector literals.Tanya Lattner2011-07-151-0/+13
* OpenCL: if double precision floating point constant encounteredPeter Collingbourne2011-03-111-3/+5
* Add support for the OpenCL vec_step operator, by generalising andPeter Collingbourne2011-03-111-0/+32
* OpenCL: standardise naming of test casesPeter Collingbourne2011-02-152-0/+20
* OpenCL: semantic analysis support for cl_khr_fp64 extensionPeter Collingbourne2011-02-151-0/+17