Go to file
Rui Ueyama f69ecc1212 COFF: Handle all COMDAT sections as non-GC root.
I don't remember why I thought that only functions are subject
of garbage collection, but the comment here said so, which is
not correct. Moreover, the code just below the comment does not
do what the comment says -- it handles non-COMDAT, non-function
sections as GC root. As a result, it just handles non-COMDAT
sections as GC root.

This patch cleans that up by removing SectionChunk::isRoot and
use isCOMDAT instead.

llvm-svn: 243700
2015-07-30 22:48:45 +00:00
clang Split DWARF: Allow -gmlt/-gsplit-dwarf to override rather than complement each other 2015-07-30 21:42:22 +00:00
clang-tools-extra Move an extra switch to clang-tools-extra/test/clang-tidy/misc-unused-parameters.cpp from check_clang_tidy.sh. 2015-07-28 22:41:04 +00:00
compiler-rt [dfsan] Enable dfsan for aarch64 2015-07-30 21:13:21 +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 double implementation of log 2015-07-24 18:07:14 +00:00
libcxx Reapply working parts of CMake cleanup. 2015-07-30 22:30:34 +00:00
libcxxabi [libcxxabi][mips] Correct float_data::mangled_size for all ABI's. 2015-07-30 16:11:04 +00:00
libunwind [libunwind] Flip order of extern "C" and attribute(visibility) 2015-07-24 19:29:05 +00:00
lld COFF: Handle all COMDAT sections as non-GC root. 2015-07-30 22:48:45 +00:00
lldb Fix help message for target.language setting. 2015-07-30 22:10:08 +00:00
llgo [llgo] build llgoi by default 2015-07-21 00:47:18 +00:00
llvm MIR Parser: Report an error when a constant pool item is redefined. 2015-07-30 22:00:17 +00:00
openmp Update Build_With_CMake.txt to reflect changes in CMake refactor 2015-07-27 16:23:42 +00:00
polly Move computations out of constructors 2015-07-30 19:27:04 +00:00