Go to file
Rui Ueyama 19ccffe4bc Do not start over relocation search from beginning.
This patch addresses a post-commit review for r270325. r270325
introduced getReloc function that searches a relocation for a
given range. It always started searching from beginning of relocation
vector, so it was slower than before. Previously, we used to use
the fact that the relocations are sorted. This patch restore it.

llvm-svn: 270572
2016-05-24 15:40:46 +00:00
clang [modules] Ask the canonical decl whether the constructor was defaulted. 2016-05-24 12:10:36 +00:00
clang-tools-extra [include-fixer][find-all-symbols] removed unused const member from YamlReporter to fix build bot failure. 2016-05-24 15:34:37 +00:00
compiler-rt Fix typo in comment 2016-05-24 02:37:07 +00:00
debuginfo-tests
libclc math: Use single precision fmax in sp path 2016-05-17 19:44:01 +00:00
libcxx Reorganize locale extension fallbacks. NFCI 2016-05-20 12:58:41 +00:00
libcxxabi libc++abi: make __cxa_call_unexpected visible 2016-05-11 23:56:37 +00:00
libunwind unwind: remove last instance of -Wexpansion-to-defined 2016-04-26 01:11:29 +00:00
lld Do not start over relocation search from beginning. 2016-05-24 15:40:46 +00:00
lldb Add a missing include to ItaniumABILanguageRuntime.h 2016-05-24 15:32:40 +00:00
llgo [llgo] llgoi: separate evaluation from printing 2016-04-25 01:18:20 +00:00
llvm Recommit r270070 ([llvm-mc] - Teach llvm-mc to generate compressed debug sections in zlib style.) 2016-05-24 15:19:35 +00:00
openmp Fork performance improvements 2016-05-23 18:01:19 +00:00
polly [ScopInfo] Remove unused typedef OutgoingValueMapTy. NFC. 2016-05-23 14:51:52 +00:00