summaryrefslogtreecommitdiffstats
path: root/test/Sema/vector-ops.c
Commit message (Expand)AuthorAgeFilesLines
* [Sema] Support implicit scalar to vector conversionsSimon Dardis2017-05-121-70/+70
* [Sema] Retarget test to a specific platform for consistent datasizesSimon Dardis2017-04-061-1/+1
* [Sema] Extend GetSignedVectorType to deal with non ExtVector typesSimon Dardis2017-04-061-3/+109
* Print detailed vector type information on diagnostics.Benjamin Kramer2014-04-251-3/+3
* Use raw_ostream in TypePrinter and eliminate uses of temporary std::strings.Argyrios Kyrtzidis2012-05-051-1/+1
* Unpluralize -Wfoo-conversions warnings for consistency.David Blaikie2012-03-151-1/+1
* The comparison of two vectors should return a signed result. hasIntegerRepres...Tanya Lattner2011-10-171-2/+3
* AltiVec vector comparison logic now affect only vectors of fundamental AltiVe...Anton Yartsev2011-03-271-0/+3
* Vectors are not integer types, so the type system should not classifyDouglas Gregor2010-07-231-0/+25