summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-xray/xray-graph.cc
Commit message (Expand)AuthorAgeFilesLines
* [XRay] A tool for Comparing xray function call graphsDean Michael Berris2017-04-241-102/+94
* [XRay][tools] Remove some assertions in llvm-xray graphDean Michael Berris2017-03-311-6/+1
* [XRAY] A Color Choosing helper for XRay GraphDean Michael Berris2017-02-251-57/+4
* [XRay] A graph Class for the llvm-xray graphDean Michael Berris2017-02-101-80/+79
* Revert "[XRay] A graph Class for the llvm-xray graph"Dean Michael Berris2017-02-101-80/+80
* [XRay] A graph Class for the llvm-xray graphDean Michael Berris2017-02-101-80/+80
* [XRay] Use std::errc::invalid_argument instead of std::errc::bad_messageDean Michael Berris2017-02-011-1/+1
* [XRay] Define the InstrumentationMap typeDean Michael Berris2017-02-011-44/+29
* Implemented color coding and Vertex labels in XRay GraphDean Michael Berris2017-01-251-70/+307
* Add missing header to see if that clears up the buildDavid Blaikie2017-01-161-0/+1
* Attempt to fix the MSVC build by using llvm::errc instead of std::errcDavid Blaikie2017-01-161-4/+4
* [XRay] Implement the `llvm-xray graph` subcommandDavid Blaikie2017-01-161-0/+365
OpenPOWER on IntegriCloud