This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 95641fe3c17 [JumpThreading] Stop searching predecessor when the current [...] new 02582ef3db3 Reland: [Remarks] Support parsing remark metadata in the YA [...]
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(-)