1. 93ab6bf CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. by Stephen Lin · 11 years ago
  2. 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
  3. f794705 Tests: check for target availability for target-specific tests. by Jim Grosbach · 12 years ago
  4. d4b9ee3 Don't emit nsw flags for vector operations; there's basically no benefit, and a lot of downside (like PR9850, which is about clang's xmmintrin.h making an unexpected transformation on an expression involving _mm_add_epi32). by Eli Friedman · 13 years ago
  5. d06fea8 supported: AltiVec vector initialization with a single literal according to PIM section 2.5.1 - after initialization all elements have the value specified by the literal by Anton Yartsev · 13 years ago
  6. 683564a pre/post ++/-- for AltiVec vectors. (with builtins-ppc-altivec.c failure fixed) by Anton Yartsev · 13 years ago
  7. 5af1f06 Revert r124146 for now. It appears to be failing on a few platforms. by Eric Christopher · 13 years ago
  8. e07ae4e pre/post increase/decrease for AltiVec vectors by Anton Yartsev · 13 years ago
  9. aa4fe05 comparison of AltiVec vectors now gives bool result (fix for 7533) by Anton Yartsev · 14 years ago
  10. 44270d6 support for AltiVec extensions from the Cell architecture by Anton Yartsev · 14 years ago
  11. a4f235b support for predicates with bool/pixel arguments by Anton Yartsev · 14 years ago
  12. a2fc0f5 support for the rest of AltiVec functions with bool/pixel arguments and return values (except predicates) by Anton Yartsev · 14 years ago
  13. 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
  14. 05e3555 support for vec_add, vec_adds, vec_and, vec_andc with bool arguments by Anton Yartsev · 14 years ago
  15. 35b21b8 Change IR generation for return (in the simple case) to avoid doing silly by Chris Lattner · 14 years ago
  16. a4d7145 Implement support for -fwrapv, rdar://7221421 by Chris Lattner · 14 years ago
  17. e70ffd6 implement rdar://7432000 - signed negate should codegen as NSW. by Chris Lattner · 14 years ago
  18. 4d3a7b0 More AltiVec support. Patch by Anton Yartsev! by Anton Korobeynikov · 14 years ago
  19. ab866b4 improve altivec c++ support by adding casts, patch by Anton Yartsev! by Chris Lattner · 14 years ago
  20. dd17394 implement altivec.h and a bunch of support code, patch by Anton Yartsev! by Chris Lattner · 14 years ago