[PATCH] D29005: [XRay] A graph Class for the llvm-xray graph

Alexis Shaw via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 22 22:23:30 PST 2017


varno created this revision.

In preparation for graph comparison and filtering, this is a library for
representing graphs in LLVM. This will enable easier encapsulation and reuse
of graphs in llvm-xray.

Depends on https://reviews.llvm.org/D28999, https://reviews.llvm.org/D28225


https://reviews.llvm.org/D29005

Files:
  include/llvm/XRay/Graph.h
  tools/llvm-xray/xray-graph.cc
  tools/llvm-xray/xray-graph.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29005.85325.patch
Type: text/x-patch
Size: 42505 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170123/a99ea998/attachment.bin>


More information about the llvm-commits mailing list