This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 112dbbc [IR] Add LLVM_READONLY to BasicBlock::getTerminator. new 71ffb16 [PM] Improve the debug logging to always include the IR unit' [...] new 36a10ee [PM] Add some debug logging to the new PM inliner to make it [...] new 4eca311 [PM] Fix a really nasty bug introduced when adding PGO suppor [...]
The 3 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/IR/PassManager.h | 7 +- lib/Transforms/IPO/Inliner.cpp | 46 +++++---- test/Other/new-pm-defaults.ll | 2 +- .../Inline/cgscc-incremental-invalidate.ll | 111 +++++++++++++++++++++ 4 files changed, 144 insertions(+), 22 deletions(-) create mode 100644 test/Transforms/Inline/cgscc-incremental-invalidate.ll