Go to file
Bob Wilson 80381f6cbf Fix 80-column issues.
llvm-svn: 145783
2011-12-04 00:52:23 +00:00
clang Move block return type inference diagnostic to a common place where 2011-12-03 23:53:56 +00:00
compiler-rt [asan] get rid of some more dependency on libstdc++ 2011-12-03 02:23:25 +00:00
debuginfo-tests Testcase for r133065 2011-06-15 17:57:23 +00:00
libcxx Version #next on the hash functions for scalars. This builds on Dave's work, extends it to T*, and changes the way double and long double are handled (no longer convert to float on 32 bit). I also picked up a minor bug with uninitialized bits on the upper end of size_t when sizeof(size_t) > sizeof(T), e.g. in hash<float>. Most of the functionality has been put in one place: __scalar_hash in <memory>. Unfortunately I could not reuse __scalar_hash for hash<long double> on x86 because of the padding bits which need to be zeroed. I didn't want to add this zeroing step to the more general __scalar_hash when it isn't needed (in the absence of padding bits). I'm not ignoring the hash<string> issue (possibly changing that to a better hash). I just haven't gotten there yet. 2011-12-03 21:11:36 +00:00
libcxxabi Updated heuristic regulating small string buffer 2011-12-01 00:08:59 +00:00
lldb Added the ability for clients to grab a set of symbol table indexes and then 2011-12-03 20:02:42 +00:00
llvm Fix 80-column issues. 2011-12-04 00:52:23 +00:00
polly test: Switch to new atomic instructions 2011-11-29 14:51:05 +00:00