summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-xray/xray-graph.cc
Commit message (Expand)AuthorAgeFilesLines
* [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