This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5b0f4e9 [cmake] Support overriding remaining HTML doc install directories new 6acd868 Sort headers new 47c0d49 Output optimization remarks in YAML
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: include/llvm/Analysis/OptimizationDiagnosticInfo.h | 17 +++++ include/llvm/IR/DiagnosticInfo.h | 73 ++++++++++++++++++- include/llvm/IR/LLVMContext.h | 14 ++++ lib/Analysis/OptimizationDiagnosticInfo.cpp | 85 ++++++++++++++++++++++ lib/IR/DiagnosticInfo.cpp | 39 +++++++++- lib/IR/LLVMContext.cpp | 8 ++ lib/IR/LLVMContextImpl.h | 2 + lib/Transforms/IPO/Inliner.cpp | 14 ++-- .../Transforms/Inline/optimization-remarks-yaml.ll | 76 +++++++++++++++++++ tools/opt/opt.cpp | 23 ++++++ 10 files changed, 340 insertions(+), 11 deletions(-) create mode 100644 test/Transforms/Inline/optimization-remarks-yaml.ll