summaryrefslogtreecommitdiffstats
path: root/llvm/lib/XRay
Commit message (Expand)AuthorAgeFilesLines
* [cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"Tom Stellard2019-11-211-1/+1
* [llvm-xray] Add AArch64 to llvm-xray extractAditya Kumar2019-11-081-5/+17
* [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
* Recommit r368812 "[llvm/Object] - Convert SectionRef::getName() to return Exp...George Rimar2019-08-141-4/+5
* Revert r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expec...George Rimar2019-08-141-5/+4
* [llvm/Object] - Convert SectionRef::getName() to return Expected<>George Rimar2019-08-141-4/+5
* Switch LLVM to use 64-bit offsets (2/5)Igor Kudrin2019-08-066-131/+157
* Open native file handles to avoid converting from FDs, NFCReid Kleckner2019-07-113-19/+21
* [Support] Move llvm::MemoryBuffer to sys::fs::file_tReid Kleckner2019-07-103-3/+6
* [CMake] Delete redundant DEPENDS/LINK_LIBS from LineEditor/XRayFangrui Song2019-06-221-8/+0
* Recommit [Object] Change object::SectionRef::getContents() to return Expected...Fangrui Song2019-05-161-3/+4
* Revert r360876 "[Object] Change object::SectionRef::getContents() to return E...Hans Wennborg2019-05-161-4/+3
* [Object] Change object::SectionRef::getContents() to return Expected<StringRef>Fangrui Song2019-05-161-3/+4
* Use llvm::stable_sortFangrui Song2019-04-231-4/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1915-60/+45
* [Object] Rename getRelrRelocationType to getRelativeRelocationTypeFangrui Song2018-12-141-6/+6
* [llvm-xray] Use correct variable namePetr Hosek2018-12-141-2/+2
* [llvm-xray] Store offset pointers in temporariesPetr Hosek2018-12-141-2/+4
* [llvm-xray] Support for PIEPetr Hosek2018-12-141-2/+41
* [XRay] Improve FDR trace handling and error messagingDean Michael Berris2018-11-094-23/+188
* [XRay] Clean up more std::copy(...)'sDean Michael Berris2018-11-071-4/+2
* [XRay] Use explicit string conversionDean Michael Berris2018-11-071-2/+1
* [XRay] Use TSC delta encoding for custom/typed eventsDean Michael Berris2018-11-0711-12/+233
* [XRay] Update XRayRecord to support Custom/Typed EventsDean Michael Berris2018-11-064-7/+28
* [XRay] Update delta computations in runtimeDean Michael Berris2018-11-021-4/+4
* [XRay] Fix TSC and atomic custom/typed event accountingDean Michael Berris2018-11-011-0/+6
* [XRay] Add CPU ID in Custom Event FDR RecordsDean Michael Berris2018-11-015-14/+27
* [XRay] Use std::errc::invalid_argument instead of std::errc::bad_messageYi Kong2018-10-261-14/+14
* Use the container form llvm::sort(C, ...)Fangrui Song2018-09-301-1/+1
* [XRay] Clean up XRay build configurationDean Michael Berris2018-09-241-0/+23
* [XRay] Bug fixes for FDR custom event and arg-loggingDean Michael Berris2018-09-132-21/+7
* [XRay] Ensure lambda outlives llvm::function_refDean Michael Berris2018-09-111-2/+2
* [XRay] Write the TSC along with CPUIDDean Michael Berris2018-09-111-1/+1
* [XRay] Use FDR Records+Visitors for Trace LoadingDean Michael Berris2018-09-114-545/+167
* [XRay] Add TSC to NewCPUId RecordsDean Michael Berris2018-09-112-2/+9
* [XRay] Add the `llvm-xray fdr-dump` implementationDean Michael Berris2018-09-112-0/+97
* [Xray] tooling allow MachO format supportDavid Carlier2018-09-101-4/+4
* [XRay] Remove unused referenceDean Michael Berris2018-09-101-2/+2
* [XRay] Add a BlockVerifier visitor for FDR RecordsDean Michael Berris2018-09-102-0/+188
* Revert "[XRay] Add a BlockVerifier visitor for FDR Records"Dean Michael Berris2018-09-072-183/+0
* [XRay] Add a BlockVerifier visitor for FDR RecordsDean Michael Berris2018-09-072-0/+183
* Remove unnecessary semicolon to silence -Wpedantic warning. NFCI.Simon Pilgrim2018-09-061-1/+1
* [XRay] Add a BlockIndexer visitor for FDR Records.Dean Michael Berris2018-09-062-0/+98
* [XRay] Add a RecordPrinter visitor for FDR RecordsDean Michael Berris2018-09-052-0/+90
* [XRay] Update RecordInitializer for PIDRecordDean Michael Berris2018-08-311-1/+1
* [XRay] Use correct type for PID recordsDean Michael Berris2018-08-311-1/+1
* [XRay] Use correct type for thread ID parsingDean Michael Berris2018-08-311-3/+3
* [XRay] Change function record reader to be endian-awareDean Michael Berris2018-08-311-12/+13
* [XRay] Fix FunctionRecord serializationDean Michael Berris2018-08-311-30/+9
OpenPOWER on IntegriCloud