summaryrefslogtreecommitdiffstats
path: root/test/Parser/altivec.c
Commit message (Expand)AuthorAgeFilesLines
* 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