1. 3ea9e33 Update aosp/master clang for rebase to r233350 by Pirama Arumuga Nainar · 9 years ago
  2. 0e2c34f Update aosp/master clang for rebase to r230699. by Stephen Hines · 9 years ago
  3. 176edba Update aosp/master Clang for rebase to r222490. by Stephen Hines · 10 years ago
  4. c568f1e Update Clang for rebase to r212749. by Stephen Hines · 10 years ago
  5. 3521c49 PR15480: fixed second parameter types of vec_lde, vec_lvebx, vec_lvehx, and vec_lvewx according to AltiVec Programming Interface Manual by Anton Yartsev · 11 years ago
  6. 4f918ae PR14964: intrinsic headers using non-reserved identifiers by David Blaikie · 11 years ago
  7. 60c158a Add "static" to some functions in altivec.c where it was missing. by Ulrich Weigand · 12 years ago
  8. 64ce733 Optimized IR for vec_splat by Anton Yartsev · 14 years ago
  9. e19df18 turned pointers into pointers to const in function parameters in all functions/builtins accepting pointers to a const-qualified type according to PIM and "Language Extensions for CBEA" by Anton Yartsev · 14 years ago
  10. 44270d6 support for AltiVec extensions from the Cell architecture by Anton Yartsev · 14 years ago
  11. 3ed3272 formatted everything to fit within 80 columns by Anton Yartsev · 14 years ago
  12. a4f235b support for predicates with bool/pixel arguments by Anton Yartsev · 14 years ago
  13. a2fc0f5 support for the rest of AltiVec functions with bool/pixel arguments and return values (except predicates) by Anton Yartsev · 14 years ago
  14. f54dbfd support for vec_perm and all dependent functions (vec_mergeh, vec_mergel, vec_pack, vec_sld, vec_splat) with bool/pixel arguments and return values by Anton Yartsev · 14 years ago
  15. 05e3555 support for vec_add, vec_adds, vec_and, vec_andc with bool arguments by Anton Yartsev · 14 years ago
  16. a816ec8 first test commit by Anton Yartsev · 14 years ago
  17. 4d3a7b0 More AltiVec support. Patch by Anton Yartsev! by Anton Korobeynikov · 14 years ago
  18. ab866b4 improve altivec c++ support by adding casts, patch by Anton Yartsev! by Chris Lattner · 14 years ago
  19. dd17394 implement altivec.h and a bunch of support code, patch by Anton Yartsev! by Chris Lattner · 14 years ago