summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-xray/xray-converter.cc
Commit message (Expand)AuthorAgeFilesLines
* [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-141-1/+1
* [XRay] Define the InstrumentationMap typeDean Michael Berris2017-02-011-34/+25
* Remove unused 'using' declaration. Found by clang-tidy: misc-unused-using-dec...Sylvestre Ledru2017-01-281-1/+0
* [llvm-xray] Fix android buildPavel Labath2017-01-161-1/+2
* Avoid std::errc::protocol_* to appease mingwHans Wennborg2017-01-121-1/+1
* [XRay] Define the library for XRay trace logsDean Michael Berris2017-01-111-39/+20
* tools/llvm-xray: Avoid std::errc::protocol_* to appease mingw, like r285261.NAKAMURA Takumi2017-01-111-1/+1
* [XRay] Don't include <unistd.h> unnecessarilyDean Michael Berris2017-01-101-1/+0
* [XRay] Implement `llvm-xray convert` -- trace file conversionDean Michael Berris2017-01-101-0/+222
OpenPOWER on IntegriCloud