This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 244a2cf3abf [NFC] Add utility function for SafetyInfo updates for moveBefore new 5de005fa933 [XRay] Improve FDR trace handling and error messaging
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/XRay/FDRRecordProducer.h | 5 + include/llvm/XRay/FDRRecords.h | 234 ++++++++++++++++++++--------- lib/XRay/FDRRecordProducer.cpp | 117 ++++++++++++--- lib/XRay/FDRRecords.cpp | 34 +++++ lib/XRay/FDRTraceWriter.cpp | 6 +- lib/XRay/RecordInitializer.cpp | 54 ++++++- unittests/XRay/FDRProducerConsumerTest.cpp | 100 ++++++++++-- 7 files changed, 449 insertions(+), 101 deletions(-)