summaryrefslogtreecommitdiff
path: root/clang/test/SemaOpenCL
AgeCommit message (Expand)Author
2018-12-01OpenCL: Improve vector printf warningsMatt Arsenault
2018-11-13OpenCL: Don't warn on v printf modifierMatt Arsenault
2018-11-08[OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extensionAndrew Savonichev
2018-11-07Revert r346326 [OpenCL] Add support of cl_intel_device_side_avc_motion_estima...Andrew Savonichev
2018-11-07[OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extensionAndrew Savonichev
2018-11-07[OpenCL] Fix diagnostic message about overload candidatesAndrew Savonichev
2018-11-01Allow clk_event_t comparisonsSven van Haastregt
2018-10-29[OpenCL] Fix serialization of OpenCLExtensionDeclsAndrew Savonichev
2018-10-19[OpenCL] Remove unwanted signedness conversion from testsMarco Antognini
2018-10-17AMDGPU: add __builtin_amdgcn_update_dppYaxun Liu
2018-10-11[Sema][OpenCL] Improve diagnostics for not viable overloadable function candi...Andrew Savonichev
2018-10-10[OpenCL] Fixed address space cast in C style cast of C++ parsingAnastasia Stulova
2018-10-03OpenCL: Mark printf format string argumentMatt Arsenault
2018-10-02Revert r326937 "[OpenCL] Remove block invoke function from emitted block lite...Sven van Haastregt
2018-09-27[OpenCL] Improve extension-version.cl and to_addr_builtin.cl testsSven van Haastregt
2018-09-25[OpenCL] Allow zero assignment and comparisons between queue_t type variablesSven van Haastregt
2018-09-24Revert "We allow implicit function declarations as an extension in all C dial...Anastasia Stulova
2018-09-20[OpenCL] Diagnose redundant address space conversionSven van Haastregt
2018-09-17[OpenCL] Allow blocks to capture arrays in OpenCLAndrew Savonichev
2018-09-17Merge two attribute diagnostics into oneAndrew Savonichev
2018-09-06[OpenCL] Relax diagnostics on OpenCL access qualifiersAndrew Savonichev
2018-09-06[OpenCL] Disallow negative attribute argumentsAndrew Savonichev
2018-09-03[OpenCL] Traverse vector types for ocl extensions supportAlexey Sotkin
2018-08-14[OpenCL] Add test for constant sampler argumentSven van Haastregt
2018-08-09AMDGPU: Add another missing builtinMatt Arsenault
2018-08-07AMDGPU: Add builtin for s_dcache_wbMatt Arsenault
2018-08-07AMDGPU: Add builtin for s_dcache_inv_volMatt Arsenault
2018-08-03Append new attributes to the end of an AttributeList.Michael Kruse
2018-08-02__c11_atomic_load's _Atomic can be constJF Bastien
2018-08-02Try to make builtin address space declarations not uselessMatt Arsenault
2018-07-31[OpenCL] Forbid size dependent types used as kernel argumentsAlexey Sotkin
2018-07-31[OpenCL] Check for invalid kernel arguments in array typesAlexey Sotkin
2018-07-24[Sema] Mark implicitly-inserted ICE's as being part of explicit cast (PR38166)Roman Lebedev
2018-06-27DR1687: When overload resolution selects a built-in operator, implicitRichard Smith
2018-06-25Revert "Append new attributes to the end of an AttributeList."Michael Kruse
2018-06-22[OpenCL] Fixed parsing of address spaces for C++.Anastasia Stulova
2018-06-20[Sema] Allow creating types with multiple of the same addrspace.Alexey Bader
2018-06-19Append new attributes to the end of an AttributeList.Michael Kruse
2018-06-12[CUDA][HIP] Allow CUDA __global__ functions to have amdgpu kernel attributesYaxun Liu
2018-05-21[AMDGPU] fixes for lds f32 builtinsDaniil Fukalov
2018-05-09[OpenCL] Add constant address space to __func__ in AST.Anastasia Stulova
2018-05-09[OpenCL] Restrict various keywords in OpenCL C++ modeSven van Haastregt
2018-01-26[OpenCL] Add "cles_khr_int64" extension.Alexey Bader
2017-11-27[OpenCL] Add extensions cl_intel_subgroups and cl_intel_subgroups_shortAlexey Sotkin
2017-11-15[OpenCL] Fix code generation of function-scope constant samplers.Alexey Bader
2017-10-17[OpenCL] Restrict swizzle length check to OpenCL modeBruno Cardoso Lopes
2017-10-13[OpenCL] Add LangAS::opencl_private to represent private address space in ASTYaxun Liu
2017-10-11[OpenCL] Allow function declaration with empty argument list.Alexey Bader
2017-10-04We allow implicit function declarations as an extension in all C dialects. Re...Richard Smith
2017-10-03[OpenCL] Fix checking of vector type castingYaxun Liu