This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f3a1b3c [XRay] A graph Class for the llvm-xray graph new a8b5e78 Revert "[XRay] A graph Class for the llvm-xray graph"
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/Graph.h | 494 ------------------------------------------ tools/llvm-xray/xray-graph.cc | 160 +++++++------- tools/llvm-xray/xray-graph.h | 41 ++-- unittests/CMakeLists.txt | 1 - unittests/XRay/CMakeLists.txt | 13 -- unittests/XRay/GraphTest.cpp | 256 ---------------------- 6 files changed, 96 insertions(+), 869 deletions(-) delete mode 100644 include/llvm/XRay/Graph.h delete mode 100644 unittests/XRay/CMakeLists.txt delete mode 100644 unittests/XRay/GraphTest.cpp