Go to file
Mehdi Amini d880309835 [GlobalOpt] Dead Eliminate declarations
GlobalOpt is already dead-code-eliminating global definitions. With
this change it also takes care of declarations.
Hopefully this should make it now a strict superset of GlobalDCE.
This is important for LTO/ThinLTO as we don't want the linker to see
"undefined reference" when it processes the input files: it could
prevent proper internalization (or even load an extra file from a
static archive, changing the behavior of the program!).

llvm-svn: 281653
2016-09-15 20:26:27 +00:00
clang clang-format VS plugin: upgrade the project files to VS2015 2016-09-15 19:44:49 +00:00
clang-tools-extra [Release notes] Mention readability-container-size-empty improvements. 2016-09-14 17:41:51 +00:00
compiler-rt [sanitizer] Test the allocator with the ASan win64 memory constants 2016-09-15 16:00:46 +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 math: Implement tgamma 2016-09-15 00:17:34 +00:00
libcxx [libc++] Avoid <memory> include in locale_win32.h 2016-09-15 18:36:13 +00:00
libcxxabi [lit] Replace print with lit_config.note(). 2016-09-02 13:56:05 +00:00
libunwind Add missing _US_ACTION_MASK constant to unwind.h 2016-09-05 18:01:13 +00:00
lld Make sure we create all necessary PT_LOADs. 2016-09-15 19:36:01 +00:00
lldb Fixing bot failures 2016-09-15 20:23:31 +00:00
llgo [llgo] add llgo source path to LLVM_GO_PACKAGES 2016-07-27 03:01:00 +00:00
llvm [GlobalOpt] Dead Eliminate declarations 2016-09-15 20:26:27 +00:00
openmp [cmake] Make libgomp & libiomp5 alias install optional 2016-09-14 17:46:27 +00:00
parallel-libs [SE] Support CUDA dynamic shared memory 2016-09-15 18:11:04 +00:00
polly GPGPU: Do not assume arrays start at 0 2016-09-15 14:05:58 +00:00