aboutsummaryrefslogtreecommitdiff
path: root/test/Parser/cxx-altivec.cpp
AgeCommit message (Expand)Author
2011-12-15Modify how the -verify flag works. Currently, the verification string andRichard Trieu
2010-11-18comparison of AltiVec vectors now gives bool result (fix for 7533)Anton Yartsev
2010-09-18Add more error checking to attribute vecreturnJohn Thompson
2010-08-09Added vecreturn attribute parsing.John Thompson
2010-06-30Fix vector literal/cast confusion - bug 6895.John Thompson
2010-06-23improve altivec vector bool/pixel support, patch by Anton YartsevChris Lattner
2010-04-20reapply john's patch, he broke mainline again by changing the test.Chris Lattner
2010-04-20revert r101863, whcih is causing Sema/altivec-init.c to fail on a tonChris Lattner
2010-04-20Altivec vector literal initializer count mismatch error removed.John Thompson
2010-04-14improve altivec c++ support by adding casts, patch byChris Lattner
2010-04-14implement altivec.h and a bunch of support code, patch by Anton Yartsev!Chris Lattner
2010-04-09Improve diagnostics when we fail to convert from a source type to aDouglas Gregor
2010-03-07implement support for -Wno-deprecated, PR6534. WhileChris Lattner
2010-02-05First stage of adding AltiVec supportJohn Thompson