summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/xray/xray_buffer_queue.cc
Commit message (Expand)AuthorAgeFilesLines
* compiler-rt: Rename .cc file in lib/xray to .cppNico Weber2019-08-011-237/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [XRay] Support for FuchsiaPetr Hosek2018-11-221-0/+2
* [XRay] Move buffer extents back to the heapDean Michael Berris2018-11-201-5/+38
* [XRay] Use more portable control blockDean Michael Berris2018-10-291-54/+41
* [XRay] Refcount backing store for buffersDean Michael Berris2018-10-281-5/+56
* [XRay] Account for virtual memory re-useDean Michael Berris2018-10-221-3/+1
* [XRay][compiler-rt] Generational Buffer ManagementDean Michael Berris2018-10-221-57/+100
* Revert commit r344670 as the test fails on a bot http://lab.llvm.org:8011/bui...Douglas Yung2018-10-191-95/+55
* [XRay][compiler-rt] Generational Buffer ManagementDean Michael Berris2018-10-171-55/+95
* [XRay] Simplify FDR buffer managementDean Michael Berris2018-09-171-65/+37
* [XRay][compiler-rt] Remove MAP_NORESERVE from XRay allocationsDean Michael Berris2018-08-161-20/+1
* [XRay][compiler-rt] FDR Mode: Use mmap instead of internal allocatorDean Michael Berris2018-07-301-11/+44
* [XRay][compiler-rt] Remove __sanitizer:: from namespace __xray (NFC)Dean Michael Berris2018-06-051-5/+4
* [XRay][compiler-rt] Remove reliance on C++ ABI from BufferQueueDean Michael Berris2018-06-051-5/+30
* [XRay] Rename Buffer.Buffer to Buffer.DataDean Michael Berris2018-02-101-4/+4
* [XRay] Use optimistic logging model for FDR modeDean Michael Berris2017-11-211-13/+21
* [XRay][compiler-rt] More fixups.Dean Michael Berris2017-10-241-3/+3
* [XRay][compiler-rt] Fixup shadowingDean Michael Berris2017-10-241-3/+3
* [XRay][compiler-rt] Remove C++ STL from the buffer queue implementationDean Michael Berris2017-10-241-27/+33
* [XRay][compiler-rt] Fix logical failure in BufferQueue::getBuffer()Dean Michael Berris2017-10-041-1/+1
* [XRay][compiler-rt] Use a hand-written circular buffer in BufferQueueDean Michael Berris2017-10-041-14/+33
* Revert "[XRay][compiler-rt] Use a hand-written circular buffer in BufferQueue"Dean Michael Berris2017-10-031-35/+14
* [XRay][compiler-rt] Use a hand-written circular buffer in BufferQueueDean Michael Berris2017-10-031-14/+35
* [XRay][compiler-rt] Use sanitizer_common's atomic opsDean Michael Berris2017-03-271-5/+6
* [XRay][compiler-rt] Remove dependency on <system_error>Dean Michael Berris2017-03-221-11/+15
* [XRay][compiler-rt] XRay Flight Data Recorder ModeDean Michael Berris2017-01-251-10/+21
* Revert "[XRay][compiler-rt] XRay Flight Data Recorder Mode"Dean Michael Berris2017-01-031-21/+10
* [XRay][compiler-rt] XRay Flight Data Recorder ModeDean Michael Berris2017-01-031-10/+21
* [XRay][compiler-rt] Explicitly initialise members.Dean Michael Berris2016-12-061-1/+1
* [XRay][compiler-rt] XRay Buffer QueueDean Michael Berris2016-12-061-0/+65
* Revert "[XRay][compiler-rt] XRay Buffer Queue"Dean Michael Berris2016-11-251-65/+0
* [XRay][compiler-rt] XRay Buffer QueueDean Michael Berris2016-11-251-0/+65
OpenPOWER on IntegriCloud