index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
Sema
/
ext_vector_casts.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix Sema::CheckVectorOperands so that it doesn't try to insert a cast express...
Eli Friedman
2011-06-23
1
-1
/
+1
*
With lax vector conversions (the default) make sure we convert between two
Eric Christopher
2010-08-26
1
-1
/
+1
*
Clean up the diagnostic complaining about the element type of a vector
Douglas Gregor
2010-06-30
1
-1
/
+1
*
Vector types are not arithmetic types, either. Note that we now ban
Douglas Gregor
2010-06-22
1
-0
/
+1
*
Teach Type::isRealType() that vector types are never real types. All
Douglas Gregor
2010-06-22
1
-0
/
+4
*
Type Type::isRealFloatingType() that vectors are not floating-point
Douglas Gregor
2010-06-22
1
-0
/
+2
*
Improve diagnostics when we fail to convert from a source type to a
Douglas Gregor
2010-04-09
1
-1
/
+1
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
OpenCL 1.0 support:
Nate Begeman
2009-06-28
1
-0
/
+22
*
OpenCL 1.0 support: explicit casts to ext-vector types
Nate Begeman
2009-06-26
1
-0
/
+23