summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-xray/xray-extract.cc
Commit message (Expand)AuthorAgeFilesLines
* [XRay][tools] Add option to llvm-xray extract to symbolize functionsDean Michael Berris2017-04-181-3/+20
* Disable wrapping llvm-xray YAML outputDimitry Andric2017-02-141-1/+1
* [XRay] Define the InstrumentationMap typeDean Michael Berris2017-02-011-225/+19
* tools/llvm-xray: Avoid std::errc::protocol_* to appease mingw, like r285261.NAKAMURA Takumi2017-01-111-1/+1
* [XRay] Implement `llvm-xray convert` -- trace file conversionDean Michael Berris2017-01-101-6/+57
* 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-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-261-0/+236
* Revert "[XRay] Implement `llvm-xray extract`, start of the llvm-xray tool"Dean Michael Berris2016-10-261-236/+0
* [XRay] Implement `llvm-xray extract`, start of the llvm-xray toolDean Michael Berris2016-10-261-0/+236
OpenPOWER on IntegriCloud