This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2af2e6c776c Add missing new files from r324077 new f89cdbc3663 [Analysis] Support aggregate access types in TBAA
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: lib/Analysis/TypeBasedAliasAnalysis.cpp | 313 ++++++++++++++------- test/Analysis/TypeBasedAliasAnalysis/aggregates.ll | 138 +++++++++ .../TypeBasedAliasAnalysis/tbaa-path-new.ll | 306 ++++++++++++++++++++ 3 files changed, 661 insertions(+), 96 deletions(-) create mode 100644 test/Analysis/TypeBasedAliasAnalysis/aggregates.ll create mode 100644 test/Analysis/TypeBasedAliasAnalysis/tbaa-path-new.ll