[all-commits] [llvm/llvm-project] 85eb12: [OpenCL] Add declarations with enum/typedef args
Sven van Haastregt via All-commits
all-commits at lists.llvm.org
Wed Feb 24 01:33:25 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 85eb12eefdf6a95afc49bc66df41738d19702977
https://github.com/llvm/llvm-project/commit/85eb12eefdf6a95afc49bc66df41738d19702977
Author: Sven van Haastregt <sven.vanhaastregt at arm.com>
Date: 2021-02-24 (Wed, 24 Feb 2021)
Changed paths:
M clang/lib/Sema/OpenCLBuiltins.td
M clang/test/SemaOpenCL/fdeclare-opencl-builtins.cl
Log Message:
-----------
[OpenCL] Add declarations with enum/typedef args
Add the remaining missing builtin function declarations that have enum
or typedef argument or return types.
Differential Revision: https://reviews.llvm.org/D96860
Commit: 0344aea6ea379d945d1de1f5c258414dc61ccacd
https://github.com/llvm/llvm-project/commit/0344aea6ea379d945d1de1f5c258414dc61ccacd
Author: Sven van Haastregt <sven.vanhaastregt at arm.com>
Date: 2021-02-24 (Wed, 24 Feb 2021)
Changed paths:
M clang/lib/Sema/OpenCLBuiltins.td
M clang/test/SemaOpenCL/fdeclare-opencl-builtins.cl
Log Message:
-----------
[OpenCL] Add ndrange builtin functions to TableGen
Also ensure all kernel enqueue functions have CL 2.0 as minimum
version.
Differential Revision: https://reviews.llvm.org/D97060
Compare: https://github.com/llvm/llvm-project/compare/90232b2ecd72...0344aea6ea37
More information about the All-commits
mailing list