1. 0cb8939 Allow vector types in pseudo-destructor expressions. Fixes PR13798. by Douglas Gregor · 12 years ago
  2. 9c129f8 Add (hopefully) the last missing lvalue-to-rvalue conversion. Add an assertion by Richard Smith · 13 years ago
  3. b9b4b78 Fix Sema::CheckVectorOperands so that it doesn't try to insert a cast expression into the LHS of a compound assignment. Fixes compound assignment of various "compatible" vector types, including NEON-vector and gcc-vector types. by Eli Friedman · 13 years ago
  4. e84f9eb With lax vector conversions (the default) make sure we convert between two by Eric Christopher · 14 years ago
  5. 7c5b109 Don't allow vector conversions to sneak in under the guise of by Douglas Gregor · 14 years ago
  6. 26bcf67 Implement C++ builtin operator candidates for vector types. by Douglas Gregor · 14 years ago
  7. a115855 Basic test for user-defined conversions involving vector types by Douglas Gregor · 14 years ago
  8. fb4a543 Implement C++ support for vector and extended vector types. This by Douglas Gregor · 14 years ago