summaryrefslogtreecommitdiff
path: root/test/Sema/altivec-init.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the -faltivec alias option and replace it with -maltivec everywhere.Eric Christopher2017-03-211-3/+3
* supported: AltiVec vector initialization with a single literal according to P...Anton Yartsev2011-03-271-0/+12
* comparison of AltiVec vectors now gives bool result (fix for 7533)Anton Yartsev2010-11-181-1/+1
* Introduce implicit conversions between AltiVec vectors and GCCDouglas Gregor2010-08-061-0/+19
* Altivec vector literal initializer count mismatch error removed.John Thompson2010-04-201-1/+1
* implement altivec.h and a bunch of support code, patch by Anton Yartsev!Chris Lattner2010-04-141-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Remove unnecessary -fblocks=0.Daniel Dunbar2009-11-291-1/+1
* Take 2 on AltiVec-style vector initializers. Nate Begeman2009-08-101-0/+16
* Revert r78535, it is causing a number of failures to build projects.Daniel Dunbar2009-08-101-16/+0
* AltiVec-style vector initializer syntax, vec4 a = (vec4)(a, b, c, d);Nate Begeman2009-08-091-0/+16