summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/builtins-ppc-altivec.c
Commit message (Expand)AuthorAgeFilesLines
* Tests: check for target availability for target-specific tests.Jim Grosbach2012-07-091-0/+1
* Don't emit nsw flags for vector operations; there's basically no benefit, and...Eli Friedman2011-05-061-43/+43
* supported: AltiVec vector initialization with a single literal according to P...Anton Yartsev2011-03-271-168/+157
* pre/post ++/-- for AltiVec vectors. (with builtins-ppc-altivec.c failure fixed)Anton Yartsev2011-02-071-0/+11
* Revert r124146 for now. It appears to be failing on a few platforms.Eric Christopher2011-01-241-11/+0
* pre/post increase/decrease for AltiVec vectorsAnton Yartsev2011-01-241-0/+11
* comparison of AltiVec vectors now gives bool result (fix for 7533)Anton Yartsev2010-11-181-0/+61
* support for AltiVec extensions from the Cell architectureAnton Yartsev2010-10-141-1/+956
* support for predicates with bool/pixel argumentsAnton Yartsev2010-08-191-0/+193
* support for the rest of AltiVec functions with bool/pixel arguments and retur...Anton Yartsev2010-08-191-49/+509
* support for vec_perm and all dependent functions (vec_mergeh, vec_mergel, vec...Anton Yartsev2010-08-191-0/+39
* support for vec_add, vec_adds, vec_and, vec_andc with bool argumentsAnton Yartsev2010-08-161-15/+182
* Change IR generation for return (in the simple case) to avoid doing sillyChris Lattner2010-06-271-69/+76
* Implement support for -fwrapv, rdar://7221421Chris Lattner2010-06-261-3/+3
* implement rdar://7432000 - signed negate should codegen as NSW.Chris Lattner2010-06-261-3/+3
* More AltiVec support.Anton Korobeynikov2010-06-191-113/+1014
* improve altivec c++ support by adding casts, patch byChris Lattner2010-04-141-30/+29
* implement altivec.h and a bunch of support code, patch by Anton Yartsev!Chris Lattner2010-04-141-0/+333
OpenPOWER on IntegriCloud