This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7921d70 [CMake] Fixing LLVM_INCLUDE_TESTS for runtimes directory new db440c8 TailDuplication: Record blocks that received the duplicated b [...] new 9e8a8de Make writeToResolutionFile a static helper. new c96b33c [Inliner] Report when inlining fails because callee's def is [...]
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/Analysis/OptimizationDiagnosticInfo.h | 51 +++++++++++++++++----- include/llvm/CodeGen/TailDuplicator.h | 8 +++- include/llvm/LTO/LTO.h | 2 - lib/Analysis/OptimizationDiagnosticInfo.cpp | 23 +++++----- lib/CodeGen/TailDuplicator.cpp | 12 ++++- lib/LTO/LTO.cpp | 20 ++++----- lib/Transforms/IPO/Inliner.cpp | 13 +++++- test/Transforms/Inline/optimization-remarks.ll | 17 +++++++- 8 files changed, 107 insertions(+), 39 deletions(-)