This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 09e2479 [lit] Fix refacto introduced by rL282479. new b93468a Add llvm::join_items to StringExtras. new 2713e77 Revert "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/ADT/StringExtras.h | 56 ++++++++++++++- include/llvm/Analysis/OptimizationDiagnosticInfo.h | 17 ----- include/llvm/IR/DiagnosticInfo.h | 74 ++------------------ 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 ------- unittests/ADT/CMakeLists.txt | 1 + unittests/ADT/StringExtrasTest.cpp | 52 ++++++++++++++ 13 files changed, 118 insertions(+), 332 deletions(-) delete mode 100644 test/Transforms/Inline/optimization-remarks-yaml.ll create mode 100644 unittests/ADT/StringExtrasTest.cpp