summaryrefslogtreecommitdiff
path: root/lib/tsan/rtl/tsan_sync.cc
Commit message (Expand)AuthorAge
* tsan: move shadow stack from thread descriptors to fixed addressesDmitry Vyukov2013-10-16
* tsan: fix crash when data race happens on out-of-bounds accesses.Dmitry Vyukov2013-04-24
* tsan: smaller memory block headers (32b->16b)Dmitry Vyukov2013-03-18
* tsan: use StackDepot in sync object to store creation stacksDmitry Vyukov2013-03-18
* tsan: java interface implementation skeletonDmitry Vyukov2012-12-20
* tsan: intercept fork() to prevent false race reports on fd'sDmitry Vyukov2012-12-18
* tsan: add mutexsets to reportsDmitry Vyukov2012-12-06
* tsan: increase max shadow stack size + reduce memory consumption at the same ...Dmitry Vyukov2012-09-06
* tsan: proper handling of linker initialized mutexesDmitry Vyukov2012-08-18
* tsan: better diagnostics for destroy of a locked mutex + a testDmitry Vyukov2012-08-16
* tsan: support for linker initializer mutexes with static storage durationDmitry Vyukov2012-08-16
* tsan: store sync objects in memory block headers + delete them when the block...Dmitry Vyukov2012-08-15
* tasn: do not remember stack traces for sync objects for Go (they are not repo...Dmitry Vyukov2012-07-27
* tsan: use dynamic shadow stack for GoDmitry Vyukov2012-07-16
* tsan: do not call malloc/free in memory access handling routine.Dmitry Vyukov2012-06-22
* [Sanitizer] Use DEFINE_REAL macro in TSan runtime to call libc implementation...Alexey Samsonov2012-06-15
* [TSan] use efficient real_memcpy inside runtimeAlexey Samsonov2012-06-09
* [Sanitizer] move placement_new definiton from TSan to common runtimeAlexey Samsonov2012-06-07
* Remove file-type tags in .cc files in tsan/ and sanitizer_common/Alexey Samsonov2012-06-04
* tsan: simple memory profilerDmitry Vyukov2012-05-22
* [tsan] First commit of ThreadSanitizer (TSan) run-time library.Kostya Serebryany2012-05-10