summaryrefslogtreecommitdiffstats
path: root/llvm/lib/XRay/FDRRecordProducer.cpp
Commit message (Expand)AuthorAgeFilesLines
* [XRay] Silence static analyzer dyn_cast<BufferExtents> null dereference warni...Simon Pilgrim2019-09-221-1/+1
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-12/+12
* Switch LLVM to use 64-bit offsets (2/5)Igor Kudrin2019-08-061-5/+6
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [XRay] Improve FDR trace handling and error messagingDean Michael Berris2018-11-091-20/+97
* [XRay] Use TSC delta encoding for custom/typed eventsDean Michael Berris2018-11-071-2/+3
* [XRay] Fix TSC and atomic custom/typed event accountingDean Michael Berris2018-11-011-0/+6
* [XRay] Remove array for Metadata Record TypesDean Michael Berris2018-08-311-40/+28
* Fix MSVC "not all control paths return a value" warning. NFCI.Simon Pilgrim2018-08-311-0/+1
* [XRay] FDR Record Producer/Consumer ImplementationDean Michael Berris2018-08-311-0/+125
OpenPOWER on IntegriCloud