1. 0b7febd Add new line. by Tanya Lattner · 12 years ago
  2. 4f692c2 Add support for OpenCL 1.1 logical operations. by Tanya Lattner · 12 years ago
  3. 6ec9643 The comparison of two vectors should return a signed result. hasIntegerRepresentation() used to always return false for vectors, but since it was changed, it also by Tanya Lattner · 13 years ago
  4. d4b9ee3 Don't emit nsw flags for vector operations; there's basically no benefit, and a lot of downside (like PR9850, which is about clang's xmmintrin.h making an unexpected transformation on an expression involving _mm_add_epi32). by Eli Friedman · 13 years ago
  5. 52d6874 PR9580: Handle vectors correctly in ScalarExprEmitter::EmitRem. by Eli Friedman · 13 years ago
  6. 9b71b97 Add a couple more tests for coverage. by Eli Friedman · 15 years ago
  7. 7c8f9b7 fix typo by Chris Lattner · 15 years ago
  8. 998eab1 fix opencl extvector element extraction on rvalues. We previously by Chris Lattner · 15 years ago
  9. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  10. 1360d4a Make vectorized floating-point comparisons work without crashing. by Eli Friedman · 15 years ago
  11. 9c10fcf reimplement vector comparisons as [fi]cmp+sext instead of using v[if]cmp. by Chris Lattner · 15 years ago
  12. d013aa1 Codegen sometimes crashes on comparisons that aren't legal, just by Chris Lattner · 15 years ago
  13. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  14. 59b5da6 Support evaluation of vector constant expressions, and codegen of same. by Nate Begeman · 15 years ago
  15. 190d6a2 A couple more vector component access fixes. by Nate Begeman · 15 years ago
  16. 48eb461 rename these tests to match the attribute. by Chris Lattner · 16 years ago[Renamed from test/CodeGen/ocu-vector.c]
  17. 523aa60 Remainder is only valid on integer vector operands. by Daniel Dunbar · 16 years ago
  18. 2d6ca8d Update a number of CodeGen tests to not create .ll files in the test by Daniel Dunbar · 16 years ago
  19. 213541a OCUVector -> ExtVector, shorthand for extended vector, per feedback from Chris. by Nate Begeman · 16 years ago
  20. d47d4f5 Support checking and codegen of constant vector globals by Nate Begeman · 16 years ago
  21. 4119d1a Allow implicit casts during arithmetic for OCUVector operations by Nate Begeman · 17 years ago
  22. a83cc33 Handle non-constant initializers. by Devang Patel · 17 years ago
  23. 90997ac testcase for vector element access stuff. by Chris Lattner · 17 years ago