summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenOpenCL/fdeclare-opencl-builtins.cl
Commit message (Collapse)AuthorAgeFilesLines
* [OpenCL] Fix mangling of single-overload builtinsSven van Haastregt2019-12-031-0/+7
| | | | | | Commit 9a8d477a0e0 ("[OpenCL] Add builtin function attribute handling", 2019-11-05) stopped Clang from mangling single-overload builtins, which is incorrect.
* [OpenCL] Add builtin function attribute handlingSven van Haastregt2019-11-051-0/+22
Add handling for the "pure", "const" and "convergent" function attributes for OpenCL builtin functions. Patch by Pierre Gondois and Sven van Haastregt. Differential Revision: https://reviews.llvm.org/D64319
OpenPOWER on IntegriCloud