summaryrefslogtreecommitdiffstats
path: root/tools/llvm-xray
Commit message (Expand)AuthorAgeFilesLines
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* [XRay][tools] Remove wayward semicolon (NFC)Dean Michael Berris2017-04-261-1/+1
* [XRay][tools] Fixup definition for stat division.Dean Michael Berris2017-04-261-3/+3
* [XRay][tools] Fixup for pedantic and permissive errors/warningsDean Michael Berris2017-04-242-3/+3
* [XRay] A tool for Comparing xray function call graphsDean Michael Berris2017-04-247-132/+786
* [XRay][tools] Add option to llvm-xray extract to symbolize functionsDean Michael Berris2017-04-181-3/+20
* [XRay][tools] Remove some assertions in llvm-xray graphDean Michael Berris2017-03-311-6/+1
* [XRay][tools] Handle "no subcommand" case for llvm-xrayDean Michael Berris2017-03-291-1/+9
* [XRAY] A Color Choosing helper for XRay GraphDean Michael Berris2017-02-255-60/+292
* [XRAY] [x86_64] Adding a Flight Data filetype reader to the llvm-xray Trace i...Dean Michael Berris2017-02-171-1/+3
* Disable wrapping llvm-xray YAML outputDimitry Andric2017-02-142-2/+2
* [XRay] A graph Class for the llvm-xray graphDean Michael Berris2017-02-102-96/+104
* Revert "[XRay] A graph Class for the llvm-xray graph"Dean Michael Berris2017-02-102-105/+96
* [XRay] A graph Class for the llvm-xray graphDean Michael Berris2017-02-102-96/+105
* [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-016-448/+114
* Remove unused 'using' declaration. Found by clang-tidy: misc-unused-using-dec...Sylvestre Ledru2017-01-281-1/+0
* Implemented color coding and Vertex labels in XRay GraphDean Michael Berris2017-01-252-89/+345
* Remove pid_t usage from llvm-xrayPavel Labath2017-01-171-1/+3
* 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-163-0/+495
* [llvm-xray] Fix android buildPavel Labath2017-01-161-1/+2
* xray-account: Avoid std::errc::bad_message to appease mingw.NAKAMURA Takumi2017-01-131-1/+1
* Avoid std::errc::protocol_* to appease mingwHans Wennborg2017-01-122-2/+2
* Fix windows buildbots building llvm-xraySimon Pilgrim2017-01-122-8/+13
* [XRay] Include <numeric> for std::accumulate.Dean Michael Berris2017-01-121-0/+1
* [XRay] Implement the `llvm-xray account` subcommandDean Michael Berris2017-01-124-0/+691
* [XRay] Define the library for XRay trace logsDean Michael Berris2017-01-117-422/+26
* tools/llvm-xray: Avoid std::errc::protocol_* to appease mingw, like r285261.NAKAMURA Takumi2017-01-113-3/+3
* [XRay] Fixup includes for modules buildDean Michael Berris2017-01-101-2/+0
* [XRay] Don't include <unistd.h> unnecessarilyDean Michael Berris2017-01-101-1/+0
* [XRay] Implement `llvm-xray convert` -- trace file conversionDean Michael Berris2017-01-1010-7/+813
* Make the Error class constructor protectedMehdi Amini2016-11-111-2/+2
* xray-extract.cc: Quick fix for mingw, to avoid errc::protocol_error.NAKAMURA Takumi2016-10-271-2/+2
* [XRay] Remove unnecessary include of <unistd.h>Dean Michael Berris2016-10-261-1/+0
* [XRay] Remove unnecessary include of <unistd.h>Dean Michael Berris2016-10-261-2/+0
* [XRay] Move specialisations into correct namespaceDean Michael Berris2016-10-261-0/+6
* [XRay] Remove extra `;` to make -wpedantic happyDean Michael Berris2016-10-261-1/+1
* [XRay] Implement `llvm-xray extract`, start of the llvm-xray toolDean Michael Berris2016-10-267-0/+460
* Revert "[XRay] Implement `llvm-xray extract`, start of the llvm-xray tool"Dean Michael Berris2016-10-267-460/+0
* [XRay] Implement `llvm-xray extract`, start of the llvm-xray toolDean Michael Berris2016-10-267-0/+460