summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/tsan/rtl/tsan_clock.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* tsan: optimize sync clock memory consumptionDmitry Vyukov2017-07-141-56/+151
* tsan: refactor SyncClock codeDmitry Vyukov2017-07-121-0/+1
* tsan: prepare clock for future changesDmitry Vyukov2017-07-121-1/+2
* Revert "Apply modernize-use-default to compiler-rt."Alexey Samsonov2015-10-301-1/+2
* Apply modernize-use-default to compiler-rt.Angel Garcia Gomez2015-10-201-2/+1
* tsan: address comments in r214912Dmitry Vyukov2014-09-021-1/+1
* tsan: allocate vector clocks using slab allocatorDmitry Vyukov2014-08-051-13/+41
* tsan: refactor storage of meta information for heap blocks and sync objectsDmitry Vyukov2014-05-291-0/+1
* tsan: fix vector clocksDmitry Vyukov2014-04-111-11/+15
* tsan: optimize vector clock operationsDmitry Vyukov2014-03-241-15/+31
* tsan: more precise handling of finalizersDmitry Vyukov2012-11-071-4/+1
* tsan: don't release disabled clocksDmitry Vyukov2012-11-061-1/+2
* tsan: add ReleaseStore() function that merely copies vector clock rather than...Dmitry Vyukov2012-07-281-1/+2
* tsan: suport for Go finalizersDmitry Vyukov2012-07-251-0/+2
* tsan: add shadow memory flush + fix few bugsDmitry Vyukov2012-05-221-4/+4
* tsan: detect accesses to freed memoryDmitry Vyukov2012-05-171-2/+2
* [tsan] run more kinds of builds as presubmit test (and fix gcc debug build)Kostya Serebryany2012-05-111-5/+5
* [tsan] First commit of ThreadSanitizer (TSan) run-time library.Kostya Serebryany2012-05-101-0/+79
OpenPOWER on IntegriCloud