Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add .rgba syntax extension to ext_vector_type types | Pirama Arumuga Nainar | 2016-07-22 | 1 | -0/+27 |
* | Revert r114316, -Wunused-value enabled by default was intended. | Argyrios Kyrtzidis | 2010-09-19 | 1 | -1/+1 |
* | Make -Wunused-value off by default, matching GCC. Fixes rdar://7126194. | Argyrios Kyrtzidis | 2010-09-19 | 1 | -1/+1 |
* | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -1/+1 |
* | Support OpenCL 1.1 odd-length vector component accessors. | Nate Begeman | 2009-12-15 | 1 | -2/+5 |
* | OpenCL 1.0 Support: | Nate Begeman | 2009-06-26 | 1 | -0/+2 |
* | OpenCL 1.0 Support, patch 1/N: upper case swizzle operator and hex element in... | Nate Begeman | 2009-06-25 | 1 | -0/+5 |
* | Rename clang to clang-cc. | Daniel Dunbar | 2009-03-24 | 1 | -1/+1 |
* | enhance ExtVectorElementExpr to allow V->xxyy to work like (*V).xxyy | Chris Lattner | 2009-02-16 | 1 | -1/+3 |
* | Update support for vector component access on ExtVectors. | Nate Begeman | 2009-01-18 | 1 | -0/+35 |