This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4f349ac [asan] Speed up compilation of large C++ stringmaps (tons of [...] new 92bee0f [ThinLTO] Prevent exporting of locals used/defined in module [...] new 9a9bc14 [libFuzzer] minor docs update
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: docs/LibFuzzer.rst | 6 +- include/llvm/Support/TargetRegistry.h | 3 + lib/Analysis/LLVMBuild.txt | 2 +- lib/Analysis/ModuleSummaryAnalysis.cpp | 61 ++++++++++++++-- lib/Bitcode/Writer/BitcodeWriter.cpp | 23 ++++-- lib/Object/IRObjectFile.cpp | 3 +- test/LTO/X86/current-section.ll | 3 + .../X86/Inputs/{module_asm.ll => module_asm2.ll} | 8 ++- test/ThinLTO/X86/module_asm2.ll | 84 ++++++++++++++++++++++ tools/opt/opt.cpp | 1 + 10 files changed, 176 insertions(+), 18 deletions(-) copy test/ThinLTO/X86/Inputs/{module_asm.ll => module_asm2.ll} (52%) create mode 100644 test/ThinLTO/X86/module_asm2.ll