summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenOpenCL/pipe_types.cl
AgeCommit message (Expand)Author
2023-05-14[clang] Convert a few tests to opaque pointersSergei Barannikov
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2022-02-11[OpenCL] Add support of language builtins for OpenCL C 3.0Anton Zabaznov
2022-01-27[OpenCL] Add support of __opencl_c_device_enqueue feature macro.Anton Zabaznov
2021-09-17[OpenCL] Supports optional pipe types in C++ for OpenCL 2021Justas Janickas
2021-07-30[OpenCL] Replace test for pipe struct to test it with fixed tripleAnton Zabaznov
2021-07-30[OpenCL] Add support of __opencl_c_pipes feature macro.Anton Zabaznov
2021-07-30Revert "[OpenCL] Add support of __opencl_c_pipes feature macro."Anton Zabaznov
2021-07-30[OpenCL] Add support of __opencl_c_pipes feature macro.Anton Zabaznov
2020-12-31[test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none...Fangrui Song
2018-04-27[OpenCL] Add separate read_only and write_only pipe IR typesSven van Haastregt
2017-06-01[OpenCL] spir_kern by defaul: fix old test casesPekka Jaaskelainen
2016-09-23[OpenCL] Augment pipe built-ins with pipe packet size and alignment.Alexey Bader
2016-07-13[OpenCL] Fix code generation of kernel pipe parameters.Alexey Bader
2016-01-29Add target triple to CodeGenOpenCL/pipe_types.cl test caseUlrich Weigand
2016-01-09[OpenCL] Pipe type supportXiuli Pan