| Commit message (Expand) | Author | Age | Files | Lines |
| * | Switch LLVM to use 64-bit offsets (2/5) | Igor Kudrin | 2019-08-06 | 1 | -18/+25 |
| * | Open native file handles to avoid converting from FDs, NFC | Reid Kleckner | 2019-07-11 | 1 | -7/+6 |
| * | [Support] Move llvm::MemoryBuffer to sys::fs::file_t | Reid Kleckner | 2019-07-10 | 1 | -1/+2 |
| * | Use llvm::stable_sort | Fangrui Song | 2019-04-23 | 1 | -4/+3 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [XRay] Use TSC delta encoding for custom/typed events | Dean Michael Berris | 2018-11-07 | 1 | -1/+12 |
| * | [XRay] Update XRayRecord to support Custom/Typed Events | Dean Michael Berris | 2018-11-06 | 1 | -2/+3 |
| * | [XRay] Add CPU ID in Custom Event FDR Records | Dean Michael Berris | 2018-11-01 | 1 | -7/+6 |
| * | Use the container form llvm::sort(C, ...) | Fangrui Song | 2018-09-30 | 1 | -1/+1 |
| * | [XRay] Bug fixes for FDR custom event and arg-logging | Dean Michael Berris | 2018-09-13 | 1 | -2/+1 |
| * | [XRay] Ensure lambda outlives llvm::function_ref | Dean Michael Berris | 2018-09-11 | 1 | -2/+2 |
| * | [XRay] Use FDR Records+Visitors for Trace Loading | Dean Michael Berris | 2018-09-11 | 1 | -545/+70 |
| * | [XRay] Use correct type for PID records | Dean Michael Berris | 2018-08-31 | 1 | -1/+1 |
| * | [XRay] Use correct type for thread ID parsing | Dean Michael Berris | 2018-08-31 | 1 | -3/+3 |
| * | [XRay] Change function record reader to be endian-aware | Dean Michael Berris | 2018-08-31 | 1 | -12/+13 |
| * | [XRay] Make Trace loading endian-aware | Dean Michael Berris | 2018-08-31 | 1 | -12/+21 |
| * | [XRay] Refactor loadTraceFile(...) into two (NFC) | Dean Michael Berris | 2018-08-24 | 1 | -5/+8 |
| * | [XRay] Refactor file header reading (NFC) | Dean Michael Berris | 2018-08-22 | 1 | -64/+10 |
| * | [XRay] Improve error reporting when loading traces | Dean Michael Berris | 2018-08-07 | 1 | -152/+364 |
| * | [XRay][compiler-rt] Add PID field to llvm-xray tool and add PID metadata reco... | Dean Michael Berris | 2018-07-13 | 1 | -11/+60 |
| * | [XRay] clarify error messages when parsing broken traces | Martin Pelikan | 2018-01-30 | 1 | -3/+4 |
| * | [XRay] Use optimistic logging model for FDR mode | Dean Michael Berris | 2017-11-21 | 1 | -22/+122 |
| * | [XRay] Stable sort XRayRecord to remove non-deterministic ordering | Mandeep Singh Grang | 2017-11-14 | 1 | -1/+1 |
| * | [XRay][tools] Support arg1 logging entries in the basic logging mode | Dean Michael Berris | 2017-10-05 | 1 | -21/+51 |
| * | [XRay] initialize all members of YAMLXRayRecord for -Wmissing-field-initializers | Martin Pelikan | 2017-09-27 | 1 | -1/+1 |
| * | [XRay] convert FDR arg1 log entries | Martin Pelikan | 2017-09-27 | 1 | -2/+27 |
| * | [XRay][tools] Support tail-call exits before we write them in the runtime | Dean Michael Berris | 2017-09-18 | 1 | -6/+10 |
| * | [XRay] fix and clarify comments in the log file decoder | Martin Pelikan | 2017-09-15 | 1 | -30/+24 |
| * | Move helper classes into anonymous namespaces. | Benjamin Kramer | 2017-08-20 | 1 | -1/+3 |
| * | Xray docs with description of Flight Data Recorder binary format. | Keith Wyss | 2017-08-02 | 1 | -5/+6 |
| * | Revert "Xray docs with description of Flight Data Recorder binary format." | Keith Wyss | 2017-08-02 | 1 | -6/+5 |
| * | Xray docs with description of Flight Data Recorder binary format. | Keith Wyss | 2017-08-02 | 1 | -5/+6 |
| * | [XRay][lib] Support and temporarily skip over CustomEvent records | Dean Michael Berris | 2017-05-12 | 1 | -2/+32 |
| * | [XRay] - Fix spelling error to test commit access. | Keith Wyss | 2017-04-06 | 1 | -1/+1 |
| * | Spelling mistakes in comments. NFCI. | Simon Pilgrim | 2017-03-30 | 1 | -1/+1 |
| * | [XRay] Update FDR log reader to be aware of buffer sizes per thread. | Dean Michael Berris | 2017-03-29 | 1 | -19/+67 |
| * | [XRAY] [x86_64] Adding a Flight Data filetype reader to the llvm-xray Trace i... | Dean Michael Berris | 2017-02-17 | 1 | -19/+304 |
| * | Move symbols from the global namespace into (anonymous) namespaces. NFC. | Benjamin Kramer | 2017-02-11 | 1 | -4/+4 |
| * | Avoid std::errc::protocol_* to appease mingw | Hans Wennborg | 2017-01-12 | 1 | -1/+1 |
| * | [XRay] Define the library for XRay trace logs | Dean Michael Berris | 2017-01-11 | 1 | -0/+196 |