summaryrefslogtreecommitdiff
path: root/lib/tsan/rtl/tsan_trace.h
Commit message (Expand)AuthorAge
* tsan: move shadow stack from thread descriptors to fixed addressesDmitry Vyukov2013-10-16
* tsan: add mutexsets to reportsDmitry Vyukov2012-12-06
* tsan: dynamic history sizeDmitry Vyukov2012-11-28
* tsan: move traces from tls into dedicated storage at fixed addressDmitry Vyukov2012-11-28
* [TSan] fix a bunch of warnings reported by pedantic gccAlexey Samsonov2012-09-13
* tsan: increase max shadow stack size + reduce memory consumption at the same ...Dmitry Vyukov2012-09-06
* tsan: simplify TSAN_HISTORY_SIZE codeDmitry Vyukov2012-08-30
* tsan: allow to override per-thread event trace sizeDmitry Vyukov2012-08-23
* [TSan] cleanup header commentsAlexey Samsonov2012-07-17
* 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
* tsan: reduce per-thread memory usageDmitry Vyukov2012-05-22
* [tsan] First commit of ThreadSanitizer (TSan) run-time library.Kostya Serebryany2012-05-10