summaryrefslogtreecommitdiffstats
path: root/test/Parser/cxx-altivec.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the -faltivec alias option and replace it with -maltivec everywhere.Eric Christopher2017-03-211-3/+3
* The time when -faltivec (or, on clang only, -maltivec) will magicallyEric Christopher2016-03-241-0/+1
* Add builtins for the 64-bit vector integer arithmetic instructions added in P...Kit Barton2015-03-111-6/+7
* [PowerPC]Activate "vector bool long long" (and alternate spellings) as a vali...Bill Seurer2015-03-031-2/+17
* [PowerPC] Initial VSX intrinsic support, with min/max for vector doubleBill Schmidt2014-10-311-6/+6
* Move __vector long deprecation checking into DeclSpec::FinishHal Finkel2014-08-241-0/+5
* [PPC64LE] Run some existing Altivec tests on powerpc64le as wellBill Schmidt2014-06-131-0/+2
* Print detailed vector type information on diagnostics.Benjamin Kramer2014-04-251-2/+2
* Fix Altivec vector literal parser hack for C++11.Eli Friedman2013-08-131-1/+5
* Modify how the -verify flag works. Currently, the verification string andRichard Trieu2011-12-151-1/+1
* comparison of AltiVec vectors now gives bool result (fix for 7533)Anton Yartsev2010-11-181-18/+8
* Add more error checking to attribute vecreturnJohn Thompson2010-09-181-0/+17
* Added vecreturn attribute parsing.John Thompson2010-08-091-0/+35
* Fix vector literal/cast confusion - bug 6895.John Thompson2010-06-301-0/+8
* improve altivec vector bool/pixel support, patch by Anton YartsevChris Lattner2010-06-231-3/+14
* reapply john's patch, he broke mainline again by changing the test.Chris Lattner2010-04-201-0/+2
* revert r101863, whcih is causing Sema/altivec-init.c to fail on a tonChris Lattner2010-04-201-2/+0
* Altivec vector literal initializer count mismatch error removed.John Thompson2010-04-201-0/+2
* improve altivec c++ support by adding casts, patch byChris Lattner2010-04-141-1/+0
* implement altivec.h and a bunch of support code, patch by Anton Yartsev!Chris Lattner2010-04-141-2/+2
* Improve diagnostics when we fail to convert from a source type to aDouglas Gregor2010-04-091-2/+2
* implement support for -Wno-deprecated, PR6534. WhileChris Lattner2010-03-071-18/+18
* First stage of adding AltiVec supportJohn Thompson2010-02-051-0/+108