1. 20e047a When list-initializing a vector, try to copy-initialize from vectors instead by John McCall · 14 years ago
  2. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  3. 6e132aa Fix for PR5650 - Revised vector_size attribute handling to be done earlier before declaration is finalized. by John Thompson · 15 years ago
  4. 9e4e2d1 Phrase compile time assert in standard way. by Daniel Dunbar · 15 years ago
  5. e78ec31 fix #2 :) by Chris Lattner · 15 years ago
  6. 4a058de fix testcase, thanks Daniel. by Chris Lattner · 15 years ago
  7. 9fcfe92 fix PR5265: the size of a float3 should be rounded up to its alignment. by Chris Lattner · 15 years ago
  8. 2db15bd Fix rdar://6881069, a crash on a form of vector_size that we by Chris Lattner · 16 years ago
  9. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 16 years ago
  10. 7c53ca6 Downgrade the "excess elements in initializer" errors to warnings *in by Douglas Gregor · 16 years ago
  11. b574e56 Upgrade the "excess elements in array initializer" warning to an by Douglas Gregor · 16 years ago
  12. 4c67834 Code generation support for C99 designated initializers. by Douglas Gregor · 16 years ago
  13. 213541a OCUVector -> ExtVector, shorthand for extended vector, per feedback from Chris. by Nate Begeman · 17 years ago
  14. d47d4f5 Support checking and codegen of constant vector globals by Nate Begeman · 17 years ago