| Commit message (Expand) | Author | Age | Files | Lines |
* | compiler-rt: Rename .cc file in lib/xray to .cpp | Nico Weber | 2019-08-01 | 1 | -519/+0 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | [XRay] Use preallocated memory for XRay profiling | Dean Michael Berris | 2018-12-07 | 1 | -21/+113 |
* | Re-land "[XRay] Move-only Allocator, FunctionCallTrie, and Array" | Dean Michael Berris | 2018-12-07 | 1 | -115/+178 |
* | Revert "[XRay] Move-only Allocator, FunctionCallTrie, and Array" | Dean Michael Berris | 2018-12-06 | 1 | -178/+115 |
* | Re-land r348335 "[XRay] Move-only Allocator, FunctionCallTrie, and Array" | Dean Michael Berris | 2018-12-06 | 1 | -115/+178 |
* | Revert r348335 "[XRay] Move-only Allocator, FunctionCallTrie, and Array" | Hans Wennborg | 2018-12-05 | 1 | -178/+115 |
* | [XRay] Use uptr instead of uintptr_t | Dean Michael Berris | 2018-12-05 | 1 | -8/+8 |
* | [XRay] Move-only Allocator, FunctionCallTrie, and Array | Dean Michael Berris | 2018-12-05 | 1 | -115/+178 |
* | [XRay] Update TSC math to handle wraparound | Dean Michael Berris | 2018-11-05 | 1 | -2/+2 |
* | [XRay] Guard call to postCurrentThreadFCT() | Dean Michael Berris | 2018-10-29 | 1 | -5/+16 |
* | [XRay] Encapsulate all FD log related logic into a class | Petr Hosek | 2018-10-16 | 1 | -6/+5 |
* | [XRay] Remove the deprecated __xray_log_init API | Petr Hosek | 2018-09-15 | 1 | -9/+2 |
* | [XRay] XRAY_NEVER_INSTRUMENT more functions, consolidate allocators | Dean Michael Berris | 2018-09-07 | 1 | -4/+5 |
* | [XRay][compiler-rt] Remove uses of internal allocator in profiling mode | Dean Michael Berris | 2018-08-28 | 1 | -24/+30 |
* | [XRay][compiler-rt] Profiling Mode: Include file header in buffers | Dean Michael Berris | 2018-07-31 | 1 | -18/+1 |
* | [XRay][compiler-rt] Profiling: No files when empty | Dean Michael Berris | 2018-07-19 | 1 | -23/+27 |
* | [XRay][compiler-rt] Segmented Array: Simplify and Optimise | Dean Michael Berris | 2018-07-18 | 1 | -3/+4 |
* | [XRay][compiler-rt] Simplify Allocator Implementation | Dean Michael Berris | 2018-07-18 | 1 | -11/+26 |
* | [XRay][compiler-rt] Profiling Mode: Flush logs on exit | Dean Michael Berris | 2018-07-13 | 1 | -7/+23 |
* | [XRay][compiler-rt] xray::Array Freelist and Iterator Updates | Dean Michael Berris | 2018-07-10 | 1 | -3/+4 |
* | [XRay][profiler] Part 5: Profiler File Writing | Dean Michael Berris | 2018-06-12 | 1 | -6/+50 |
* | [XRay][profiler] Part 4: Profiler Mode Wiring | Dean Michael Berris | 2018-06-12 | 1 | -0/+291 |