This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 598682f [docs] Change CrossCompilation guidde to reflect changes in C [...] new 27af205 Restore "[ThinLTO] Emit individual index files for distribute [...]
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/Bitcode/ReaderWriter.h | 8 +- include/llvm/LTO/ThinLTOCodeGenerator.h | 9 +- include/llvm/Transforms/IPO/FunctionImport.h | 16 ++ lib/Bitcode/Writer/BitcodeWriter.cpp | 286 ++++++++++++++++----- lib/LTO/ThinLTOCodeGenerator.cpp | 23 ++ lib/Transforms/IPO/FunctionImport.cpp | 27 ++ .../X86/Inputs/distributed_indexes.ll} | 0 test/ThinLTO/X86/distributed_indexes.ll | 47 ++++ test/tools/gold/X86/thinlto.ll | 36 ++- tools/gold/gold-plugin.cpp | 101 +++++--- tools/llvm-lto/llvm-lto.cpp | 35 +++ 11 files changed, 484 insertions(+), 104 deletions(-) copy test/{tools/llvm-lto/Inputs/thinlto.ll => ThinLTO/X86/Inputs/distributed_inde [...] create mode 100644 test/ThinLTO/X86/distributed_indexes.ll