This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 93e6e54 Finish renaming remaining analyzeBranch functions new e038466 [ThinLTO] Add an option to llvm-lto to print some basic stati [...] new bdf517a [LTO] Fix commons handling new fd7afc4 [LTO] Move tests from test/tools to test/LTO, as they're test [...]
The 3 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/LTO.h | 2 + lib/LTO/LTO.cpp | 10 +++-- .../Resolution/X86/Inputs/common2.ll} | 0 .../X86/Inputs/{alias-1.ll => commons.ll} | 2 +- .../common.ll => LTO/Resolution/X86/common2.ll} | 32 +++++++++++++--- test/LTO/Resolution/X86/commons.ll | 12 ++++++ test/ThinLTO/X86/funcimport.ll | 3 ++ tools/llvm-lto/llvm-lto.cpp | 44 ++++++++++++++++++++++ 8 files changed, 95 insertions(+), 10 deletions(-) rename test/{tools/llvm-lto2/X86/Inputs/common.ll => LTO/Resolution/X86/Inputs/com [...] copy test/LTO/Resolution/X86/Inputs/{alias-1.ll => commons.ll} (78%) rename test/{tools/llvm-lto2/X86/common.ll => LTO/Resolution/X86/common2.ll} (70%) create mode 100644 test/LTO/Resolution/X86/commons.ll