summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-xray/xray-graph.cc
Commit message (Expand)AuthorAgeFilesLines
* [XRay][tools] Rename llvm-xray filenames from .cc -> .cpp (NFC)Dean Michael Berris2018-05-021-516/+0
* Remove redundant includes from tools.Michael Zolotukhin2017-12-131-7/+0
* [XRay] convert FDR arg1 log entriesMartin Pelikan2017-09-271-1/+2
* [XRay][tools] Support tail-call exits before we write them in the runtimeDean Michael Berris2017-09-181-1/+2
* [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