This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 68c97d3 Avoid potential ADL ambiguity between llvm::make_unique and s [...] new e4a14c1 Use isa<> instead of dyn_cast<> (NFC). new c7322da Updates branch_weights annotation for call instructions durin [...] new 2291065 Support, LTO: When pruning a directory, ignore files matching [...]
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/Instruction.h | 3 ++ include/llvm/Support/CachePruning.h | 4 +++ lib/IR/Instruction.cpp | 23 +++++++++++++++ lib/LTO/Caching.cpp | 6 ++-- lib/LTO/ThinLTOCodeGenerator.cpp | 5 +++- lib/Support/CachePruning.cpp | 7 +++-- lib/Transforms/Utils/InlineFunction.cpp | 51 ++++++++++++++++++++++++++------- lib/Transforms/Utils/Local.cpp | 10 +++---- test/ThinLTO/X86/cache.ll | 10 +++++-- test/Transforms/Inline/prof-update.ll | 39 +++++++++++++++++++++++++ 10 files changed, 135 insertions(+), 23 deletions(-) create mode 100644 test/Transforms/Inline/prof-update.ll