summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ext-vector.c
Commit message (Expand)AuthorAgeFilesLines
* Bring r325915 back.Rafael Espindola2018-02-231-2/+2
* Add .rgba syntax extension to ext_vector_type typesPirama Arumuga Nainar2016-07-221-0/+37
* the call to UsualArithmeticConversions should come after the call to CheckVec...Jin-Gu Kang2013-09-021-0/+10
* Added a type checking which handle the case of an ext vector and integral scalarJin-Gu Kang2013-06-081-0/+5
* Add new line.Tanya Lattner2012-01-161-1/+1
* Add support for OpenCL 1.1 logical operations.Tanya Lattner2012-01-161-0/+9
* The comparison of two vectors should return a signed result. hasIntegerRepres...Tanya Lattner2011-10-171-7/+8
* Don't emit nsw flags for vector operations; there's basically no benefit, and...Eli Friedman2011-05-061-13/+13
* PR9580: Handle vectors correctly in ScalarExprEmitter::EmitRem.Eli Friedman2011-04-101-9/+125
* Add a couple more tests for coverage.Eli Friedman2010-01-021-1/+10
* fix typoChris Lattner2009-12-231-1/+1
* fix opencl extvector element extraction on rvalues. We previouslyChris Lattner2009-12-231-0/+13
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Make vectorized floating-point comparisons work without crashing.Eli Friedman2009-07-221-0/+14
* reimplement vector comparisons as [fi]cmp+sext instead of using v[if]cmp.Chris Lattner2009-07-081-4/+1
* Codegen sometimes crashes on comparisons that aren't legal, justChris Lattner2009-03-311-2/+8
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Support evaluation of vector constant expressions, and codegen of same.Nate Begeman2009-01-181-0/+2
* A couple more vector component access fixes.Nate Begeman2009-01-181-1/+1
* rename these tests to match the attribute.Chris Lattner2009-01-051-0/+121