Go to file
Rui Ueyama 2dcc23580e COFF: Use section content checksum for ICF.
Previously, we calculated our own hash values for section contents.
Of coruse that's slow because we had to access all bytes in sections.
Fortunately, COFF objects usually contain hash values for COMDAT
sections. We can use that to speed up Identical COMDAT Folding.

llvm-svn: 246869
2015-09-04 20:45:50 +00:00
clang Don't allow dllexport/import on static local variables 2015-09-04 19:59:39 +00:00
clang-tools-extra [clang-tidy] Fix llvm-include-order check on Windows. 2015-09-04 15:46:51 +00:00
compiler-rt [asan] Disable asm instrumentation tests on android/x86. 2015-09-04 20:26:58 +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 Update mailing list reference. 2015-08-24 22:43:24 +00:00
libcxx Make a helper routine __throw_future_error, and encapsulate the #ifdef _LIBCPP_NO_EXCEPTIONS there, instead of duplicating it throughout the code. No functionality change 2015-09-03 15:11:32 +00:00
libcxxabi Convert LIBCXXABI_BUILD_32_BITS to LLVM_BUILD_32_BITS. 2015-09-01 01:02:06 +00:00
libunwind unwind: cleanup -Wunused-parameter 2015-09-01 04:29:03 +00:00
lld COFF: Use section content checksum for ICF. 2015-09-04 20:45:50 +00:00
lldb Use correct #ifdef check for ProcessWindowsLog::Terminate() call. 2015-09-04 16:34:19 +00:00
llgo [llgo] drop debug/DIBuilder.Declare 2015-09-01 11:52:37 +00:00
llvm [llvm-readobj] MachO: dump the correct field. 2015-09-04 20:43:00 +00:00
openmp Remove duplicate of num_threads assignment. 2015-09-02 20:28:50 +00:00
polly ScopInfo: use project_out instead of remove_dims 2015-09-01 18:17:41 +00:00