This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7e2bd34 Analysis: Move llvm::getConstantRangeFromMetadata to IR library. new aa9584a [libFuzzer] mention one more trophie new a9abde4 Fix a bug in the code of llvm-cxxdump in dumpArchive() when i [...] new f0a5715 [SCEV] Memoize visitMulExpr results in SCEVRewriteVisitor. new dea54d6 [IR] Add DenseMapInfo<CallSite>. new 228ec7d [ADT] Add CachedHashString. new 2a98ad5 [ADT] Compare strings' hashes first before comparing their values.
The 6 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 | 2 + include/llvm/ADT/CachedHashString.h | 120 +++++++++++++++++++-- include/llvm/Analysis/ScalarEvolutionExpressions.h | 21 +++- include/llvm/IR/CallSite.h | 22 ++++ test/Analysis/ScalarEvolution/pr18606.ll | 67 ++++++++++++ ...ivial.obj.coff-i386 => mixed-archive.coff-i386} | Bin 2938 -> 3230 bytes test/tools/llvm-cxxdump/trivial.test | 5 + tools/llvm-cxxdump/llvm-cxxdump.cpp | 2 +- 8 files changed, 231 insertions(+), 8 deletions(-) create mode 100644 test/Analysis/ScalarEvolution/pr18606.ll copy test/tools/llvm-cxxdump/Inputs/{trivial.obj.coff-i386 => mixed-archive.coff-i [...]