Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a couple more tests for coverage. | Eli Friedman | 2010-01-02 | 1 | -1/+10 |
* | fix typo | Chris Lattner | 2009-12-23 | 1 | -1/+1 |
* | fix opencl extvector element extraction on rvalues. We previously | Chris Lattner | 2009-12-23 | 1 | -0/+13 |
* | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -1/+1 |
* | Make vectorized floating-point comparisons work without crashing. | Eli Friedman | 2009-07-22 | 1 | -0/+14 |
* | reimplement vector comparisons as [fi]cmp+sext instead of using v[if]cmp. | Chris Lattner | 2009-07-08 | 1 | -4/+1 |
* | Codegen sometimes crashes on comparisons that aren't legal, just | Chris Lattner | 2009-03-31 | 1 | -2/+8 |
* | Rename clang to clang-cc. | Daniel Dunbar | 2009-03-24 | 1 | -1/+1 |
* | Support evaluation of vector constant expressions, and codegen of same. | Nate Begeman | 2009-01-18 | 1 | -0/+2 |
* | A couple more vector component access fixes. | Nate Begeman | 2009-01-18 | 1 | -1/+1 |
* | rename these tests to match the attribute. | Chris Lattner | 2009-01-05 | 1 | -0/+121 |