Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a couple more tests for coverage. | Eli Friedman | 2010-01-02 | 1 | -1/+10 |
| | | | | llvm-svn: 92430 | ||||
* | fix typo | Chris Lattner | 2009-12-23 | 1 | -1/+1 |
| | | | | llvm-svn: 92065 | ||||
* | fix opencl extvector element extraction on rvalues. We previously | Chris Lattner | 2009-12-23 | 1 | -0/+13 |
| | | | | | | error_unsupported on test10 and crashed on test11. llvm-svn: 92056 | ||||
* | 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 | ||||
* | Make vectorized floating-point comparisons work without crashing. | Eli Friedman | 2009-07-22 | 1 | -0/+14 |
| | | | | llvm-svn: 76726 | ||||
* | reimplement vector comparisons as [fi]cmp+sext instead of using v[if]cmp. | Chris Lattner | 2009-07-08 | 1 | -4/+1 |
| | | | | | | | Also, enable them in sema so that they are tested, and now that the x86 backend has stablized. llvm-svn: 74983 | ||||
* | Codegen sometimes crashes on comparisons that aren't legal, just | Chris Lattner | 2009-03-31 | 1 | -2/+8 |
| | | | | | | | disable this feature for now, to err on the side of rejecting instead of sometimes crashing. rdar://6326239 llvm-svn: 68088 | ||||
* | 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 | ||||
* | Support evaluation of vector constant expressions, and codegen of same. | Nate Begeman | 2009-01-18 | 1 | -0/+2 |
| | | | | llvm-svn: 62455 | ||||
* | A couple more vector component access fixes. | Nate Begeman | 2009-01-18 | 1 | -1/+1 |
| | | | | llvm-svn: 62443 | ||||
* | rename these tests to match the attribute. | Chris Lattner | 2009-01-05 | 1 | -0/+121 |
llvm-svn: 61770 |