summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-xray/xray-account.cpp
Commit message (Expand)AuthorAgeFilesLines
* [xray] Remove cl::sub from alias optionsShoaib Meenai2020-01-091-15/+8
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-051-1/+1
* Symbolize: Replace the Options constructor with in-class initialization. NFCI.Peter Collingbourne2019-06-111-3/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [XRay] Add a helper function sortByKey to simplify codeFangrui Song2018-12-111-68/+31
* [XRay] Update XRayRecord to support Custom/Typed EventsDean Michael Berris2018-11-061-13/+23
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-271-67/+64
* [Xray] llvm-xray fix possible segfaultDavid Carlier2018-09-181-2/+5
* [XRay][compiler-rt] Add PID field to llvm-xray tool and add PID metadata reco...Dean Michael Berris2018-07-131-2/+2
* [XRay][tools] Rename llvm-xray filenames from .cc -> .cpp (NFC)Dean Michael Berris2018-05-021-0/+510
OpenPOWER on IntegriCloud