summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/XRay
Commit message (Expand)AuthorAgeFilesLines
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-152-21/+21
* Switch LLVM to use 64-bit offsets (2/5)Igor Kudrin2019-08-061-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-198-32/+24
* [XRay] Improve FDR trace handling and error messagingDean Michael Berris2018-11-091-9/+91
* [XRay] Use TSC delta encoding for custom/typed eventsDean Michael Berris2018-11-071-0/+12
* [XRay] Fix tests with updated fdr-dumpDean Michael Berris2018-11-021-4/+4
* [XRay] Add CPU ID in Custom Event FDR RecordsDean Michael Berris2018-11-012-3/+3
* Fix the build when LLVM_TARGETS_TO_BUILD is empty.Juergen Ributzka2018-09-191-1/+0
* [XRay] Add TSC to NewCPUId RecordsDean Michael Berris2018-09-116-20/+20
* [XRay] Add missing LLVMTestingSupport target_link_librariesHeejin Ahn2018-09-111-0/+1
* [XRay] Add the `llvm-xray fdr-dump` implementationDean Michael Berris2018-09-112-1/+158
* [XRay] Add a BlockVerifier visitor for FDR RecordsDean Michael Berris2018-09-102-0/+141
* Revert "[XRay] Add a BlockVerifier visitor for FDR Records"Dean Michael Berris2018-09-072-141/+0
* [XRay] Add a BlockVerifier visitor for FDR RecordsDean Michael Berris2018-09-072-0/+141
* [XRay] Add a BlockIndexer visitor for FDR Records.Dean Michael Berris2018-09-062-0/+84
* [XRay] Use a function to return a constantDean Michael Berris2018-09-051-20/+14
* [XRay] Use `const` instead of `constexpr` in storage declarationDean Michael Berris2018-09-051-9/+9
* [XRay] Add a RecordPrinter visitor for FDR RecordsDean Michael Berris2018-09-052-1/+178
* [XRay] Use correct type for PID recordsDean Michael Berris2018-08-311-14/+13
* [XRay] Improve test matching granularity (NFC)Dean Michael Berris2018-08-311-30/+30
* [XRay] Make the FDRTraceWriter Endian-awareDean Michael Berris2018-08-312-4/+4
* [XRay] Attempt to fix failure on WindowsDean Michael Berris2018-08-311-0/+9
* [XRay] FDRProducerConsumerTest: unbreak (gcc?) buildRoman Lebedev2018-08-311-3/+3
* [XRay] FDR Record Producer/Consumer ImplementationDean Michael Berris2018-08-312-0/+142
* [XRay] FDRTraceWriter and FDR Trace LoadingDean Michael Berris2018-08-302-1/+177
* [XRay][llvm] Load XRay ProfilesDean Michael Berris2018-08-302-0/+269
* Reverted r338825 and all the following tries to fix issues introduced by that...Galina Kistanova2018-08-042-220/+0
* convert some tabs to spacesNico Weber2018-08-031-2/+2
* [XRay][llvm] Load XRay ProfilesDean Michael Berris2018-08-032-0/+220
* Inline a few CMake variables into their only uses.Nico Weber2018-05-141-5/+1
* [XRay][graph] Disambiguate name of type from member nameDean Michael Berris2017-02-101-17/+17
* [XRay] A graph Class for the llvm-xray graphDean Michael Berris2017-02-102-0/+274
* Revert "[XRay] A graph Class for the llvm-xray graph"Dean Michael Berris2017-02-102-269/+0
* [XRay] A graph Class for the llvm-xray graphDean Michael Berris2017-02-102-0/+269
OpenPOWER on IntegriCloud