| Commit message (Expand) | Author | Age | Files | Lines |
* | compiler-rt: Rename .cc file in lib/xray to .cpp | Nico Weber | 2019-08-01 | 1 | -414/+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 | -74/+151 |
* | Re-land "[XRay] Move-only Allocator, FunctionCallTrie, and Array" | Dean Michael Berris | 2018-12-07 | 1 | -17/+15 |
* | Revert "[XRay] Move-only Allocator, FunctionCallTrie, and Array" | Dean Michael Berris | 2018-12-06 | 1 | -17/+18 |
* | [XRay] Use a local lvalue as arg to AppendEmplace(...) | Dean Michael Berris | 2018-12-06 | 1 | -1/+2 |
* | [XRay] Use default-constructed struct as argument to Append(...) | Dean Michael Berris | 2018-12-06 | 1 | -1/+1 |
* | Re-land r348335 "[XRay] Move-only Allocator, FunctionCallTrie, and Array" | Dean Michael Berris | 2018-12-06 | 1 | -17/+15 |
* | Revert r348335 "[XRay] Move-only Allocator, FunctionCallTrie, and Array" | Hans Wennborg | 2018-12-05 | 1 | -15/+17 |
* | [XRay] Move-only Allocator, FunctionCallTrie, and Array | Dean Michael Berris | 2018-12-05 | 1 | -17/+15 |
* | [XRay][compiler-rt] Update use of internal_mmap | Dean Michael Berris | 2018-09-21 | 1 | -9/+9 |
* | [XRay] XRAY_NEVER_INSTRUMENT more functions, consolidate allocators | Dean Michael Berris | 2018-09-07 | 1 | -27/+14 |
* | [XRay][compiler-rt] Avoid InternalAlloc(...) in Profiling Mode | Dean Michael Berris | 2018-08-17 | 1 | -102/+109 |
* | [XRay][compiler-rt] Profiling Mode: Include file header in buffers | Dean Michael Berris | 2018-07-31 | 1 | -1/+29 |
* | [XRay][compiler-rt] Segmented Array: Simplify and Optimise | Dean Michael Berris | 2018-07-18 | 1 | -10/+7 |
* | [XRay][compiler-rt] Simplify Allocator Implementation | Dean Michael Berris | 2018-07-18 | 1 | -10/+16 |
* | [XRay][compiler-rt] Profiling Mode: Flush logs on exit | Dean Michael Berris | 2018-07-13 | 1 | -26/+55 |
* | [XRay][compiler-rt] xray::Array Freelist and Iterator Updates | Dean Michael Berris | 2018-07-10 | 1 | -5/+5 |
* | [XRay][profiler] Part 4: Profiler Mode Wiring | Dean Michael Berris | 2018-06-12 | 1 | -4/+4 |
* | Missing include | Stephan Bergmann | 2018-05-31 | 1 | -0/+1 |
* | [XRay][profiler] Part 3: Profile Collector Service | Dean Michael Berris | 2018-05-31 | 1 | -0/+285 |