Go to file
Douglas Gregor 4ffbad1904 Change Type::isFloatingType() to reflect the actual definition of a
"floating type" in C, which does not include vector types. Introduce
Type::hasFloatingRepresentation() for the places where we want to know
whether the underlying representation is one or more floating-point
values. Remove some hacks we had where the former behavior of
Type::isFloatingType() was at odds with the language definition of the
term.

llvm-svn: 106584
2010-06-22 22:12:46 +00:00
clang Change Type::isFloatingType() to reflect the actual definition of a 2010-06-22 22:12:46 +00:00
compiler-rt This is a test commit to verify repository access. 2010-06-19 04:34:50 +00:00
libcxx Finished [re.traits]. I'd like to acknowledge the help of Bjorn Reese with <regex>. 2010-06-21 21:01:43 +00:00
lldb Avoid tolower, it's slow and unnecessary. 2010-06-22 21:28:05 +00:00
llvm Also convert SUBREG_TO_REG to a KILL when relevant, like the other subreg 2010-06-22 22:11:07 +00:00