1. 9b71b97 Add a couple more tests for coverage. by Eli Friedman · 15 years ago
  2. 7c8f9b7 fix typo by Chris Lattner · 15 years ago
  3. 998eab1 fix opencl extvector element extraction on rvalues. We previously by Chris Lattner · 15 years ago
  4. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  5. 1360d4a Make vectorized floating-point comparisons work without crashing. by Eli Friedman · 15 years ago
  6. 9c10fcf reimplement vector comparisons as [fi]cmp+sext instead of using v[if]cmp. by Chris Lattner · 15 years ago
  7. d013aa1 Codegen sometimes crashes on comparisons that aren't legal, just by Chris Lattner · 15 years ago
  8. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  9. 59b5da6 Support evaluation of vector constant expressions, and codegen of same. by Nate Begeman · 16 years ago
  10. 190d6a2 A couple more vector component access fixes. by Nate Begeman · 16 years ago
  11. 48eb461 rename these tests to match the attribute. by Chris Lattner · 16 years ago[Renamed from test/CodeGen/ocu-vector.c]
  12. 523aa60 Remainder is only valid on integer vector operands. by Daniel Dunbar · 16 years ago
  13. 2d6ca8d Update a number of CodeGen tests to not create .ll files in the test by Daniel Dunbar · 16 years ago
  14. 213541a OCUVector -> ExtVector, shorthand for extended vector, per feedback from Chris. by Nate Begeman · 16 years ago
  15. d47d4f5 Support checking and codegen of constant vector globals by Nate Begeman · 17 years ago
  16. 4119d1a Allow implicit casts during arithmetic for OCUVector operations by Nate Begeman · 17 years ago
  17. a83cc33 Handle non-constant initializers. by Devang Patel · 17 years ago
  18. 90997ac testcase for vector element access stuff. by Chris Lattner · 17 years ago