1. 59b5da6 Support evaluation of vector constant expressions, and codegen of same. by Nate Begeman · 16 years ago
  2. 190d6a2 A couple more vector component access fixes. by Nate Begeman · 16 years ago
  3. 48eb461 rename these tests to match the attribute. by Chris Lattner · 16 years ago[Renamed from test/CodeGen/ocu-vector.c]
  4. 523aa60 Remainder is only valid on integer vector operands. by Daniel Dunbar · 16 years ago
  5. 2d6ca8d Update a number of CodeGen tests to not create .ll files in the test by Daniel Dunbar · 16 years ago
  6. 213541a OCUVector -> ExtVector, shorthand for extended vector, per feedback from Chris. by Nate Begeman · 16 years ago
  7. d47d4f5 Support checking and codegen of constant vector globals by Nate Begeman · 17 years ago
  8. 4119d1a Allow implicit casts during arithmetic for OCUVector operations by Nate Begeman · 17 years ago
  9. a83cc33 Handle non-constant initializers. by Devang Patel · 17 years ago
  10. 90997ac testcase for vector element access stuff. by Chris Lattner · 17 years ago