| Commit message (Expand) | Author | Age | Files | Lines |
| * | [xray][tests][RHDTS] Add -lstdc++ after LLVM libs, resolving link error with ... | Hubert Tong | 2019-02-13 | 1 | -2/+3 |
| * | Fix XRayTest link on FreeBSD (and likely NetBSD too) | Dimitry Andric | 2019-01-25 | 1 | -1/+2 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 55 | -220/+165 |
| * | Speculative fix for xray assembler error on MachO since r349976 | Reid Kleckner | 2018-12-28 | 1 | -1/+1 |
| * | [xray] Detect MPROTECT and error out when it's enabled (on NetBSD) | Michal Gorny | 2018-12-23 | 1 | -0/+3 |
| * | [xray] Disable alignas() for thread_local objects on NetBSD | Michal Gorny | 2018-12-23 | 3 | -2/+14 |
| * | [xray] [tests] Detect and handle missing LLVMTestingSupport gracefully | Michal Gorny | 2018-12-21 | 2 | -3/+13 |
| * | Fix a gcc -Wpedantix warning | Nico Weber | 2018-12-18 | 1 | -1/+1 |
| * | [XRay] Use preallocated memory for XRay profiling | Dean Michael Berris | 2018-12-07 | 11 | -150/+460 |
| * | Re-land "[XRay] Move-only Allocator, FunctionCallTrie, and Array" | Dean Michael Berris | 2018-12-07 | 7 | -384/+924 |
| * | Revert "[XRay] Move-only Allocator, FunctionCallTrie, and Array" | Dean Michael Berris | 2018-12-06 | 7 | -905/+394 |
| * | [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 | 7 | -393/+903 |
| * | Revert r348335 "[XRay] Move-only Allocator, FunctionCallTrie, and Array" | Hans Wennborg | 2018-12-05 | 7 | -902/+392 |
| * | [XRay] Use uptr instead of uintptr_t | Dean Michael Berris | 2018-12-05 | 1 | -8/+8 |
| * | [XRay] Use deallocateBuffer instead of deallocate | Dean Michael Berris | 2018-12-05 | 1 | -16/+16 |
| * | [XRay] Move-only Allocator, FunctionCallTrie, and Array | Dean Michael Berris | 2018-12-05 | 7 | -377/+887 |
| * | [XRay] Support for Fuchsia | Petr Hosek | 2018-11-22 | 9 | -20/+253 |
| * | [XRay] Add a test for allocator exhaustion | Dean Michael Berris | 2018-11-20 | 2 | -8/+27 |
| * | [XRay] Move buffer extents back to the heap | Dean Michael Berris | 2018-11-20 | 6 | -22/+60 |
| * | [XRay] Add a test for function id encoding/decoding (NFC) | Dean Michael Berris | 2018-11-09 | 1 | -0/+26 |
| * | [XRay] Add a static assertion on size of metadata payload (NFC) | Dean Michael Berris | 2018-11-09 | 1 | -0/+19 |
| * | [XRay] Fix enter function tracing for record unwriting | Dean Michael Berris | 2018-11-09 | 2 | -3/+51 |
| * | [XRay] Add atomic fences around non-atomic reads and writes | Dean Michael Berris | 2018-11-09 | 2 | -0/+29 |
| * | [XRay] Improve FDR trace handling and error messaging | Dean Michael Berris | 2018-11-09 | 3 | -3/+43 |
| * | [XRay] Use TSC delta encoding for custom/typed events | Dean Michael Berris | 2018-11-07 | 3 | -69/+84 |
| * | Prioritize the constructor call of __local_xray_dyninit() | Kamil Rytarowski | 2018-11-06 | 1 | -3/+3 |
| * | [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 | 4 | -81/+132 |
| * | [XRay] Update delta computations in runtime | Dean Michael Berris | 2018-11-02 | 2 | -5/+39 |
| * | [XRay] Fix TSC and atomic custom/typed event accounting | Dean Michael Berris | 2018-11-01 | 6 | -12/+134 |
| * | [XRay] Add CPU ID in Custom Event FDR Records | Dean Michael Berris | 2018-11-01 | 3 | -4/+6 |
| * | [XRay] Migrate FDR runtime to use refactored controller | Dean Michael Berris | 2018-10-30 | 3 | -650/+238 |
| * | [XRay] Guard call to postCurrentThreadFCT() | Dean Michael Berris | 2018-10-29 | 1 | -5/+16 |
| * | [XRay] Use more portable control block | Dean Michael Berris | 2018-10-29 | 3 | -60/+75 |
| * | [XRay] Refcount backing store for buffers | Dean Michael Berris | 2018-10-28 | 2 | -8/+67 |
| * | [XRay] Support generational buffers in FDR controller | Dean Michael Berris | 2018-10-27 | 2 | -41/+80 |
| * | [XRay] Account for virtual memory re-use | Dean Michael Berris | 2018-10-22 | 1 | -3/+1 |
| * | [XRay][compiler-rt] Generational Buffer Management | Dean Michael Berris | 2018-10-22 | 4 | -64/+238 |
| * | [XRay] Handle allocator exhaustion in segmented array | Dean Michael Berris | 2018-10-22 | 3 | -5/+48 |
| * | Revert commit r344670 as the test fails on a bot http://lab.llvm.org:8011/bui... | Douglas Yung | 2018-10-19 | 4 | -233/+62 |
| * | [XRay][compiler-rt] Generational Buffer Management | Dean Michael Berris | 2018-10-17 | 4 | -62/+233 |
| * | [XRay] Use fully qualified name for LogWriter | Petr Hosek | 2018-10-16 | 1 | -1/+1 |
| * | [XRay] Encapsulate all FD log related logic into a class | Petr Hosek | 2018-10-16 | 5 | -105/+84 |
| * | [XRay][compiler-rt] FDR Mode Controller | Dean Michael Berris | 2018-10-15 | 8 | -29/+758 |
| * | Introduce internal_sysctlbyname in place of sysctlbyname | Kamil Rytarowski | 2018-10-05 | 1 | -5/+6 |
| * | Remove a path-length limitation for the xray logfile. | Douglas Yung | 2018-10-01 | 1 | -3/+2 |
| * | [XRay] Guard local variables with `static` and struct with unnamed namespaces | Fangrui Song | 2018-09-28 | 2 | -6/+11 |
| * | [XRay] Add LD_LIBRARY_PATH to env variables for Unit Tests | Dean Michael Berris | 2018-09-27 | 1 | -5/+5 |