This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b5151192440 [mips] Handle the `long-calls` feature flags in the MIPS backend new ed504111e89 [PM/LCG] Teach the LazyCallGraph to maintain reference edge [...]
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/LazyCallGraph.h | 18 +++++++++-- lib/Analysis/CGSCCPassManager.cpp | 9 ++++-- lib/Analysis/LazyCallGraph.cpp | 44 ++++++++++++++++++++++----- test/Other/cgscc-libcall-update.ll | 35 +++++++++++++++++++++ test/Other/new-pass-manager.ll | 2 ++ unittests/Analysis/CGSCCPassManagerTest.cpp | 2 ++ unittests/Analysis/LazyCallGraphTest.cpp | 47 +++++++++++++++++------------ 7 files changed, 124 insertions(+), 33 deletions(-) create mode 100644 test/Other/cgscc-libcall-update.ll