summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenOpenCL/logical-ops.cl
Commit message (Collapse)AuthorAgeFilesLines
* [OpenCL] Rename lang mode flag for C++ modeAnastasia Stulova2019-07-251-1/+1
| | | | | | | | | | | | Rename lang mode flag to -cl-std=clc++/-cl-std=CLC++ or -std=clc++/-std=CLC++. This aligns with OpenCL C conversion and removes ambiguity with OpenCL C++. Differential Revision: https://reviews.llvm.org/D65102 llvm-svn: 367008
* [OpenCL] Support logical vector operators in C++ modeSven van Haastregt2019-05-301-0/+1
| | | | | | | | | Support logical operators on vectors in C++ for OpenCL mode, to preserve backwards compatibility with OpenCL C. Differential Revision: https://reviews.llvm.org/D62588 llvm-svn: 362087
* Add a 64-bit triple to these tests, to fix 32-bit bots.Joey Gouly2013-02-211-1/+1
| | | | llvm-svn: 175736
* Add support to Sema and CodeGen for floating point vector types in OpenCL.Joey Gouly2013-02-211-0/+56
llvm-svn: 175734
OpenPOWER on IntegriCloud