This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 92ac75817fa [X86] Remove all the vector NOP bitcast patterns. Use a few [...] new ea39027a818 [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 | 130 ++++++++++++++ lib/XRay/CMakeLists.txt | 1 + lib/XRay/Profile.cpp | 379 +++++++++++++++++++++++++++++++++++++++++ unittests/XRay/CMakeLists.txt | 2 + unittests/XRay/ProfileTest.cpp | 218 ++++++++++++++++++++++++ 5 files changed, 730 insertions(+) create mode 100644 include/llvm/XRay/Profile.h create mode 100644 lib/XRay/Profile.cpp create mode 100644 unittests/XRay/ProfileTest.cpp