This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5c40baf [ADT] Add an llvm::erase_if utility to make the standard eras [...] new 390d667 [doc] Add mention of the difference in optimization level bet [...] new 0b88030 [PM] Teach the always inliner in the new pass manager to supp [...]
The 2 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: docs/CMake.rst | 2 + include/llvm/Transforms/Utils/ModuleUtils.h | 16 ++++++++ lib/Transforms/IPO/AlwaysInliner.cpp | 28 +++++++++---- lib/Transforms/IPO/Inliner.cpp | 40 ++++-------------- lib/Transforms/Utils/ModuleUtils.cpp | 64 +++++++++++++++++++++++++++++ test/Transforms/Inline/always-inline.ll | 27 ++++++++++++ 6 files changed, 139 insertions(+), 38 deletions(-)