This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8c9101fe001 [CGP] fix variables to be unsigned in memcmp expansion new d8cbb8e87ac [CGP, memcmp] replace CreateZextOrTrunc with CreateZext bec [...] new dc07e63ced8 Object: Have the irsymtab builder take a string table build [...] new 52ebe03cb0a [BasicAA] Use MayAlias instead of PartialAlias for fallback.
The 3 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/Object/IRSymtab.h | 6 +- lib/Analysis/BasicAliasAnalysis.cpp | 6 +- lib/CodeGen/CodeGenPrepare.cpp | 12 ++-- lib/Object/IRSymtab.cpp | 36 +++++----- test/Analysis/BasicAA/2007-08-01-NoAliasAndGEP.ll | 4 +- .../BasicAA/2010-09-15-GEP-SignedArithmetic.ll | 2 +- test/Analysis/BasicAA/bug.23540.ll | 2 +- test/Analysis/BasicAA/bug.23626.ll | 14 ++-- test/Analysis/BasicAA/constant-over-index.ll | 2 +- test/Analysis/BasicAA/fallback-mayalias.ll | 23 +++++++ test/Analysis/BasicAA/q.bad.ll | 14 ++-- test/Analysis/BasicAA/returned.ll | 16 ++--- test/Analysis/BasicAA/sequential-gep.ll | 6 +- test/Analysis/BasicAA/struct-geps.ll | 78 +++++++++++----------- test/Analysis/BasicAA/zext.ll | 8 +-- .../TypeBasedAliasAnalysis/dynamic-indices.ll | 19 +++--- 16 files changed, 137 insertions(+), 111 deletions(-) create mode 100644 test/Analysis/BasicAA/fallback-mayalias.ll