aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Parser/altivec.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-09Stop AltiVec parsing from going down the 'implicit int' codepath as part of itsRichard Smith1-0/+10
2011-04-25Remove some more hard CR-LF lines. These were particularly weird as they wereChandler Carruth1-4/+4
2010-11-18comparison of AltiVec vectors now gives bool result (fix for 7533)Anton Yartsev1-0/+10
2010-06-30Fix vector literal/cast confusion - bug 6895.John Thompson1-0/+8
2010-06-23improve altivec vector bool/pixel support, patch by Anton YartsevChris Lattner1-8/+18
2010-04-20reapply john's patch, he broke mainline again by changing the test.Chris Lattner1-0/+2
2010-04-20revert r101863, whcih is causing Sema/altivec-init.c to fail on a tonChris Lattner1-2/+0
2010-04-20Altivec vector literal initializer count mismatch error removed.John Thompson1-0/+2
2010-04-14implement altivec.h and a bunch of support code, patch by Anton Yartsev!Chris Lattner1-1/+1
2010-04-09Improve diagnostics when we fail to convert from a source type to aDouglas Gregor1-2/+2
2010-03-07implement support for -Wno-deprecated, PR6534. WhileChris Lattner1-20/+20
2010-02-05First stage of adding AltiVec supportJohn Thompson1-0/+91