summaryrefslogtreecommitdiff
path: root/lib/xray
Commit message (Expand)AuthorAgeFilesLines
* Re-land "[compiler-rt] Migrate llvm::make_unique to std::make_unique"Jonas Devlieghere2019-08-151-13/+13
* Revert "[compiler-rt] Migrate llvm::make_unique to std::make_unique"Jonas Devlieghere2019-08-151-13/+13
* [compiler-rt] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-13/+13
* [compiler-rt] Reverting r367962 due to Fuchsia bot build-breakage.Puyan Lotfi2019-08-061-7/+0
* [compiler-rt] Appending COMPILER_RT_LIBCXX_PATH -isystem include for xray (3)Puyan Lotfi2019-08-061-0/+7
* compiler-rt: Rename .cc file in lib/xray/tests/unit to .cppNico Weber2019-08-0110-17/+19
* compiler-rt: Rename .cc file in lib/xray to .cppNico Weber2019-08-0121-49/+63
* Revert "[compiler-rt] Appending COMPILER_RT_LIBCXX_PATH -isystem include for ...Francis Visoiu Mistrih2019-07-291-5/+0
* [compiler-rt] Appending COMPILER_RT_LIBCXX_PATH -isystem include for xray (2)Puyan Lotfi2019-07-291-0/+5
* [compiler-rt] Reverting r367239 (xray include path) to fix bot build breakage.Puyan Lotfi2019-07-291-3/+0
* Appending COMPILER_RT_LIBCXX_PATH include path to -isystem for compiler-rt xrayPuyan Lotfi2019-07-291-0/+3
* Improve error message when '=' is missing in {ASAN,...}_OPTIONS.Vitaly Buka2019-06-151-1/+1
* [compiler-rt] Set the ZX_VMO_RESIZABLE option for zx_vmo_createPetr Hosek2019-05-021-1/+1
* [compiler-rt][tests] Propagate COMPILER_RT_UNITTEST_LINK_FLAGSHubert Tong2019-05-011-1/+4
* [compiler-rt] Cleanup usage of C++ ABI libraryJonas Hahnfeld2019-02-161-3/+4
* Revert "[compiler-rt] Cleanup usage of C++ ABI library"Jonas Hahnfeld2019-02-151-4/+3
* [compiler-rt] Cleanup usage of C++ ABI libraryJonas Hahnfeld2019-02-151-3/+4
* [xray][tests][RHDTS] Add -lstdc++ after LLVM libs, resolving link error with ...Hubert Tong2019-02-131-2/+3
* Fix XRayTest link on FreeBSD (and likely NetBSD too)Dimitry Andric2019-01-251-1/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1955-220/+165
* Speculative fix for xray assembler error on MachO since r349976Reid Kleckner2018-12-281-1/+1
* [xray] Detect MPROTECT and error out when it's enabled (on NetBSD)Michal Gorny2018-12-231-0/+3
* [xray] Disable alignas() for thread_local objects on NetBSDMichal Gorny2018-12-233-2/+14
* [xray] [tests] Detect and handle missing LLVMTestingSupport gracefullyMichal Gorny2018-12-212-3/+13
* Fix a gcc -Wpedantix warningNico Weber2018-12-181-1/+1
* [XRay] Use preallocated memory for XRay profilingDean Michael Berris2018-12-0711-150/+460
* Re-land "[XRay] Move-only Allocator, FunctionCallTrie, and Array"Dean Michael Berris2018-12-077-384/+924
* Revert "[XRay] Move-only Allocator, FunctionCallTrie, and Array"Dean Michael Berris2018-12-067-905/+394
* [XRay] Use a local lvalue as arg to AppendEmplace(...)Dean Michael Berris2018-12-061-1/+2
* [XRay] Use default-constructed struct as argument to Append(...)Dean Michael Berris2018-12-061-1/+1
* Re-land r348335 "[XRay] Move-only Allocator, FunctionCallTrie, and Array"Dean Michael Berris2018-12-067-393/+903
* Revert r348335 "[XRay] Move-only Allocator, FunctionCallTrie, and Array"Hans Wennborg2018-12-057-902/+392
* [XRay] Use uptr instead of uintptr_tDean Michael Berris2018-12-051-8/+8
* [XRay] Use deallocateBuffer instead of deallocateDean Michael Berris2018-12-051-16/+16
* [XRay] Move-only Allocator, FunctionCallTrie, and ArrayDean Michael Berris2018-12-057-377/+887
* [XRay] Support for FuchsiaPetr Hosek2018-11-229-20/+253
* [XRay] Add a test for allocator exhaustionDean Michael Berris2018-11-202-8/+27
* [XRay] Move buffer extents back to the heapDean Michael Berris2018-11-206-22/+60
* [XRay] Add a test for function id encoding/decoding (NFC)Dean Michael Berris2018-11-091-0/+26
* [XRay] Add a static assertion on size of metadata payload (NFC)Dean Michael Berris2018-11-091-0/+19
* [XRay] Fix enter function tracing for record unwritingDean Michael Berris2018-11-092-3/+51
* [XRay] Add atomic fences around non-atomic reads and writesDean Michael Berris2018-11-092-0/+29
* [XRay] Improve FDR trace handling and error messagingDean Michael Berris2018-11-093-3/+43
* [XRay] Use TSC delta encoding for custom/typed eventsDean Michael Berris2018-11-073-69/+84
* Prioritize the constructor call of __local_xray_dyninit()Kamil Rytarowski2018-11-061-3/+3
* [XRay] Update XRayRecord to support Custom/Typed EventsDean Michael Berris2018-11-062-1/+8
* [XRay] Update TSC math to handle wraparoundDean Michael Berris2018-11-054-81/+132
* [XRay] Update delta computations in runtimeDean Michael Berris2018-11-022-5/+39
* [XRay] Fix TSC and atomic custom/typed event accountingDean Michael Berris2018-11-016-12/+134
* [XRay] Add CPU ID in Custom Event FDR RecordsDean Michael Berris2018-11-013-4/+6