| 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] Reverting r367962 due to Fuchsia bot build-breakage. | Puyan Lotfi | 2019-08-06 | 1 | -7/+0 |
* | [compiler-rt] Appending COMPILER_RT_LIBCXX_PATH -isystem include for xray (3) | Puyan Lotfi | 2019-08-06 | 1 | -0/+7 |
* | compiler-rt: Rename .cc file in lib/xray/tests/unit to .cpp | Nico Weber | 2019-08-01 | 10 | -17/+19 |
* | compiler-rt: Rename .cc file in lib/xray to .cpp | Nico Weber | 2019-08-01 | 21 | -49/+63 |
* | Revert "[compiler-rt] Appending COMPILER_RT_LIBCXX_PATH -isystem include for ... | Francis Visoiu Mistrih | 2019-07-29 | 1 | -5/+0 |
* | [compiler-rt] Appending COMPILER_RT_LIBCXX_PATH -isystem include for xray (2) | Puyan Lotfi | 2019-07-29 | 1 | -0/+5 |
* | [compiler-rt] Reverting r367239 (xray include path) to fix bot build breakage. | Puyan Lotfi | 2019-07-29 | 1 | -3/+0 |
* | Appending COMPILER_RT_LIBCXX_PATH include path to -isystem for compiler-rt xray | Puyan Lotfi | 2019-07-29 | 1 | -0/+3 |
* | Improve error message when '=' is missing in {ASAN,...}_OPTIONS. | Vitaly Buka | 2019-06-15 | 1 | -1/+1 |
* | [compiler-rt] Set the ZX_VMO_RESIZABLE option for zx_vmo_create | Petr Hosek | 2019-05-02 | 1 | -1/+1 |
* | [compiler-rt][tests] Propagate COMPILER_RT_UNITTEST_LINK_FLAGS | Hubert Tong | 2019-05-01 | 1 | -1/+4 |
* | [compiler-rt] Cleanup usage of C++ ABI library | Jonas Hahnfeld | 2019-02-16 | 1 | -3/+4 |
* | Revert "[compiler-rt] Cleanup usage of C++ ABI library" | Jonas Hahnfeld | 2019-02-15 | 1 | -4/+3 |
* | [compiler-rt] Cleanup usage of C++ ABI library | Jonas Hahnfeld | 2019-02-15 | 1 | -3/+4 |
* | [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 |