summaryrefslogtreecommitdiff
path: root/lib/tsan/rtl/tsan_suppressions.cc
Commit message (Expand)AuthorAge
* tsan: ignore interceptors coming from specified librariesDmitry Vyukov2013-10-03
* [TSan] fixup for r189791: don't put ; on the newlineAlexey Samsonov2013-09-03
* tsan: add suppressions for true/false positives in standard librariesDmitry Vyukov2013-09-03
* [TSan] Let the users suppress use-after-free errors using the "race:" suppres...Alexander Potapenko2013-08-07
* [tsan] Fix build.Sergey Matveev2013-06-26
* [tsan] Move some suppressions-related code to common.Sergey Matveev2013-06-26
* tsan: allows to suppress races on global variablesDmitry Vyukov2013-06-10
* tsan: match "race" suppressions against "race on vptr" reportsDmitry Vyukov2013-05-29
* [nolibc] Move all platforms to internal_getpid.Peter Collingbourne2013-05-17
* [nolibc] Change internal syscall API to remove reliance on libc's errno.Peter Collingbourne2013-05-08
* tsan: print matched suppressions if print_suppressions=1 flag is providedDmitry Vyukov2013-03-27
* tsan: fix bug in suppression reading (suppressions from file were discarded)Dmitry Vyukov2013-02-14
* [Sanitizer] make internal_open have the same interface as libc versionAlexey Samsonov2013-02-01
* tsan: allow a front-end to provide default suppressionsDmitry Vyukov2013-01-24
* tsan: check if PWD env var is absentDmitry Vyukov2012-12-04
* [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
* [Sanitizer] Remove implicit conversion of InternalScopedBuffer<T> to T*Alexey Samsonov2012-09-05
* [TSan] switch tsan to using InternalScopedBuffer from sanitizer_commonAlexey Samsonov2012-08-22
* tsan: prevent insertion of unwanted memset/memcpy/memcmp into runtimeDmitry Vyukov2012-06-27
* [Sanitizer] Renaming: SNPrintf -> internal_snprintf (and move it to sanitizer...Alexey Samsonov2012-06-19
* [Sanitizer] move different wrappers from TSan to common sanitizer runtimeAlexey Samsonov2012-06-18
* [Sanitizer] Use DEFINE_REAL macro in TSan runtime to call libc implementation...Alexey Samsonov2012-06-15
* [TSan] use efficient real_memcpy inside runtimeAlexey Samsonov2012-06-09
* [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
* [TSan] use __sanitizer::internal_open in TSan run-timeAlexey Samsonov2012-06-05
* Remove file-type tags in .cc files in tsan/ and sanitizer_common/Alexey Samsonov2012-06-04
* tsan: fix a typoDmitry Vyukov2012-05-31
* tsan: suppress reports against source file names as wellDmitry Vyukov2012-05-31
* tsan: remove shutdown codeDmitry Vyukov2012-05-17
* [tsan] First commit of ThreadSanitizer (TSan) run-time library.Kostya Serebryany2012-05-10