Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert r114316, -Wunused-value enabled by default was intended. | Argyrios Kyrtzidis | 2010-09-19 | 1 | -1/+1 |
| | | | | llvm-svn: 114318 | ||||
* | Make -Wunused-value off by default, matching GCC. Fixes rdar://7126194. | Argyrios Kyrtzidis | 2010-09-19 | 1 | -1/+1 |
| | | | | llvm-svn: 114316 | ||||
* | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -1/+1 |
| | | | | | | | | | - This is designed to make it obvious that %clang_cc1 is a "test variable" which is substituted. It is '%clang_cc1' instead of '%clang -cc1' because it can be useful to redefine what gets run as 'clang -cc1' (for example, to set a default target). llvm-svn: 91446 | ||||
* | Support OpenCL 1.1 odd-length vector component accessors. | Nate Begeman | 2009-12-15 | 1 | -2/+5 |
| | | | | | | | For hi/odd of an odd-length vector, the last component is undefined. Since we shuffle with an undef vector, no CodeGen needs to change to support this. llvm-svn: 91437 | ||||
* | OpenCL 1.0 Support: | Nate Begeman | 2009-06-26 | 1 | -0/+2 |
| | | | | | | Add support for scalar to vector and partially initialized vector constant initializers. llvm-svn: 74299 | ||||
* | OpenCL 1.0 Support, patch 1/N: upper case swizzle operator and hex element ↵ | Nate Begeman | 2009-06-25 | 1 | -0/+5 |
| | | | | | | index. llvm-svn: 74202 | ||||
* | Rename clang to clang-cc. | Daniel Dunbar | 2009-03-24 | 1 | -1/+1 |
| | | | | | | Tests and drivers updated, still need to shuffle dirs. llvm-svn: 67602 | ||||
* | enhance ExtVectorElementExpr to allow V->xxyy to work like (*V).xxyy | Chris Lattner | 2009-02-16 | 1 | -1/+3 |
| | | | | llvm-svn: 64667 | ||||
* | Update support for vector component access on ExtVectors. | Nate Begeman | 2009-01-18 | 1 | -0/+35 |
llvm-svn: 62440 |