summaryrefslogtreecommitdiff
path: root/test/CodeGen/ext-vector.c
AgeCommit message (Expand)Author
2018-02-23Bring r325915 back.Rafael Espindola
2016-07-22Add .rgba syntax extension to ext_vector_type typesPirama Arumuga Nainar
2013-09-02the call to UsualArithmeticConversions should come after the call to CheckVec...Jin-Gu Kang
2013-06-08Added a type checking which handle the case of an ext vector and integral scalarJin-Gu Kang
2012-01-16Add new line.Tanya Lattner
2012-01-16Add support for OpenCL 1.1 logical operations.Tanya Lattner
2011-10-17The comparison of two vectors should return a signed result. hasIntegerRepres...Tanya Lattner
2011-05-06Don't emit nsw flags for vector operations; there's basically no benefit, and...Eli Friedman
2011-04-10PR9580: Handle vectors correctly in ScalarExprEmitter::EmitRem.Eli Friedman
2010-01-02Add a couple more tests for coverage.Eli Friedman
2009-12-23fix typoChris Lattner
2009-12-23fix opencl extvector element extraction on rvalues. We previouslyChris Lattner
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-07-22Make vectorized floating-point comparisons work without crashing.Eli Friedman
2009-07-08reimplement vector comparisons as [fi]cmp+sext instead of using v[if]cmp.Chris Lattner
2009-03-31Codegen sometimes crashes on comparisons that aren't legal, justChris Lattner
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-01-18Support evaluation of vector constant expressions, and codegen of same.Nate Begeman
2009-01-18A couple more vector component access fixes.Nate Begeman
2009-01-05rename these tests to match the attribute.Chris Lattner