This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7732977 code cleanup -- commoning IR travsersals new 7e15c9e [ThinLTO] Always emit a summary when compiling in ThinLTO mode new 86978b7 [InferAttributes] Don't access parameters that don't exist.
The 2 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: lib/Analysis/TargetLibraryInfo.cpp | 4 ++-- lib/Bitcode/Reader/BitcodeReader.cpp | 15 +++++++++----- lib/Bitcode/Writer/BitcodeWriter.cpp | 8 +++++--- lib/LTO/LTO.cpp | 10 ++++++++++ test/Bitcode/thinlto-empty-summary-section.ll | 7 +++++++ test/ThinLTO/X86/Inputs/emit_imports.ll | 3 +++ .../alias-1.ll => ThinLTO/X86/Inputs/empty.ll} | 2 -- test/ThinLTO/X86/emit_imports.ll | 23 +++++++++++++++++++--- test/Transforms/InferFunctionAttrs/pr30455.ll | 13 ++++++++++++ .../tools/gold/X86/Inputs/thinlto_empty.ll | 0 test/tools/gold/X86/thinlto_emit_imports.ll | 12 ++++++++++- 11 files changed, 81 insertions(+), 16 deletions(-) create mode 100644 test/Bitcode/thinlto-empty-summary-section.ll copy test/{LTO/Resolution/X86/Inputs/alias-1.ll => ThinLTO/X86/Inputs/empty.ll} (83%) create mode 100644 test/Transforms/InferFunctionAttrs/pr30455.ll copy bindings/python/llvm/__init__.py => test/tools/gold/X86/Inputs/thinlto_empty. [...]