Age | Commit message (Expand) | Author |
---|---|---|
2011-06-23 | Fix Sema::CheckVectorOperands so that it doesn't try to insert a cast express... | Eli Friedman |
2010-08-26 | With lax vector conversions (the default) make sure we convert between two | Eric Christopher |
2010-06-30 | Clean up the diagnostic complaining about the element type of a vector | Douglas Gregor |
2010-06-22 | Vector types are not arithmetic types, either. Note that we now ban | Douglas Gregor |
2010-06-22 | Teach Type::isRealType() that vector types are never real types. All | Douglas Gregor |
2010-06-22 | Type Type::isRealFloatingType() that vectors are not floating-point | Douglas Gregor |
2010-04-09 | Improve diagnostics when we fail to convert from a source type to a | Douglas Gregor |
2009-12-15 | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar |
2009-06-28 | OpenCL 1.0 support: | Nate Begeman |
2009-06-26 | OpenCL 1.0 support: explicit casts to ext-vector types | Nate Begeman |