summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/tsan/rtl/tsan_report.cc
Commit message (Expand)AuthorAgeFilesLines
* [nolibc] Move all platforms to internal_getpid.Peter Collingbourne2013-05-171-1/+2
* tsan: better reporting of thread leaksDmitry Vyukov2013-03-211-1/+5
* tsan: better reporting for races on vptrDmitry Vyukov2013-03-211-0/+2
* [TSan] Switch TSan runtime to use ThreadRegistry class from sanitizer_commonAlexey Samsonov2013-03-151-1/+1
* [TSan] skip multiple internal frames, if necessaryAlexey Samsonov2013-02-061-4/+4
* [tsan] print error summary lineKostya Serebryany2013-02-061-17/+36
* tsan: say that the memory access is atomic in reportsDmitry Vyukov2013-02-011-2/+8
* tsan: describe stack and TLS addressesDmitry Vyukov2013-01-141-1/+3
* tsan: symbolize global variablesDmitry Vyukov2013-01-111-3/+2
* tsan: describe "file descriptor" locationDmitry Vyukov2012-12-181-1/+6
* tsan: say what thread had created a thread in reportsDmitry Vyukov2012-12-171-14/+20
* tsan: add mutexsets to reportsDmitry Vyukov2012-12-061-9/+27
* tsan: output thread namesDmitry Vyukov2012-12-041-0/+1
* tsan: describe global vars (module+offset for now)Dmitry Vyukov2012-12-031-3/+4
* tsan: explicitly say that failed to restore the stackDmitry Vyukov2012-11-281-0/+4
* tsan: add missing \n in reportDmitry Vyukov2012-11-221-1/+1
* tsan: explictly say when we fail to restore a stack traceDmitry Vyukov2012-11-211-0/+4
* [TSan] finally remove TsanPrintf in favor of Printf from sanitizer_commonAlexey Samsonov2012-11-021-38/+38
* tsan: fix mac buildDmitry Vyukov2012-10-021-1/+1
* tsan: output tid's in reportsDmitry Vyukov2012-10-021-1/+1
* tsan: increase max shadow stack size + reduce memory consumption at the same ...Dmitry Vyukov2012-09-061-1/+1
* tsan: better diagnostics for mutex misuseDmitry Vyukov2012-09-011-1/+1
* tsan: add "as if synchronized via sleep" featureDmitry Vyukov2012-08-311-1/+10
* tsan: use stack depot to describe heap blocksDmitry Vyukov2012-08-301-2/+7
* tsan: improve Go report format + fix buildDmitry Vyukov2012-08-161-1/+2
* tsan: better diagnostics for destroy of a locked mutex + a testDmitry Vyukov2012-08-161-1/+4
* tsan: align report style with Go internal formatDmitry Vyukov2012-07-241-2/+2
* tsan: output goroutine creation stackDmitry Vyukov2012-07-241-0/+10
* tsan: Go lang: symbolize stack tracesDmitry Vyukov2012-07-061-0/+29
* tsan: check that signal handlers do not spoil errno.Dmitry Vyukov2012-06-271-0/+2
* [Sanitizer]: Introduce a common internal printf function. For now, also use t...Alexey Samsonov2012-06-061-2/+2
* [TSan] run some renaming as a preparation for factoring out Printf implementa...Alexey Samsonov2012-06-061-27/+27
* Remove file-type tags in .cc files in tsan/ and sanitizer_common/Alexey Samsonov2012-06-041-1/+1
* tsan: detect accesses to freed memoryDmitry Vyukov2012-05-171-0/+2
* [tsan] First commit of ThreadSanitizer (TSan) run-time library.Kostya Serebryany2012-05-101-0/+124
OpenPOWER on IntegriCloud