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