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
*
For PR17164: split -fno-lax-vector-conversion into three different
Richard Smith
2019-09-13
1
-1
/
+1
*
Revert "For PR17164: split -fno-lax-vector-conversion into three different"
Jonas Devlieghere
2019-09-13
1
-1
/
+1
*
For PR17164: split -fno-lax-vector-conversion into three different
Richard Smith
2019-09-13
1
-1
/
+1
*
[Sema] Enable -Wimplicit-float-conversion for integral to floating point prec...
Ziang Wan
2019-08-01
1
-5
/
+5
*
Revert "[Sema] Enable -Wimplicit-float-conversion for integral to floating po...
Petr Hosek
2019-07-25
1
-4
/
+4
*
[Sema] Enable -Wimplicit-float-conversion for integral to floating point prec...
Ziang Wan
2019-07-25
1
-4
/
+4
*
Reverted D52835 to fix review comments
David Bolvansky
2018-11-14
1
-1
/
+1
*
[Diagnostics] Check integer to floating point number implicit conversions
David Bolvansky
2018-11-14
1
-1
/
+1
*
[Sema] Make extended vectors of `bool` an error.
George Burgess IV
2016-01-28
1
-0
/
+2
*
[Sema] Be consistent about diagnostic wording: always use "cannot".
Davide Italiano
2015-08-15
1
-6
/
+6
*
Print detailed vector type information on diagnostics.
Benjamin Kramer
2014-04-25
1
-12
/
+12
*
Improved semantics for implicit scalar -> extvector conversions.
Stephen Canon
2014-04-03
1
-4
/
+37
*
C. Compare vector sizes using their raw element size instead of
Fariborz Jahanian
2014-03-06
1
-0
/
+10
*
Tighten lax vector-conversion rules and enforce them consistently.
John McCall
2014-02-04
1
-1
/
+1
*
Add an additional check in test/Sema/ext_vector_casts.c
Argyrios Kyrtzidis
2014-01-04
1
-0
/
+1
*
[Sema] When checking if a bitcast is appropriate between vector types, take into
Argyrios Kyrtzidis
2014-01-04
1
-0
/
+4
*
Make test portable.
Ted Kremenek
2013-10-10
1
-1
/
+1
*
Fix getIntegerTypeOrder() to properly handle enums by first unwrapping their ...
Ted Kremenek
2013-10-10
1
-0
/
+24
*
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