Go to file
Jakub Staszak 5fd147f97e Fix table of contents.
llvm-svn: 145793
2011-12-04 20:44:25 +00:00
clang Support decltype in nested-name-specifiers. 2011-12-04 05:04:18 +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 table of contents. 2011-12-04 20:44:25 +00:00
polly Cloog: Include header file for pipe/open/close 2011-12-04 10:44:14 +00:00