summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenOpenCL/kernel-arg-info.cl
AgeCommit message (Expand)Author
2025-04-08[Clang][OpenCL][AMDGPU] Allow a kernel to call another kernel (#115821)Aniket Lal
2021-02-09[OpenCL] Fix types with signed prefix in arginfo metadata.Anastasia Stulova
2021-02-08[OpenCL] Fix pipe type printing in arg info metadataAnastasia Stulova
2020-12-31[test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none...Fangrui Song
2017-07-26[OpenCL] Fix access qualifiers metadata for kernel arguments with typedefAlexey Sotkin
2017-07-18[OpenCL] Added extended tests on metadata generation for half data type and a...Egor Churaev
2017-03-31[OpenCL] Do not generate "kernel_arg_type_qual" metadata for non-pointer argsEgor Churaev
2016-09-06[OpenCL] Remove access qualifiers on images in arg info metadata.Alexey Bader
2016-07-08[OpenCL] Fix access qualifiers handling for typedefsAlexey Bader
2016-06-22[OpenCL] Use function metadata to represent kernel attributesYaxun Liu
2014-12-15IR: Make metadata typeless in assembly, clang sideDuncan P. N. Exon Smith
2014-12-04Always emit kernel arg info for SPIR.Sameer Sahasrabuddhe
2014-07-30Add OpenCL/SPIR kernel_arg_base_type metadata nodeFraser Cormack
2014-07-30Fix OpenCL/SPIR kernel_arg_type metadata nodeFraser Cormack
2014-04-04When printing types for the OpenCL kernel metadata, use the PrintingPolicy.Joey Gouly
2014-01-09The OpenCL specification states that images are allocated Pekka Jaaskelainen
2013-03-24Generate metadata to implement the -cl-kernel-arg-info option.Guy Benyei
2013-02-21Fix an OpenCL test case. Pointer arguments to kernels must be declared with theJoey Gouly
2012-07-11Add OpenCL metadata for kernel arg names. This output is controlled via a fla...Tanya Lattner