This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9fd9770 Resolution-based LTO API. new 6f0ab85 Revert "Resolution-based LTO API."
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/LTO/Config.h | 169 --- include/llvm/LTO/LTO.h | 328 +----- include/llvm/LTO/LTOBackend.h | 51 - lib/LTO/CMakeLists.txt | 1 - lib/LTO/LLVMBuild.txt | 2 +- lib/LTO/LTO.cpp | 536 +--------- lib/LTO/LTOBackend.cpp | 277 ----- lib/Object/IRObjectFile.cpp | 2 +- test/CMakeLists.txt | 1 - test/LTO/Resolution/X86/Inputs/alias-1.ll | 4 - test/LTO/Resolution/X86/Inputs/comdat.ll | 28 - test/LTO/Resolution/X86/alias.ll | 22 - test/LTO/Resolution/X86/comdat.ll | 86 -- test/LTO/Resolution/X86/lit.local.cfg | 2 - test/lit.cfg | 1 - test/tools/gold/X86/coff.ll | 2 +- test/tools/gold/X86/comdat.ll | 80 +- test/tools/gold/X86/common.ll | 10 +- test/tools/gold/X86/emit-llvm.ll | 51 +- test/tools/gold/X86/opt-level.ll | 6 +- test/tools/gold/X86/parallel.ll | 5 +- test/tools/gold/X86/slp-vectorize.ll | 2 +- test/tools/gold/X86/start-lib-common.ll | 2 +- test/tools/gold/X86/strip_names.ll | 2 +- test/tools/gold/X86/thinlto.ll | 10 +- test/tools/gold/X86/thinlto_alias.ll | 10 +- test/tools/gold/X86/thinlto_internalize.ll | 2 +- test/tools/gold/X86/thinlto_linkonceresolution.ll | 6 +- test/tools/gold/X86/thinlto_weak_resolution.ll | 13 +- test/tools/gold/X86/type-merge2.ll | 2 +- test/tools/gold/X86/vectorize.ll | 2 +- test/tools/gold/X86/visibility.ll | 4 +- test/tools/llvm-lto2/errors.ll | 11 - tools/gold/gold-plugin.cpp | 1171 +++++++++++++++++---- tools/llvm-lto2/CMakeLists.txt | 10 - tools/llvm-lto2/LLVMBuild.txt | 22 - tools/llvm-lto2/llvm-lto2.cpp | 168 --- 37 files changed, 1049 insertions(+), 2052 deletions(-) delete mode 100644 include/llvm/LTO/Config.h delete mode 100644 include/llvm/LTO/LTOBackend.h delete mode 100644 lib/LTO/LTOBackend.cpp delete mode 100644 test/LTO/Resolution/X86/Inputs/alias-1.ll delete mode 100644 test/LTO/Resolution/X86/Inputs/comdat.ll delete mode 100644 test/LTO/Resolution/X86/alias.ll delete mode 100644 test/LTO/Resolution/X86/comdat.ll delete mode 100644 test/LTO/Resolution/X86/lit.local.cfg delete mode 100644 test/tools/llvm-lto2/errors.ll delete mode 100644 tools/llvm-lto2/CMakeLists.txt delete mode 100644 tools/llvm-lto2/LLVMBuild.txt delete mode 100644 tools/llvm-lto2/llvm-lto2.cpp