Go to file
Justin Lebar c9d66eb05b [ADT] Compare strings' hashes first before comparing their values.
Summary:
We already have the hashes in hand, and comparing hashes should be much
more discriminatory than comparing the StringRefs' sizes.

Reviewers: rafael

Subscribers: llvm-commits

Differential Revision: https://reviews.llvm.org/D25705

llvm-svn: 284872
2016-10-21 20:10:51 +00:00
clang [CUDA] Use FunctionDeclAndLoc for the Sema::LocsWithCUDACallDiags hashtable. 2016-10-21 20:08:52 +00:00
clang-tools-extra [clang-move] Support moving template class forward declarations. 2016-10-21 19:26:43 +00:00
compiler-rt adding new symbols to llvm-symbolizer symbol test 2016-10-20 20:33:54 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Provide vstore_half helper to workaround clc restrictions 2016-09-21 20:15:55 +00:00
libcxx [ModuleMap] Add more module entries to cover some non modular headers 2016-10-21 03:14:27 +00:00
libcxxabi Fix typo in comment 2016-10-15 00:02:20 +00:00
libunwind [libunwind] Add missing <stdint.h> include. NFC. 2016-10-13 14:32:24 +00:00
lld Use a CachedHashString for comdats too. 2016-10-21 19:49:42 +00:00
lldb [CMake] Fix standalone build 2016-10-21 18:38:44 +00:00
llgo [llgo] add llgo source path to LLVM_GO_PACKAGES 2016-07-27 03:01:00 +00:00
llvm [ADT] Compare strings' hashes first before comparing their values. 2016-10-21 20:10:51 +00:00
openmp Fixed memory leak mistakenly introduced by https://reviews.llvm.org/D23115 2016-10-20 17:14:17 +00:00
parallel-libs [SE] Change CoreTests target name 2016-09-27 15:32:52 +00:00
polly [SCEVAffinator] Make precise modular math more correct. 2016-10-21 18:08:02 +00:00