| Commit message (Expand) | Author | Age | Files | Lines |
| * | Re-land "[compiler-rt] Migrate llvm::make_unique to std::make_unique" | Jonas Devlieghere | 2019-08-15 | 1 | -13/+13 |
| * | Revert "[compiler-rt] Migrate llvm::make_unique to std::make_unique" | Jonas Devlieghere | 2019-08-15 | 1 | -13/+13 |
| * | [compiler-rt] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 2019-08-15 | 1 | -13/+13 |
| * | compiler-rt: Rename .cc file in lib/xray/tests/unit to .cpp | Nico Weber | 2019-08-01 | 10 | -17/+19 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 9 | -36/+27 |
| * | [xray] [tests] Detect and handle missing LLVMTestingSupport gracefully | Michal Gorny | 2018-12-21 | 1 | -3/+9 |
| * | [XRay] Use preallocated memory for XRay profiling | Dean Michael Berris | 2018-12-07 | 3 | -12/+97 |
| * | Re-land "[XRay] Move-only Allocator, FunctionCallTrie, and Array" | Dean Michael Berris | 2018-12-07 | 2 | -0/+116 |
| * | Revert "[XRay] Move-only Allocator, FunctionCallTrie, and Array" | Dean Michael Berris | 2018-12-06 | 2 | -116/+0 |
| * | Re-land r348335 "[XRay] Move-only Allocator, FunctionCallTrie, and Array" | Dean Michael Berris | 2018-12-06 | 2 | -0/+116 |
| * | Revert r348335 "[XRay] Move-only Allocator, FunctionCallTrie, and Array" | Hans Wennborg | 2018-12-05 | 2 | -116/+0 |
| * | [XRay] Move-only Allocator, FunctionCallTrie, and Array | Dean Michael Berris | 2018-12-05 | 2 | -0/+116 |
| * | [XRay] Add a test for allocator exhaustion | Dean Michael Berris | 2018-11-20 | 1 | -1/+19 |
| * | [XRay] Move buffer extents back to the heap | Dean Michael Berris | 2018-11-20 | 1 | -1/+1 |
| * | [XRay] Add a test for function id encoding/decoding (NFC) | Dean Michael Berris | 2018-11-09 | 1 | -0/+26 |
| * | [XRay] Fix enter function tracing for record unwriting | Dean Michael Berris | 2018-11-09 | 1 | -0/+44 |
| * | [XRay] Improve FDR trace handling and error messaging | Dean Michael Berris | 2018-11-09 | 1 | -0/+17 |
| * | [XRay] Update XRayRecord to support Custom/Typed Events | Dean Michael Berris | 2018-11-06 | 2 | -1/+8 |
| * | [XRay] Update TSC math to handle wraparound | Dean Michael Berris | 2018-11-05 | 2 | -63/+91 |
| * | [XRay] Update delta computations in runtime | Dean Michael Berris | 2018-11-02 | 1 | -0/+24 |
| * | [XRay] Fix TSC and atomic custom/typed event accounting | Dean Michael Berris | 2018-11-01 | 3 | -2/+104 |
| * | [XRay] Use more portable control block | Dean Michael Berris | 2018-10-29 | 1 | -2/+11 |
| * | [XRay] Support generational buffers in FDR controller | Dean Michael Berris | 2018-10-27 | 1 | -4/+27 |
| * | [XRay][compiler-rt] Generational Buffer Management | Dean Michael Berris | 2018-10-22 | 1 | -2/+114 |
| * | [XRay] Handle allocator exhaustion in segmented array | Dean Michael Berris | 2018-10-22 | 2 | -1/+40 |
| * | Revert commit r344670 as the test fails on a bot http://lab.llvm.org:8011/bui... | Douglas Yung | 2018-10-19 | 1 | -114/+2 |
| * | [XRay][compiler-rt] Generational Buffer Management | Dean Michael Berris | 2018-10-17 | 1 | -2/+114 |
| * | [XRay][compiler-rt] FDR Mode Controller | Dean Michael Berris | 2018-10-15 | 5 | -29/+441 |
| * | [XRay] Clean up XRay build configuration | Dean Michael Berris | 2018-09-24 | 1 | -12/+6 |
| * | [XRay][compiler-rt] FDRLogWriter Abstraction | Dean Michael Berris | 2018-09-20 | 2 | -0/+96 |
| * | Revert "[XRay][compiler-rt] FDRLogWriter Abstraction" and 1 more. | Evgeniy Stepanov | 2018-09-19 | 2 | -96/+0 |
| * | [XRay][compiler-rt] FDRLogWriter Abstraction | Dean Michael Berris | 2018-09-18 | 2 | -0/+96 |
| * | [XRay] Remove the deprecated __xray_log_init API | Petr Hosek | 2018-09-15 | 2 | -204/+0 |
| * | [XRay][compiler-rt] Update test to use similar structure | Dean Michael Berris | 2018-07-31 | 1 | -3/+3 |
| * | [XRay][compiler-rt] Profiling Mode: Include file header in buffers | Dean Michael Berris | 2018-07-31 | 1 | -2/+34 |
| * | [XRay][compiler-rt] Segmented Array: Simplify and Optimise | Dean Michael Berris | 2018-07-18 | 1 | -31/+21 |
| * | [XRay][compiler-rt] Simplify Allocator Implementation | Dean Michael Berris | 2018-07-18 | 3 | -26/+48 |
| * | [XRay][compiler-rt] Add PID field to llvm-xray tool and add PID metadata reco... | Dean Michael Berris | 2018-07-13 | 1 | -3/+3 |
| * | [XRay][compiler-rt] xray::Array Freelist and Iterator Updates | Dean Michael Berris | 2018-07-10 | 2 | -20/+102 |
| * | [XRay][profiler] Part 4: Profiler Mode Wiring | Dean Michael Berris | 2018-06-12 | 2 | -10/+10 |
| * | [XRay][compiler-rt] Remove __sanitizer:: from namespace __xray (NFC) | Dean Michael Berris | 2018-06-05 | 2 | -2/+2 |
| * | [XRay] Fixup: Explicitly call std::make_tuple(...) | Dean Michael Berris | 2018-05-31 | 1 | -2/+2 |
| * | [XRay][profiler] Part 3: Profile Collector Service | Dean Michael Berris | 2018-05-31 | 2 | -0/+181 |
| * | [XRay][profiler] Part 2: XRay Function Call Trie | Dean Michael Berris | 2018-05-15 | 2 | -0/+255 |
| * | [XRay][profiler] Part 1: XRay Allocator and Array Implementations | Dean Michael Berris | 2018-04-29 | 3 | -0/+185 |
| * | Add Xray instrumentation support to FreeBSD | Kamil Rytarowski | 2018-02-15 | 1 | -5/+6 |
| * | [XRay] Rename Buffer.Buffer to Buffer.Data | Dean Michael Berris | 2018-02-10 | 1 | -4/+4 |
| * | [XRay] Add missing include to unit test | Jonas Hahnfeld | 2017-12-27 | 1 | -0/+1 |
| * | [XRay] Use optimistic logging model for FDR mode | Dean Michael Berris | 2017-11-21 | 1 | -15/+90 |
| * | [XRay][compiler-rt] Enable the XRay compiler-rt unit tests. | Dean Michael Berris | 2017-08-31 | 2 | -4/+2 |