[all-commits] [llvm/llvm-project] 0e70c3: [OpenCL] Add integer builtin functions
Sven van Haastregt via All-commits
all-commits at lists.llvm.org
Thu Nov 7 07:01:49 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0e70c350943f1a927f481529717c4f98a465777b
https://github.com/llvm/llvm-project/commit/0e70c350943f1a927f481529717c4f98a465777b
Author: Sven van Haastregt <sven.vanhaastregt at arm.com>
Date: 2019-11-07 (Thu, 07 Nov 2019)
Changed paths:
M clang/lib/Sema/OpenCLBuiltins.td
M clang/test/SemaOpenCL/fdeclare-opencl-builtins.cl
Log Message:
-----------
[OpenCL] Add integer builtin functions
This patch adds the integer builtin functions from the OpenCL C
specification.
Patch by Pierre Gondois and Sven van Haastregt.
Differential Revision: https://reviews.llvm.org/D69901
Commit: 3d30f2cff7a4976a84911748c61de05a43d244e4
https://github.com/llvm/llvm-project/commit/3d30f2cff7a4976a84911748c61de05a43d244e4
Author: Sven van Haastregt <sven.vanhaastregt at arm.com>
Date: 2019-11-07 (Thu, 07 Nov 2019)
Changed paths:
M clang/lib/Sema/OpenCLBuiltins.td
Log Message:
-----------
[OpenCL] Add geometric and relational builtin functions
Add the geometric and relational builtin functions from the OpenCL C
specification.
Patch by Pierre Gondois and Sven van Haastregt.
Differential Revision: https://reviews.llvm.org/D69908
Compare: https://github.com/llvm/llvm-project/compare/87bc320b510e...3d30f2cff7a4
More information about the All-commits
mailing list