Go to file
Rui Ueyama 548d22c073 COFF: ICF should not merge sectinos if their alignments are not the same.
There's actually a room to improve this patch. Instead of not merging
sections that have different alignements, we can choose the section that
has the largest alignment requirement among all sections that are otherwise
considered the same. Then all section alignments are satisfied, so we can
merge them.

I don't know if that improvement could make any difference for real-world
input, so I'll leave it alone. Would be interesting to revisit later.

llvm-svn: 248581
2015-09-25 16:50:12 +00:00
clang Revert "This patch adds missing pieces to clang, including the PS4 toolchain definition, added warnings, PS4 defaults, and Driver changes needed for our compiler." 2015-09-25 16:11:00 +00:00
clang-tools-extra Add NamingStyle option to modernize-loop-convert. 2015-09-24 17:02:19 +00:00
compiler-rt [CMake] [darwin] [cc_kext] In addition to builtin sources the cc_kext builtins include some functions from clang_rt.profile. 2015-09-24 22:29: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 Add sampler defines. 2015-09-21 14:59:58 +00:00
libcxx Fix Typo in GCC no RTTI detection. Fixes PR#24901. Thanks to Bernhard Rosenkraenzer for the report and the patch. 2015-09-22 21:58:30 +00:00
libcxxabi Let cxa_demangle.cpp compile with gcc/libstdc++ 4.8 and clang-cl/MSVC2013's STL. 2015-09-20 18:10:46 +00:00
libunwind unwind: cleanup -Wunused-parameter 2015-09-01 04:29:03 +00:00
lld COFF: ICF should not merge sectinos if their alignments are not the same. 2015-09-25 16:50:12 +00:00
lldb Re-enable FreeBSD tests do not hang locally 2015-09-25 16:10:40 +00:00
llgo [llgo] irgen: always use TargetMachine's data layout 2015-09-25 06:28:14 +00:00
llvm [GlobalsAA] Teach GlobalsAA about nocapture 2015-09-25 15:39:29 +00:00
openmp [OpenMP Testsuite] Change omp_get_wtime.c timer resolution to 3 percent 2015-09-24 15:10:57 +00:00
polly [cmake] terminate isl/stdint.h with a newline 2015-09-25 11:45:26 +00:00