This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1f2f345bb43 [InstCombine] canonicalize negated operand of fdiv new aae2cef1760 [Remarks] Support parsing remark metadata in the YAML remar [...]
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: docs/Remarks.rst | 33 ++++++--- include/llvm/Remarks/RemarkParser.h | 4 + lib/Remarks/RemarkParser.cpp | 15 ++++ lib/Remarks/YAMLRemarkParser.cpp | 105 +++++++++++++++++++++++++++ lib/Remarks/YAMLRemarkParser.h | 9 +++ unittests/Remarks/YAMLRemarksParsingTest.cpp | 86 ++++++++++++++++++++++ 6 files changed, 243 insertions(+), 9 deletions(-)