Go to file
Rui Ueyama 93ceadfb7b PECOFF: Optimize the writer using parallel_for.
Previously applying 1 million relocations took about 2 seconds on my
Xeon 2.4GHz 8 core workstation. After this patch, it takes about 300
milliseconds. As a result, time to link chrome.dll becomes 23 seconds
to 21 seconds.

llvm-svn: 231454
2015-03-06 06:53:13 +00:00
clang Don't crash on non-public referenced dtors in toplevel classes. 2015-03-06 06:01:06 +00:00
clang-tools-extra Renamed function to avoid confusion about purpose. 2015-03-06 00:39:42 +00:00
compiler-rt Add a symbolizer testcase for closed stdin/stdout 2015-03-05 23:41:47 +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 Fix bitselect for float/double types v2 2015-03-05 15:31:05 +00:00
libcxx Remove unneeded python import 2015-03-06 06:22:22 +00:00
libcxxabi Fix build with GCC: 2015-03-05 02:56:05 +00:00
lld PECOFF: Optimize the writer using parallel_for. 2015-03-06 06:53:13 +00:00
lldb Windows bot 2015-03-06 03:37:33 +00:00
llgo [llgo] Disable known failing packages in check-libgo 2015-03-06 02:49:07 +00:00
llvm Support: Improve performance of FileOutputBuffer on Windows 2015-03-06 06:07:32 +00:00
openmp moved Windows-specific flags under the WINDOWS guard in CMake 2015-03-05 17:50:48 +00:00
polly Fix compilation after 'Make DataLayout Non-Optional in the Module' commit 2015-03-05 09:48:20 +00:00