Go to file
Chandler Carruth d4ba3eb480 Switch this code to use hash_combine_range rather than incremental calls
to hash_combine. One of the interfaces could already do this, and the
other can just use a small buffer. This is a much more efficient way to
use the hash_combine interface, although I don't have any particular
benchmark where this code was hot, so I can't measure much of an impact.
It at least doesn't slow anything down.

llvm-svn: 152200
2012-03-07 03:22:32 +00:00
clang Test fix-it added in r152198. 2012-03-07 03:18:34 +00:00
compiler-rt Force __asan_handle_no_return into the binary built with ASan. 2012-03-06 11:45:59 +00:00
debuginfo-tests Revert previous patch as the corresponding clang patch was reverted. 2012-01-26 07:01:33 +00:00
libclc Switch to BSD/MIT dual license. 2012-02-22 04:47:39 +00:00
libcxx Define _WCHAR_T in solaris/wchar.h. This fixes a bug where Solaris 10 headers 2012-03-02 10:56:04 +00:00
libcxxabi First attempt at arm support. 2012-02-29 22:14:19 +00:00
lld Add support for SharedLibraryAtoms (proxy atoms for exported symbols from a 2012-02-22 21:56:59 +00:00
lldb rdar://problem/10998562 2012-03-07 02:09:02 +00:00
llvm Switch this code to use hash_combine_range rather than incremental calls 2012-03-07 03:22:32 +00:00
polly CodeGen: Fix typo 'form' -> 'from' 2012-03-06 07:38:57 +00:00