Go to file
Rui Ueyama 259924869b ELF: Create LTO.{cpp,h} and move LTO-related code to that file.
The code for LTO has been growing, so now is probably a good time to
move it to its own file. SymbolTable.cpp is for symbol table, and
because compiling bitcode files are semantically not a part of
symbol table, this is I think a good thing to do.

http://reviews.llvm.org/D18370

llvm-svn: 264091
2016-03-22 20:52:10 +00:00
clang StaticAnalyzer: Avoid an unintentional copy 2016-03-22 17:50:05 +00:00
clang-tools-extra [clang-tidy] Fix broken test with redundant string init (msvc). 2016-03-22 18:21:17 +00:00
compiler-rt [tsan] Fix check-tsan build by using CHECK_NE. 2016-03-22 18:12:18 +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: Fix ilogb(double) return type 2016-02-24 00:52:15 +00:00
libcxx Missing ATOMIC_*_LOCK_FREE tests 2016-03-18 17:48:58 +00:00
libcxxabi [libcxxabi] Disable cxa_thread_atexit_test if unavailable 2016-03-17 10:00:24 +00:00
libunwind [AArch64] Fix libunwind build when using GNU assembler 2016-02-11 21:22:57 +00:00
lld ELF: Create LTO.{cpp,h} and move LTO-related code to that file. 2016-03-22 20:52:10 +00:00
lldb Changes to the Xcode project file to make LLDB build again after llvm/Support/ConvertUTF.h was brought into the driver 2016-03-22 20:16:51 +00:00
llgo [llgo] Roll gofrontend forward 2016-03-15 05:36:43 +00:00
llvm Revert "Support arbitrary addrspace pointers in masked load/store intrinsics" 2016-03-22 20:24:34 +00:00
openmp [OMPT] Make tests require OMPT_BLAME 2016-03-22 08:23:24 +00:00
polly ScopInfo: Do not generate dependences for i1 values used in affine branches 2016-03-16 23:33:54 +00:00