aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/builtins-ppc-altivec.c
AgeCommit message (Expand)Author
2013-03-10PR15480: fixed second parameter types of vec_lde, vec_lvebx, vec_lvehx, and v...Anton Yartsev
2012-07-09Tests: check for target availability for target-specific tests.Jim Grosbach
2011-05-06Don't emit nsw flags for vector operations; there's basically no benefit, and...Eli Friedman
2011-03-27supported: AltiVec vector initialization with a single literal according to P...Anton Yartsev
2011-02-07pre/post ++/-- for AltiVec vectors. (with builtins-ppc-altivec.c failure fixed)Anton Yartsev
2011-01-24Revert r124146 for now. It appears to be failing on a few platforms.Eric Christopher
2011-01-24pre/post increase/decrease for AltiVec vectorsAnton Yartsev
2010-11-18comparison of AltiVec vectors now gives bool result (fix for 7533)Anton Yartsev
2010-10-14support for AltiVec extensions from the Cell architectureAnton Yartsev
2010-08-19support for predicates with bool/pixel argumentsAnton Yartsev
2010-08-19support for the rest of AltiVec functions with bool/pixel arguments and retur...Anton Yartsev
2010-08-19support for vec_perm and all dependent functions (vec_mergeh, vec_mergel, vec...Anton Yartsev
2010-08-16support for vec_add, vec_adds, vec_and, vec_andc with bool argumentsAnton Yartsev
2010-06-27Change IR generation for return (in the simple case) to avoid doing sillyChris Lattner
2010-06-26Implement support for -fwrapv, rdar://7221421Chris Lattner
2010-06-26implement rdar://7432000 - signed negate should codegen as NSW.Chris Lattner
2010-06-19More AltiVec support.Anton Korobeynikov
2010-04-14improve altivec c++ support by adding casts, patch byChris Lattner
2010-04-14implement altivec.h and a bunch of support code, patch by Anton Yartsev!Chris Lattner