OSDN Git Service

Don't add a tail keyword to calls to ObjC runtime functions if the calls
[android-x86/external-llvm.git] / lib / XRay /
2019-01-19 Chandler CarruthUpdate the file headers across all of the LLVM projects...
2018-12-14 Fangrui Song[Object] Rename getRelrRelocationType to getRelativeRel...
2018-12-14 Petr Hosek[llvm-xray] Use correct variable name
2018-12-14 Petr Hosek[llvm-xray] Store offset pointers in temporaries
2018-12-14 Petr Hosek[llvm-xray] Support for PIE
2018-11-09 Dean Michael Berris[XRay] Improve FDR trace handling and error messaging
2018-11-07 Dean Michael Berris[XRay] Clean up more std::copy(...)'s
2018-11-07 Dean Michael Berris[XRay] Use explicit string conversion
2018-11-07 Dean Michael Berris[XRay] Use TSC delta encoding for custom/typed events
2018-11-06 Dean Michael Berris[XRay] Update XRayRecord to support Custom/Typed Events
2018-11-02 Dean Michael Berris[XRay] Update delta computations in runtime
2018-11-01 Dean Michael Berris[XRay] Fix TSC and atomic custom/typed event accounting
2018-11-01 Dean Michael Berris[XRay] Add CPU ID in Custom Event FDR Records
2018-10-26 Yi Kong[XRay] Use std::errc::invalid_argument instead of std...
2018-09-30 Fangrui SongUse the container form llvm::sort(C, ...)
2018-09-24 Dean Michael Berris[XRay] Clean up XRay build configuration
2018-09-13 Dean Michael Berris[XRay] Bug fixes for FDR custom event and arg-logging
2018-09-11 Dean Michael Berris[XRay] Ensure lambda outlives llvm::function_ref
2018-09-11 Dean Michael Berris[XRay] Write the TSC along with CPUID
2018-09-11 Dean Michael Berris[XRay] Use FDR Records+Visitors for Trace Loading
2018-09-11 Dean Michael Berris[XRay] Add TSC to NewCPUId Records
2018-09-11 Dean Michael Berris[XRay] Add the `llvm-xray fdr-dump` implementation
2018-09-10 David Carlier[Xray] tooling allow MachO format support
2018-09-10 Dean Michael Berris[XRay] Remove unused reference
2018-09-10 Dean Michael Berris[XRay] Add a BlockVerifier visitor for FDR Records
2018-09-07 Dean Michael BerrisRevert "[XRay] Add a BlockVerifier visitor for FDR...
2018-09-07 Dean Michael Berris[XRay] Add a BlockVerifier visitor for FDR Records
2018-09-06 Simon PilgrimRemove unnecessary semicolon to silence -Wpedantic...
2018-09-06 Dean Michael Berris[XRay] Add a BlockIndexer visitor for FDR Records.
2018-09-05 Dean Michael Berris[XRay] Add a RecordPrinter visitor for FDR Records
2018-08-31 Dean Michael Berris[XRay] Update RecordInitializer for PIDRecord
2018-08-31 Dean Michael Berris[XRay] Use correct type for PID records
2018-08-31 Dean Michael Berris[XRay] Use correct type for thread ID parsing
2018-08-31 Dean Michael Berris[XRay] Change function record reader to be endian-aware
2018-08-31 Dean Michael Berris[XRay] Fix FunctionRecord serialization
2018-08-31 Dean Michael Berris[XRay] Make Trace loading endian-aware
2018-08-31 Dean Michael Berris[XRay] Make the FDRTraceWriter Endian-aware
2018-08-31 Dean Michael Berris[XRay] Remove array for Metadata Record Types
2018-08-31 Dean Michael Berris[XRay] Attempt to fix failure on Windows
2018-08-31 Simon PilgrimFix MSVC "not all control paths return a value" warning...
2018-08-31 Dean Michael Berris[XRay] FDR Record Producer/Consumer Implementation
2018-08-30 Dean Michael Berris[XRay] Help gcc disambiguate names
2018-08-30 Dean Michael Berris[XRay] Move out template and use perfect forwarding
2018-08-30 Dean Michael Berris[XRay] Remove attribute packed
2018-08-30 Dean Michael Berris[XRay] FDRTraceWriter and FDR Trace Loading
2018-08-30 Dean Michael Berris[XRay][llvm] Load XRay Profiles
2018-08-24 Dean Michael Berris[XRay] Refactor loadTraceFile(...) into two (NFC)
2018-08-22 Dean Michael Berris[XRay] Refactor file header reading (NFC)
2018-08-07 Dean Michael Berris[XRay] Improve error reporting when loading traces
2018-08-04 Galina KistanovaReverted r338825 and all the following tries to fix...
2018-08-03 Nico Weberconvert some tabs to spaces
2018-08-03 Dean Michael Berris[XRay] fixup: add one more missing std::move(...)
2018-08-03 Dean Michael Berris[XRay] fixup: Add missing std::move(...)
2018-08-03 Dean Michael Berris[XRay][llvm] Load XRay Profiles
2018-07-13 Dean Michael Berris[XRay][compiler-rt] Add PID field to llvm-xray tool...
2018-01-30 Martin Pelikan[XRay] clarify error messages when parsing broken traces
2017-11-21 Dean Michael Berris[XRay] Use optimistic logging model for FDR mode
2017-11-14 Mandeep Singh Grang[XRay] Stable sort XRayRecord to remove non-determinist...
2017-10-05 Dean Michael Berris[XRay][tools] Support arg1 logging entries in the basic...
2017-09-27 Martin Pelikan[XRay] initialize all members of YAMLXRayRecord for...
2017-09-27 Martin Pelikan[XRay] convert FDR arg1 log entries
2017-09-18 Dean Michael Berris[XRay][tools] Support tail-call exits before we write...
2017-09-15 Martin Pelikan[XRay] fix and clarify comments in the log file decoder
2017-08-21 Dean Michael Berris[XRay][tools] Support new kinds of instrumentation...
2017-08-20 Benjamin KramerMove helper classes into anonymous namespaces.
2017-08-02 Keith WyssXray docs with description of Flight Data Recorder...
2017-08-02 Keith WyssRevert "Xray docs with description of Flight Data Recor...
2017-08-02 Keith WyssXray docs with description of Flight Data Recorder...
2017-06-06 Chandler CarruthSort the remaining #include lines in include/... and...
2017-05-12 Dean Michael Berris[XRay][lib] Support and temporarily skip over CustomEve...
2017-04-06 Keith Wyss[XRay] - Fix spelling error to test commit access.
2017-03-30 Simon PilgrimSpelling mistakes in comments. NFCI.
2017-03-29 Dean Michael Berris[XRay] Update FDR log reader to be aware of buffer...
2017-02-17 Dean Michael Berris[XRAY] [x86_64] Adding a Flight Data filetype reader...
2017-02-11 Benjamin KramerMove symbols from the global namespace into (anonymous...
2017-02-10 Tim Shen[XRay] Implement powerpc64le xray.
2017-02-09 Eugene Zelenko[MC] Fix some Clang-tidy modernize and Include What...
2017-02-01 Dean Michael Berris[XRay] Define the InstrumentationMap type
2017-01-12 Hans WennborgAvoid std::errc::protocol_* to appease mingw
2017-01-11 Dean Michael Berris[XRay] Define the library for XRay trace logs