This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from bcb151cb455 [llvm-objdump] Add the missing ARMv8 subarch detection new a7e59d59584 Annotate return values of allocation functions with derefer [...]
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/Analysis/MemoryBuiltins.h | 5 + lib/Analysis/MemoryBuiltins.cpp | 7 + lib/Transforms/InstCombine/InstCombineCalls.cpp | 33 +++++ test/Transforms/InstCombine/compare-unescaped.ll | 108 ++++++++++----- test/Transforms/InstCombine/deref-alloc-fns.ll | 19 ++- test/Transforms/InstCombine/malloc-free-delete.ll | 157 ++++++++++++++-------- test/Transforms/InstCombine/objsize.ll | 8 +- test/Transforms/InstCombine/realloc.ll | 4 +- 8 files changed, 236 insertions(+), 105 deletions(-)