Go to file
Douglas Gregor 5cc2c8b9c3 Vectors are not integer types, so the type system should not classify
them as such. Type::is(Signed|Unsigned|)IntegerType() now return false
for vector types, and new functions
has(Signed|Unsigned|)IntegerRepresentation() cover integer types and
vector-of-integer types. This fixes a bunch of latent bugs.

Patch from Anton Yartsev!

llvm-svn: 109229
2010-07-23 15:58:24 +00:00
clang Vectors are not integer types, so the type system should not classify 2010-07-23 15:58:24 +00:00
compiler-rt Hand-tuning of single-precision soft-float comparison routines for ARM 2010-07-08 17:45:05 +00:00
libcxx Updated weekly by chapter summary 2010-07-22 20:29:53 +00:00
lldb Remove a deadlock condition. A bit of explanation is needed: When calling 2010-07-23 15:47:19 +00:00
llvm fix constness warnings 2010-07-23 13:28:47 +00:00