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