summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/altivec.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the -faltivec alias option and replace it with -maltivec everywhere.Eric Christopher2017-03-211-1/+1
* Remove some incorrect test suppressionsAlp Toker2014-06-301-1/+0
* clang/test: REQUIRES: s/ppc{32|64}-registered-target/powerpc-registered-target/NAKAMURA Takumi2013-12-041-1/+1
* Tests: check for target availability for target-specific tests.Jim Grosbach2012-07-091-0/+1
* Add support for bitcasts to vector type in Evaluate.Eli Friedman2011-12-221-4/+4
* Move vector bitcast handling in constant expressions from the expressionRichard Smith2011-12-061-0/+9
* Don't emit nsw flags for vector operations; there's basically no benefit, and...Eli Friedman2011-05-061-1/+1
* supported: AltiVec vector initialization with a single literal according to P...Anton Yartsev2011-03-271-2/+29
* Fix the constant evaluator for AltiVec-style vector literals so that theJohn McCall2010-06-111-0/+4