This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5d2b264 [X86] Fix Stale SDNode use in X86ISelDAGtoDAG new 193628a Kill some trailing whitespace to make some new changes a bit easier. new 08d0e94 [ThinLTO] Add support for emitting minimized bitcode for thin link
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: include/llvm/Bitcode/BitcodeWriter.h | 19 +++++- include/llvm/Object/ModuleSummaryIndexObjectFile.h | 7 +- include/llvm/Transforms/IPO.h | 3 +- lib/Bitcode/Writer/BitcodeWriter.cpp | 57 +++++++++++------ lib/Object/ModuleSummaryIndexObjectFile.cpp | 9 ++- lib/Target/PowerPC/PPCISelLowering.cpp | 24 +++---- lib/Transforms/IPO/ThinLTOBitcodeWriter.cpp | 74 +++++++++++++++++----- test/ThinLTO/X86/distributed_import.ll | 48 ++++++++++++-- test/Transforms/ThinLTOBitcodeWriter/no-type-md.ll | 37 ++++++++++- test/Transforms/ThinLTOBitcodeWriter/split.ll | 30 +++++++-- .../ThinLTOBitcodeWriter/unsplittable.ll | 5 +- .../gold/X86/thinlto_object_suffix_replace.ll | 41 ++++++++++++ tools/gold/gold-plugin.cpp | 59 +++++++++++++++-- tools/opt/opt.cpp | 21 +++++- 14 files changed, 358 insertions(+), 76 deletions(-) create mode 100644 test/tools/gold/X86/thinlto_object_suffix_replace.ll