summaryrefslogtreecommitdiff
path: root/lib/tsan/rtl/tsan_report.cc
Commit message (Expand)AuthorAge
* [TSan] Extend test for reporting globals with races on themAlexey Samsonov2013-10-16
* [tsan] add colors to tsan outputKostya Serebryany2013-09-05
* tsan: better report formatting for GoDmitry Vyukov2013-08-16
* [nolibc] Move all platforms to internal_getpid.Peter Collingbourne2013-05-17
* tsan: better reporting of thread leaksDmitry Vyukov2013-03-21
* tsan: better reporting for races on vptrDmitry Vyukov2013-03-21
* [TSan] Switch TSan runtime to use ThreadRegistry class from sanitizer_commonAlexey Samsonov2013-03-15
* [TSan] skip multiple internal frames, if necessaryAlexey Samsonov2013-02-06
* [tsan] print error summary lineKostya Serebryany2013-02-06
* tsan: say that the memory access is atomic in reportsDmitry Vyukov2013-02-01
* tsan: describe stack and TLS addressesDmitry Vyukov2013-01-14
* tsan: symbolize global variablesDmitry Vyukov2013-01-11
* tsan: describe "file descriptor" locationDmitry Vyukov2012-12-18
* tsan: say what thread had created a thread in reportsDmitry Vyukov2012-12-17
* tsan: add mutexsets to reportsDmitry Vyukov2012-12-06
* tsan: output thread namesDmitry Vyukov2012-12-04
* tsan: describe global vars (module+offset for now)Dmitry Vyukov2012-12-03
* tsan: explicitly say that failed to restore the stackDmitry Vyukov2012-11-28
* tsan: add missing \n in reportDmitry Vyukov2012-11-22
* tsan: explictly say when we fail to restore a stack traceDmitry Vyukov2012-11-21
* [TSan] finally remove TsanPrintf in favor of Printf from sanitizer_commonAlexey Samsonov2012-11-02
* tsan: fix mac buildDmitry Vyukov2012-10-02
* tsan: output tid's in reportsDmitry Vyukov2012-10-02
* tsan: increase max shadow stack size + reduce memory consumption at the same ...Dmitry Vyukov2012-09-06
* tsan: better diagnostics for mutex misuseDmitry Vyukov2012-09-01
* tsan: add "as if synchronized via sleep" featureDmitry Vyukov2012-08-31
* tsan: use stack depot to describe heap blocksDmitry Vyukov2012-08-30
* tsan: improve Go report format + fix buildDmitry Vyukov2012-08-16
* tsan: better diagnostics for destroy of a locked mutex + a testDmitry Vyukov2012-08-16
* tsan: align report style with Go internal formatDmitry Vyukov2012-07-24
* tsan: output goroutine creation stackDmitry Vyukov2012-07-24
* tsan: Go lang: symbolize stack tracesDmitry Vyukov2012-07-06
* tsan: check that signal handlers do not spoil errno.Dmitry Vyukov2012-06-27
* [Sanitizer]: Introduce a common internal printf function. For now, also use t...Alexey Samsonov2012-06-06
* [TSan] run some renaming as a preparation for factoring out Printf implementa...Alexey Samsonov2012-06-06
* Remove file-type tags in .cc files in tsan/ and sanitizer_common/Alexey Samsonov2012-06-04
* tsan: detect accesses to freed memoryDmitry Vyukov2012-05-17
* [tsan] First commit of ThreadSanitizer (TSan) run-time library.Kostya Serebryany2012-05-10