summaryrefslogtreecommitdiffstats
path: root/test/Parser/altivec.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the -faltivec alias option and replace it with -maltivec everywhere.Eric Christopher2017-03-211-3/+3
* Add builtins for the 64-bit vector integer arithmetic instructions added in P...Kit Barton2015-03-111-6/+6
* [PowerPC]Activate "vector bool long long" (and alternate spellings) as a vali...Bill Seurer2015-03-031-3/+5
* [PowerPC]To provide better compatibility with gcc I added the __bool keyword ...Bill Seurer2015-01-121-0/+14
* [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
* Stop AltiVec parsing from going down the 'implicit int' codepath as part of itsRichard Smith2012-05-091-0/+10
* Remove some more hard CR-LF lines. These were particularly weird as they wereChandler Carruth2011-04-251-4/+4
* comparison of AltiVec vectors now gives bool result (fix for 7533)Anton Yartsev2010-11-181-0/+10
* 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-8/+18
* 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
* implement altivec.h and a bunch of support code, patch by Anton Yartsev!Chris Lattner2010-04-141-1/+1
* 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-20/+20
* First stage of adding AltiVec supportJohn Thompson2010-02-051-0/+91