This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8d48aba coff: fix the section of weak symbols. new 4b3bb8d [MemCpyOpt] Don't perform callslot optimization across may-th [...] new b80d8da [BasicAA] Extend inbound GEP negative offset logic to GlobalV [...]
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: include/llvm/Analysis/BasicAliasAnalysis.h | 4 ++-- lib/Analysis/BasicAliasAnalysis.cpp | 28 +++++++++++++++--------- lib/Transforms/Scalar/MemCpyOptimizer.cpp | 14 +++++++++++- test/Analysis/BasicAA/negoffset.ll | 11 ++++++++++ test/Transforms/MemCpyOpt/callslot_throw.ll | 34 +++++++++++++++++++++++++++++ test/Transforms/MemCpyOpt/loadstore-sret.ll | 2 +- 6 files changed, 79 insertions(+), 14 deletions(-) create mode 100644 test/Transforms/MemCpyOpt/callslot_throw.ll