summaryrefslogtreecommitdiffstats
path: root/test/SemaOpenCL
Commit message (Expand)AuthorAgeFilesLines
* Merging r353431:Hans Wennborg2019-02-122-59/+64
* Merging r352539:Hans Wennborg2019-01-292-6/+7
* OpenCL: Improve vector printf warningsMatt Arsenault2018-12-012-10/+94
* OpenCL: Don't warn on v printf modifierMatt Arsenault2018-11-131-0/+34
* [OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extensionAndrew Savonichev2018-11-082-0/+114
* Revert r346326 [OpenCL] Add support of cl_intel_device_side_avc_motion_estima...Andrew Savonichev2018-11-072-114/+0
* [OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extensionAndrew Savonichev2018-11-072-0/+114
* [OpenCL] Fix diagnostic message about overload candidatesAndrew Savonichev2018-11-071-1/+1
* Allow clk_event_t comparisonsSven van Haastregt2018-11-012-3/+25
* [OpenCL] Fix serialization of OpenCLExtensionDeclsAndrew Savonichev2018-10-292-35/+51
* [OpenCL] Remove unwanted signedness conversion from testsMarco Antognini2018-10-191-4/+4
* AMDGPU: add __builtin_amdgcn_update_dppYaxun Liu2018-10-171-0/+9
* [Sema][OpenCL] Improve diagnostics for not viable overloadable function candi...Andrew Savonichev2018-10-111-1/+1
* [OpenCL] Fixed address space cast in C style cast of C++ parsingAnastasia Stulova2018-10-102-98/+255
* OpenCL: Mark printf format string argumentMatt Arsenault2018-10-031-0/+13
* Revert r326937 "[OpenCL] Remove block invoke function from emitted block lite...Sven van Haastregt2018-10-021-1/+1
* [OpenCL] Improve extension-version.cl and to_addr_builtin.cl testsSven van Haastregt2018-09-272-0/+88
* [OpenCL] Allow zero assignment and comparisons between queue_t type variablesSven van Haastregt2018-09-251-4/+22
* Revert "We allow implicit function declarations as an extension in all C dial...Anastasia Stulova2018-09-242-2/+2
* [OpenCL] Diagnose redundant address space conversionSven van Haastregt2018-09-201-1/+3
* [OpenCL] Allow blocks to capture arrays in OpenCLAndrew Savonichev2018-09-171-0/+16
* Merge two attribute diagnostics into oneAndrew Savonichev2018-09-171-2/+2
* [OpenCL] Relax diagnostics on OpenCL access qualifiersAndrew Savonichev2018-09-061-1/+31
* [OpenCL] Disallow negative attribute argumentsAndrew Savonichev2018-09-061-0/+7
* [OpenCL] Traverse vector types for ocl extensions supportAlexey Sotkin2018-09-031-0/+7
* [OpenCL] Add test for constant sampler argumentSven van Haastregt2018-08-141-0/+2
* AMDGPU: Add another missing builtinMatt Arsenault2018-08-091-1/+2
* AMDGPU: Add builtin for s_dcache_wbMatt Arsenault2018-08-071-0/+8
* AMDGPU: Add builtin for s_dcache_inv_volMatt Arsenault2018-08-071-0/+7
* Append new attributes to the end of an AttributeList.Michael Kruse2018-08-031-2/+2
* __c11_atomic_load's _Atomic can be constJF Bastien2018-08-021-2/+3
* Try to make builtin address space declarations not uselessMatt Arsenault2018-08-021-0/+31
* [OpenCL] Forbid size dependent types used as kernel argumentsAlexey Sotkin2018-07-311-1/+29
* [OpenCL] Check for invalid kernel arguments in array typesAlexey Sotkin2018-07-311-0/+13
* [Sema] Mark implicitly-inserted ICE's as being part of explicit cast (PR38166)Roman Lebedev2018-07-241-0/+13
* DR1687: When overload resolution selects a built-in operator, implicitRichard Smith2018-06-271-1/+1
* Revert "Append new attributes to the end of an AttributeList."Michael Kruse2018-06-251-2/+2
* [OpenCL] Fixed parsing of address spaces for C++.Anastasia Stulova2018-06-221-0/+4
* [Sema] Allow creating types with multiple of the same addrspace.Alexey Bader2018-06-201-0/+2
* Append new attributes to the end of an AttributeList.Michael Kruse2018-06-191-2/+2
* [CUDA][HIP] Allow CUDA __global__ functions to have amdgpu kernel attributesYaxun Liu2018-06-121-4/+4
* [AMDGPU] fixes for lds f32 builtinsDaniil Fukalov2018-05-211-0/+17
* [OpenCL] Add constant address space to __func__ in AST.Anastasia Stulova2018-05-091-0/+8
* [OpenCL] Restrict various keywords in OpenCL C++ modeSven van Haastregt2018-05-091-5/+5
* [OpenCL] Add "cles_khr_int64" extension.Alexey Bader2018-01-261-0/+9
* [OpenCL] Add extensions cl_intel_subgroups and cl_intel_subgroups_shortAlexey Sotkin2017-11-271-0/+18
* [OpenCL] Fix code generation of function-scope constant samplers.Alexey Bader2017-11-151-26/+1
* [OpenCL] Restrict swizzle length check to OpenCL modeBruno Cardoso Lopes2017-10-171-1/+1
* [OpenCL] Add LangAS::opencl_private to represent private address space in ASTYaxun Liu2017-10-135-22/+77
* [OpenCL] Allow function declaration with empty argument list.Alexey Bader2017-10-112-2/+5