This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 32c9aed373b [X86] When lowering truncates to vXi1, don't sign extend i1 [...] new 9680c05100a [ModRefInfo] Add must alias info to ModRefInfo.
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/AliasAnalysis.h | 77 ++++++++++++++----- include/llvm/Analysis/AliasAnalysisEvaluator.h | 8 +- lib/Analysis/AliasAnalysis.cpp | 95 +++++++++++++++++++----- lib/Analysis/AliasAnalysisEvaluator.cpp | 61 ++++++++++++++- lib/Analysis/BasicAliasAnalysis.cpp | 13 +++- lib/Analysis/GlobalsModRef.cpp | 21 +++++- lib/Analysis/MemoryDependenceAnalysis.cpp | 3 +- test/Analysis/BasicAA/args-rets-allocas-loads.ll | 7 +- test/Analysis/BasicAA/call-attrs.ll | 6 +- test/Analysis/BasicAA/cs-cs-arm.ll | 6 +- test/Analysis/BasicAA/cs-cs.ll | 62 +++++++++++++--- 11 files changed, 295 insertions(+), 64 deletions(-)