This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f151c23 Tentatively fix gold-plugin test: ThinLTO objects start at of [...] new 377af8d [PM] Introduce basic update capabilities to the new PM's CGSC [...]
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/CGSCCPassManager.h | 382 ++++++++++++++++++++++---- include/llvm/Analysis/LazyCallGraph.h | 54 +++- include/llvm/IR/PassManager.h | 27 +- include/llvm/Transforms/IPO/FunctionAttrs.h | 3 +- lib/Analysis/CGSCCPassManager.cpp | 347 ++++++++++++++++++++++- lib/Analysis/LazyCallGraph.cpp | 42 ++- lib/Passes/PassBuilder.cpp | 9 +- lib/Transforms/IPO/FunctionAttrs.cpp | 6 +- test/Other/cgscc-iterate-function-mutation.ll | 341 +++++++++++++++++++++++ test/Other/cgscc-observe-devirt.ll | 133 +++++++++ test/Other/new-pass-manager.ll | 26 +- test/Other/pass-pipeline-parsing.ll | 8 +- unittests/Analysis/CGSCCPassManagerTest.cpp | 11 +- 13 files changed, 1278 insertions(+), 111 deletions(-) create mode 100644 test/Other/cgscc-iterate-function-mutation.ll create mode 100644 test/Other/cgscc-observe-devirt.ll