This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from bdeb8b88b91 [WebAssembly] Be a little more conservative in WebAssemblyF [...] new 9969df381b2 [XRay][llvm] Load XRay Profiles
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/Profile.h | 150 ++++++++++++++++ lib/XRay/CMakeLists.txt | 1 + lib/XRay/Profile.cpp | 397 +++++++++++++++++++++++++++++++++++++++++ unittests/XRay/CMakeLists.txt | 2 + unittests/XRay/ProfileTest.cpp | 267 +++++++++++++++++++++++++++ 5 files changed, 817 insertions(+) create mode 100644 include/llvm/XRay/Profile.h create mode 100644 lib/XRay/Profile.cpp create mode 100644 unittests/XRay/ProfileTest.cpp