This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0415156a5ae [NFC][ARM] Add a test that potentially causes endless combi [...] new 890aba409a5 [Remarks][NFC] Move the serialization to lib/Remarks
The 1 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/DiagnosticInfo.h | 13 +-- include/llvm/IR/RemarkStreamer.h | 34 ++++--- include/llvm/Remarks/RemarkSerializer.h | 68 +++++++++++++ lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 26 +++-- lib/IR/DiagnosticInfo.cpp | 137 -------------------------- lib/IR/RemarkStreamer.cpp | 78 +++++++++++++-- lib/LTO/LTO.cpp | 5 +- lib/Remarks/CMakeLists.txt | 1 + lib/Remarks/YAMLRemarkSerializer.cpp | 166 ++++++++++++++++++++++++++++++++ tools/llc/llc.cpp | 5 +- tools/opt/opt.cpp | 3 +- 11 files changed, 353 insertions(+), 183 deletions(-) create mode 100644 include/llvm/Remarks/RemarkSerializer.h create mode 100644 lib/Remarks/YAMLRemarkSerializer.cpp