This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0eeb3d4 Search for llvm-symbolizer binary in the same directory as ar [...] new ec34b02 Factor out a loopHasNoAbnormalExits; NFC new 05c5b3f Be wary of abnormal exits from loop when exploiting UB new 0c3d257 Minor clean up in loopHasNoAbnormalExits; NFC new 875352d [ThinLTO/gold] Enable summary-based internalization new 41a5827 [libFuzzer] add one more OOM test, which we currently don't h [...]
The 5 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/Analysis/ScalarEvolution.h | 16 +++-- lib/Analysis/ScalarEvolution.cpp | 33 +++++---- lib/Fuzzer/test/CMakeLists.txt | 1 + .../{OutOfMemoryTest.cpp => OneHugeAllocTest.cpp} | 14 ++-- lib/Transforms/IPO/FunctionImport.cpp | 15 +++- test/Analysis/ScalarEvolution/trip-count.ll | 22 ++++++ test/Transforms/LoopReroll/basic.ll | 8 +-- test/tools/gold/X86/Inputs/thinlto_alias.ll | 4 ++ test/tools/gold/X86/Inputs/thinlto_internalize.ll | 6 ++ test/tools/gold/X86/thinlto_alias.ll | 30 ++++++++ test/tools/gold/X86/thinlto_internalize.ll | 21 ++++++ test/tools/gold/X86/thinlto_linkonceresolution.ll | 1 + tools/gold/gold-plugin.cpp | 83 ++++++++++++++++++---- 13 files changed, 204 insertions(+), 50 deletions(-) copy lib/Fuzzer/test/{OutOfMemoryTest.cpp => OneHugeAllocTest.cpp} (70%) create mode 100644 test/tools/gold/X86/Inputs/thinlto_alias.ll create mode 100644 test/tools/gold/X86/Inputs/thinlto_internalize.ll create mode 100644 test/tools/gold/X86/thinlto_alias.ll create mode 100644 test/tools/gold/X86/thinlto_internalize.ll