summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/xray/tests
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: Rename .cc file in lib/xray/tests/unit to .cppNico Weber2019-08-0110-17/+19
* [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-199-36/+27
* [xray] [tests] Detect and handle missing LLVMTestingSupport gracefullyMichal Gorny2018-12-212-3/+13
* [XRay] Use preallocated memory for XRay profilingDean Michael Berris2018-12-073-12/+97
* Re-land "[XRay] Move-only Allocator, FunctionCallTrie, and Array"Dean Michael Berris2018-12-072-0/+116
* Revert "[XRay] Move-only Allocator, FunctionCallTrie, and Array"Dean Michael Berris2018-12-062-116/+0
* Re-land r348335 "[XRay] Move-only Allocator, FunctionCallTrie, and Array"Dean Michael Berris2018-12-062-0/+116
* Revert r348335 "[XRay] Move-only Allocator, FunctionCallTrie, and Array"Hans Wennborg2018-12-052-116/+0
* [XRay] Move-only Allocator, FunctionCallTrie, and ArrayDean Michael Berris2018-12-052-0/+116
* [XRay] Add a test for allocator exhaustionDean Michael Berris2018-11-201-1/+19
* [XRay] Move buffer extents back to the heapDean Michael Berris2018-11-201-1/+1
* [XRay] Add a test for function id encoding/decoding (NFC)Dean Michael Berris2018-11-091-0/+26
* [XRay] Fix enter function tracing for record unwritingDean Michael Berris2018-11-091-0/+44
* [XRay] Improve FDR trace handling and error messagingDean Michael Berris2018-11-091-0/+17
* [XRay] Update XRayRecord to support Custom/Typed EventsDean Michael Berris2018-11-062-1/+8
* [XRay] Update TSC math to handle wraparoundDean Michael Berris2018-11-052-63/+91
* [XRay] Update delta computations in runtimeDean Michael Berris2018-11-021-0/+24
* [XRay] Fix TSC and atomic custom/typed event accountingDean Michael Berris2018-11-014-2/+105
* [XRay] Use more portable control blockDean Michael Berris2018-10-291-2/+11
* [XRay] Support generational buffers in FDR controllerDean Michael Berris2018-10-271-4/+27
* [XRay][compiler-rt] Generational Buffer ManagementDean Michael Berris2018-10-221-2/+114
* [XRay] Handle allocator exhaustion in segmented arrayDean Michael Berris2018-10-222-1/+40
* Revert commit r344670 as the test fails on a bot http://lab.llvm.org:8011/bui...Douglas Yung2018-10-191-114/+2
* [XRay][compiler-rt] Generational Buffer ManagementDean Michael Berris2018-10-171-2/+114
* [XRay][compiler-rt] FDR Mode ControllerDean Michael Berris2018-10-155-29/+441
* [XRay] Add LD_LIBRARY_PATH to env variables for Unit TestsDean Michael Berris2018-09-271-5/+5
* [XRay] Clean up XRay build configurationDean Michael Berris2018-09-242-16/+22
* [XRay][compiler-rt] FDRLogWriter AbstractionDean Michael Berris2018-09-203-5/+117
* Revert "[XRay][compiler-rt] FDRLogWriter Abstraction" and 1 more.Evgeniy Stepanov2018-09-193-112/+4
* [XRay] Detect terminfo libraryDean Michael Berris2018-09-191-1/+6
* [XRay][compiler-rt] FDRLogWriter AbstractionDean Michael Berris2018-09-183-4/+107
* [XRay] Remove the deprecated __xray_log_init APIPetr Hosek2018-09-152-204/+0
* [XRay][compiler-rt] Update test to use similar structureDean Michael Berris2018-07-311-3/+3
* [XRay][compiler-rt] Profiling Mode: Include file header in buffersDean Michael Berris2018-07-311-2/+34
* [XRay][compiler-rt] Segmented Array: Simplify and OptimiseDean Michael Berris2018-07-181-31/+21
* [XRay][compiler-rt] Simplify Allocator ImplementationDean Michael Berris2018-07-183-26/+48
* [XRay][compiler-rt] Use `SANITIZER_CXX_ABI_LIBRARY` for XRay unit testsDean Michael Berris2018-07-161-2/+2
* [XRay][compiler-rt] Add PID field to llvm-xray tool and add PID metadata reco...Dean Michael Berris2018-07-131-3/+3
* [CMake] Remove unnecesary list of source files for Xray unit tests.Dan Liew2018-07-121-40/+12
* [XRay][compiler-rt] xray::Array Freelist and Iterator UpdatesDean Michael Berris2018-07-103-22/+108
* [XRay][profiler] Part 4: Profiler Mode WiringDean Michael Berris2018-06-123-14/+14
OpenPOWER on IntegriCloud