summaryrefslogtreecommitdiff
path: root/lib/tsan/rtl/tsan_rtl_report.cc
Commit message (Expand)AuthorAge
...
* [TSan] finally remove TsanPrintf in favor of Printf from sanitizer_commonAlexey Samsonov2012-11-02
* tsan: cache pc's that cause suppressions (this way we do not need to symboliz...Dmitry Vyukov2012-10-05
* tsan: output tid's in reportsDmitry Vyukov2012-10-02
* tsan: fix gcc4.2.1 warningDmitry Vyukov2012-09-19
* [TSan] Use interface attribute for weak functions that may be overriden by userAlexey Samsonov2012-09-13
* [TSan] fix a bunch of warnings reported by pedantic gccAlexey Samsonov2012-09-13
* [Sanitizer] Get rid of dependency between sanitizer_common and asan/tsan runt...Alexey Samsonov2012-09-11
* tsan: increase max shadow stack size + reduce memory consumption at the same ...Dmitry Vyukov2012-09-06
* [Sanitizer] Remove implicit conversion of InternalScopedBuffer<T> to T*Alexey Samsonov2012-09-05
* tsan: more robust current thread stack restorationDmitry Vyukov2012-09-02
* 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] switch tsan to using InternalScopedBuffer from sanitizer_commonAlexey Samsonov2012-08-22
* tsan: better diagnostics for destroy of a locked mutex + a testDmitry Vyukov2012-08-16
* tsan: allow environment to override OnReport() and OverrideFlags()Dmitry Vyukov2012-07-25
* [TSan] fix confusing error message in CheckFailedAlexey Samsonov2012-07-18
* [TSan] cleanup header commentsAlexey Samsonov2012-07-17
* tsan: Go language support fixesDmitry Vyukov2012-07-06
* tsan: Go lang: symbolize stack tracesDmitry Vyukov2012-07-06
* tsan: prevent insertion of unwanted memset/memcpy/memcmp into runtimeDmitry Vyukov2012-06-27
* [Sanitizer] Use DEFINE_REAL macro in TSan runtime to call libc implementation...Alexey Samsonov2012-06-15
* [Sanitizer] move placement_new definiton from TSan to common runtimeAlexey Samsonov2012-06-07
* [Sanitizer] Use common CHECK machinery. Currently each tool has to define its...Alexey Samsonov2012-06-06
* [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
* [Sanitizer] remove using namespace __sanitizer linesAlexey Samsonov2012-06-05
* Remove file-type tags in .cc files in tsan/ and sanitizer_common/Alexey Samsonov2012-06-04
* [Sanitizer]: move internal_strcmp to sanitizer_commonAlexey Samsonov2012-06-04
* asan/tsan: rename interceptors from __xsan_xxx to __interceptor_xxxDmitry Vyukov2012-05-28
* asan/tsan: weak interceptorsDmitry Vyukov2012-05-24
* tsan: add shadow memory flush + fix few bugsDmitry Vyukov2012-05-22
* tsan: reduce per-thread memory usageDmitry Vyukov2012-05-22
* tsan: detect accesses to freed memoryDmitry Vyukov2012-05-17
* tsan: enabled report suppression for signal-unsafe reportsDmitry Vyukov2012-05-14
* [tsan] First commit of ThreadSanitizer (TSan) run-time library.Kostya Serebryany2012-05-10