This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f75edf0 cmake: Set rpath for loadable modules as well as shared libraries. new 78a6806 [PM] Extend the explicit 'invalidate' method API on analysis [...]
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/CFLAndersAliasAnalysis.h | 5 +- include/llvm/Analysis/CFLSteensAliasAnalysis.h | 5 +- include/llvm/Analysis/CGSCCPassManager.h | 3 + include/llvm/Analysis/ObjCARCAliasAnalysis.h | 5 +- include/llvm/Analysis/ScopedNoAliasAA.h | 5 +- include/llvm/Analysis/TargetLibraryInfo.h | 10 +- include/llvm/Analysis/TargetTransformInfo.h | 3 +- include/llvm/Analysis/TypeBasedAliasAnalysis.h | 5 +- include/llvm/IR/PassManager.h | 192 +++++++++++++++++++------ include/llvm/IR/PassManagerInternal.h | 61 +++++--- lib/Analysis/CGSCCPassManager.cpp | 1 + unittests/Analysis/CGSCCPassManagerTest.cpp | 5 +- unittests/IR/PassManagerTest.cpp | 103 +++++++++++++ 13 files changed, 327 insertions(+), 76 deletions(-)