summaryrefslogtreecommitdiff
path: root/lib/tsan/rtl/tsan_rtl_report.cc
Commit message (Expand)AuthorAge
* [Sanitizer] Make StackTrace::Unwind the only public way to unwind a stack trace.Alexey Samsonov2013-11-07
* tsan: move shadow stack from thread descriptors to fixed addressesDmitry Vyukov2013-10-16
* tsan/msan: add halt_on_error flagDmitry Vyukov2013-08-13
* tsan: consistently use return pc as top frame pcDmitry Vyukov2013-06-17
* [TSan] use InternalMmapVector to store fired suppressionsAlexey Samsonov2013-06-14
* tsan: add -Wno-maybe-uninitialized to Go build scriptDmitry Vyukov2013-06-11
* tsan: allows to suppress races on global variablesDmitry Vyukov2013-06-10
* tsan: fix old gcc warningsDmitry Vyukov2013-06-10
* tsan: always strip bottom frame in Go reportsDmitry Vyukov2013-06-06
* tsan: remove "printing report from signal handler. Can crash or hang" outputDmitry Vyukov2013-05-17
* tsan: reverse stack trace for failed CHECK's, this is how we print traces in ...Dmitry Vyukov2013-04-30
* tsan: fix crash when data race happens on out-of-bounds accesses.Dmitry Vyukov2013-04-24
* [Sanitizer] Use a common mutex to prevent mixing reports from different sanit...Alexey Samsonov2013-04-05
* tsan: print matched suppressions if print_suppressions=1 flag is providedDmitry Vyukov2013-03-27
* tsan: better reporting of thread leaksDmitry Vyukov2013-03-21
* tsan: better reporting for races on vptrDmitry Vyukov2013-03-21
* tsan: flush symbolizer cache if not symbolized for more than 5 secondsDmitry Vyukov2013-03-21
* tsan: move trace header into 0x600000000000 rangeDmitry Vyukov2013-03-20
* tsan: smaller memory block headers (32b->16b)Dmitry Vyukov2013-03-18
* tsan: use StackDepot for thread creation stacksDmitry Vyukov2013-03-18
* tsan: fix Go buildDmitry Vyukov2013-03-18
* tsan: use StackDepot in sync object to store creation stacksDmitry Vyukov2013-03-18
* [TSan] Use ThreadRegistry::FindThreadContextLocked() to find thread by its st...Alexey Samsonov2013-03-18
* [TSan] Switch TSan runtime to use ThreadRegistry class from sanitizer_commonAlexey Samsonov2013-03-15
* tsan: fix suppress_java logicDmitry Vyukov2013-02-07
* tsan: fix Go buildDmitry Vyukov2013-02-07
* [TSan] skip multiple internal frames, if necessaryAlexey Samsonov2013-02-06
* [tsan] improve FrameIsInternalKostya Serebryany2013-02-06
* [tsan] print error summary lineKostya Serebryany2013-02-06
* tsan: even if races between atomic and plain memory accesses are turned off (...Dmitry Vyukov2013-02-01
* tsan: say that the memory access is atomic in reportsDmitry Vyukov2013-02-01
* tsan: detect races between plain and atomic memory accessesDmitry Vyukov2013-02-01
* tsan: dump stack on internal assert failureDmitry Vyukov2013-01-29
* tsan: suppress reports using both stacksDmitry Vyukov2013-01-24
* tsan: describe stack and TLS addressesDmitry Vyukov2013-01-14
* tsan: fix compiler warningDmitry Vyukov2013-01-11
* tsan: symbolize global variablesDmitry Vyukov2013-01-11
* tsan: warn about reports from signal handlersDmitry Vyukov2012-12-18
* tsan: describe "file descriptor" locationDmitry Vyukov2012-12-18
* tsan: say what thread had created a thread in reportsDmitry Vyukov2012-12-17
* tsan: add some more functions for java filteringDmitry Vyukov2012-12-06
* tsan: add 'free' to java nonsense reportsDmitry Vyukov2012-12-06
* tsan: add mutexsets to reportsDmitry Vyukov2012-12-06
* tsan: output thread namesDmitry Vyukov2012-12-04
* tsan: fix trace handling when trace is reused between threadsDmitry Vyukov2012-12-04
* tsan: describe global vars (module+offset for now)Dmitry Vyukov2012-12-03
* tsan: suppress weird race reports when JVM is embed into the processDmitry Vyukov2012-11-30
* tsan: dynamic history sizeDmitry Vyukov2012-11-28
* tsan: move traces from tls into dedicated storage at fixed addressDmitry Vyukov2012-11-28
* tsan: add flag to suppress all reports (useful for benchmarking)Dmitry Vyukov2012-11-07