aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/altivec.cpp
AgeCommit message (Expand)Author
2013-01-17Add -Wunsequenced (with compatibility alias -Wsequence-point) to warn onRichard Smith
2012-05-09Stop AltiVec parsing from going down the 'implicit int' codepath as part of itsRichard Smith
2011-10-27Add missing lvalue-to-rvalue conversion to vector splat casts.Richard Smith
2011-03-19makes vec_step operator work when AltiVec support is enabledAnton 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-08-06Introduce implicit conversions between AltiVec vectors and GCCDouglas Gregor