Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [OpenCL] Rename lang mode flag for C++ mode | Anastasia Stulova | 2019-07-25 | 1 | -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++ mode | Sven van Haastregt | 2019-05-30 | 1 | -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 Gouly | 2013-02-21 | 1 | -1/+1 |
| | | | | llvm-svn: 175736 | ||||
* | Add support to Sema and CodeGen for floating point vector types in OpenCL. | Joey Gouly | 2013-02-21 | 1 | -0/+56 |
llvm-svn: 175734 |