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
/
SemaCXX
/
vector.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
vector_size cannot be applied to Booleans. Updated the semantic checking log...
Aaron Ballman
2013-09-13
1
-6
/
+9
*
Fix Expr::Classify to correctly classify ExtVectorElementExprs. PR16204.
Eli Friedman
2013-06-17
1
-0
/
+4
*
Allow vector types in pseudo-destructor expressions. Fixes PR13798.
Douglas Gregor
2012-09-10
1
-0
/
+11
*
Add (hopefully) the last missing lvalue-to-rvalue conversion. Add an assertion
Richard Smith
2011-10-28
1
-0
/
+49
*
Fix Sema::CheckVectorOperands so that it doesn't try to insert a cast express...
Eli Friedman
2011-06-23
1
-4
/
+4
*
With lax vector conversions (the default) make sure we convert between two
Eric Christopher
2010-08-26
1
-6
/
+8
*
Don't allow vector conversions to sneak in under the guise of
Douglas Gregor
2010-06-22
1
-0
/
+30
*
Implement C++ builtin operator candidates for vector types.
Douglas Gregor
2010-05-19
1
-4
/
+70
*
Basic test for user-defined conversions involving vector types
Douglas Gregor
2010-05-18
1
-3
/
+23
*
Implement C++ support for vector and extended vector types. This
Douglas Gregor
2010-05-18
1
-0
/
+102