This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 63cd3e5cd36 [llvm-strip] Check "strip" with StringRef::contains instead [...] new 8fa10fd67fb [XRay] Use TSC delta encoding for custom/typed events
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/BlockIndexer.h | 2 + include/llvm/XRay/BlockPrinter.h | 2 + include/llvm/XRay/BlockVerifier.h | 3 ++ include/llvm/XRay/FDRRecords.h | 53 ++++++++++++++++++- include/llvm/XRay/FDRTraceExpander.h | 2 + include/llvm/XRay/FDRTraceWriter.h | 2 + include/llvm/XRay/RecordPrinter.h | 2 + lib/XRay/BlockIndexer.cpp | 10 ++++ lib/XRay/BlockPrinter.cpp | 18 +++++++ lib/XRay/BlockVerifier.cpp | 28 ++++++++-- lib/XRay/FDRRecordProducer.cpp | 5 +- lib/XRay/FDRRecords.cpp | 2 + lib/XRay/FDRTraceExpander.cpp | 33 ++++++++++++ lib/XRay/FDRTraceWriter.cpp | 18 +++++++ lib/XRay/FileHeaderReader.cpp | 4 -- lib/XRay/RecordInitializer.cpp | 99 ++++++++++++++++++++++++++++++++++++ lib/XRay/RecordPrinter.cpp | 15 ++++++ lib/XRay/Trace.cpp | 13 ++++- unittests/XRay/FDRRecordsTest.cpp | 12 +++++ 19 files changed, 310 insertions(+), 13 deletions(-)