summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/xray/xray_segmented_array.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [XRay] Use preallocated memory for XRay profilingDean Michael Berris2018-12-071-1/+1
* Re-land "[XRay] Move-only Allocator, FunctionCallTrie, and Array"Dean Michael Berris2018-12-071-138/+393
* Revert "[XRay] Move-only Allocator, FunctionCallTrie, and Array"Dean Michael Berris2018-12-061-372/+147
* Re-land r348335 "[XRay] Move-only Allocator, FunctionCallTrie, and Array"Dean Michael Berris2018-12-061-147/+372
* Revert r348335 "[XRay] Move-only Allocator, FunctionCallTrie, and Array"Hans Wennborg2018-12-051-372/+147
* [XRay] Move-only Allocator, FunctionCallTrie, and ArrayDean Michael Berris2018-12-051-147/+372
* [XRay] Handle allocator exhaustion in segmented arrayDean Michael Berris2018-10-221-4/+8
* [XRay] XRAY_NEVER_INSTRUMENT more functions, consolidate allocatorsDean Michael Berris2018-09-071-35/+49
* [XRay][compiler-rt] Avoid InternalAlloc(...) in Profiling ModeDean Michael Berris2018-08-171-0/+3
* [Xray] fix c99 warning build about flexible array semanticsDavid Carlier2018-07-201-1/+1
* [XRay][compiler-rt] Segmented Array: Simplify and OptimiseDean Michael Berris2018-07-181-145/+163
* [XRay][compiler-rt] Simplify Allocator ImplementationDean Michael Berris2018-07-181-36/+26
* [XRay][compiler-rt] xray::Array Freelist and Iterator UpdatesDean Michael Berris2018-07-101-60/+89
* [XRay] Fixup: Address some warnings breaking buildDean Michael Berris2018-05-311-6/+6
* [XRay][compiler-rt] Relocate a DCHECK to the correct location.Dean Michael Berris2018-05-141-1/+2
* [XRay][profiler] Part 1: XRay Allocator and Array ImplementationsDean Michael Berris2018-04-291-0/+337
OpenPOWER on IntegriCloud