1. 6bcf27b Update Clang for 3.5 rebase (r209713). by Stephen Hines · 10 years ago
  2. 2c5695d When list-initializing a vector, try to copy-initialize from vectors instead by John McCall · 14 years ago
  3. 3573b2c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  4. f3497ad Fix for PR5650 - Revised vector_size attribute handling to be done earlier before declaration is finalized. by John Thompson · 15 years ago
  5. c31911f Phrase compile time assert in standard way. by Daniel Dunbar · 15 years ago
  6. 93c598a fix #2 :) by Chris Lattner · 15 years ago
  7. d3a471b fix testcase, thanks Daniel. by Chris Lattner · 15 years ago
  8. cb08846 fix PR5265: the size of a float3 should be rounded up to its alignment. by Chris Lattner · 15 years ago
  9. 077fed5 Fix rdar://6881069, a crash on a form of vector_size that we by Chris Lattner · 15 years ago
  10. ffd408a Rename clang to clang-cc. by Daniel Dunbar · 16 years ago
  11. c25bf6d Downgrade the "excess elements in initializer" errors to warnings *in by Douglas Gregor · 16 years ago
  12. 09f078c Upgrade the "excess elements in array initializer" warning to an by Douglas Gregor · 16 years ago
  13. f603b47 Code generation support for C99 designated initializers. by Douglas Gregor · 16 years ago
  14. af6ed50 OCUVector -> ExtVector, shorthand for extended vector, per feedback from Chris. by Nate Begeman · 16 years ago
  15. c4e28e4 Support checking and codegen of constant vector globals by Nate Begeman · 17 years ago