This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b90efd9c2b3 [AMDGPU] Add all vgpr classes to asm parser new 0294e50fe5c [Remarks] Simplify the creation of remark serializers
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/Remarks/RemarkSerializer.h | 9 +++++ include/llvm/Remarks/YAMLRemarkSerializer.h | 4 ++ lib/IR/RemarkStreamer.cpp | 23 ++++------- lib/Remarks/CMakeLists.txt | 1 + lib/Remarks/RemarkFormat.cpp | 2 +- lib/Remarks/RemarkSerializer.cpp | 48 ++++++++++++++++++++++ tools/llvm-opt-report/OptReport.cpp | 19 +++++++-- unittests/Remarks/YAMLRemarksSerializerTest.cpp | 54 ++++++++++++++++++++++--- 8 files changed, 134 insertions(+), 26 deletions(-) create mode 100644 lib/Remarks/RemarkSerializer.cpp