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
*
For PR17164: split -fno-lax-vector-conversion into three different
Richard Smith
2019-09-13
1
-20
/
+62
*
Revert "For PR17164: split -fno-lax-vector-conversion into three different"
Jonas Devlieghere
2019-09-13
1
-62
/
+20
*
For PR17164: split -fno-lax-vector-conversion into three different
Richard Smith
2019-09-13
1
-20
/
+62
*
Fix handling of class member access into a vector type.
Richard Smith
2019-08-14
1
-0
/
+16
*
[OpenCL] Allow OpenCL C style vector initialization in C++
Anastasia Stulova
2019-08-02
1
-0
/
+8
*
[Clang][Sema]Choose a better candidate in overload function call if there is ...
Zi Xuan Wu
2018-11-16
1
-4
/
+4
*
PR15730/PR16986 Allow dependently typed vector_size types.
Erich Keane
2018-07-13
1
-0
/
+43
*
Revert -r336726, which included more files than intended.
Erich Keane
2018-07-10
1
-43
/
+0
*
[NFC] Switch CodeGenFunction to use value init instead of member init lists
Erich Keane
2018-07-10
1
-0
/
+43
*
Fix typos in clang
Alexander Kornienko
2018-04-06
1
-1
/
+1
*
[Lit Test] Updated 34 Lit tests to be C++11 compatible.
Charles Li
2015-11-17
1
-1
/
+7
*
Print detailed vector type information on diagnostics.
Benjamin Kramer
2014-04-25
1
-5
/
+5
*
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