This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4a0cf28 project_id is from another era in phabricator land and does n [...] new bf2f7ba Sort headers new 3ecd753 Output optimization remarks in YAML new 09e2479 [lit] Fix refacto introduced by rL282479.
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 | 17 +++++ include/llvm/IR/DiagnosticInfo.h | 76 ++++++++++++++++++-- include/llvm/IR/LLVMContext.h | 14 ++++ lib/Analysis/OptimizationDiagnosticInfo.cpp | 80 ++++++++++++++++++++++ lib/IR/DiagnosticInfo.cpp | 33 +++++++++ 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 +++++++ utils/lit/lit/run.py | 4 +- 11 files changed, 335 insertions(+), 12 deletions(-) create mode 100644 test/Transforms/Inline/optimization-remarks-yaml.ll