summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-xray/xray-account.cc
Commit message (Expand)AuthorAgeFilesLines
* [XRay][tools] Rename llvm-xray filenames from .cc -> .cpp (NFC)Dean Michael Berris2018-05-021-510/+0
* [tools] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-04-011-67/+67
* [XRay] fix 99th percentile lookups by sorting the array correctlyMartin Pelikan2018-01-301-2/+5
* [XRay] fix the -Werror build by handling all enum cases in switchesMartin Pelikan2017-09-271-0/+3
* [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/+5
* [XRay][tools] Fix an accounting bug in llvm-xray accountDean Michael Berris2017-08-311-3/+31
* [XRay] Define the InstrumentationMap typeDean Michael Berris2017-02-011-55/+41
* 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-121-1/+1
* Fix windows buildbots building llvm-xraySimon Pilgrim2017-01-121-5/+5
* [XRay] Include <numeric> for std::accumulate.Dean Michael Berris2017-01-121-0/+1
* [XRay] Implement the `llvm-xray account` subcommandDean Michael Berris2017-01-121-0/+484
OpenPOWER on IntegriCloud