summaryrefslogtreecommitdiff
path: root/test/CodeGen/altivec.c
AgeCommit message (Expand)Author
2017-03-21Remove the -faltivec alias option and replace it with -maltivec everywhere.Eric Christopher
2014-06-30Remove some incorrect test suppressionsAlp Toker
2013-12-04clang/test: REQUIRES: s/ppc{32|64}-registered-target/powerpc-registered-target/NAKAMURA Takumi
2012-07-09Tests: check for target availability for target-specific tests.Jim Grosbach
2011-12-22Add support for bitcasts to vector type in Evaluate.Eli Friedman
2011-12-06Move vector bitcast handling in constant expressions from the expressionRichard Smith
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
2010-06-11Fix the constant evaluator for AltiVec-style vector literals so that theJohn McCall