summaryrefslogtreecommitdiff
path: root/lib/tsan/rtl/tsan_suppressions.cc
AgeCommit message (Expand)Author
2017-02-02[tsan] Provide API for libraries for race detection on custom objectsKuba Mracek
2016-10-28tsan: always define SANITIZER_GODmitry Vyukov
2016-03-16[tsan] Detect uses of uninitialized, destroyed and invalid mutexesKuba Brecka
2016-02-18Change comma to semi-colon, no functionality change.Richard Trieu
2016-02-04[TSan] Fix PrintMatchedSuppressions: Read hit count for suppression atomicallyMohit K. Bhakkad
2015-11-30[tsan] Fix weakly imported functions on OS XKuba Brecka
2015-09-03tsan: speed up race deduplicationDmitry Vyukov
2015-06-29tsan: implement suppressions for top frame onlyDmitry Vyukov
2015-03-12[Tsan] Do not declare std_suppressions when not usedViktor Kutuzov
2015-02-20[Sanitizer] Refactor SuppressionContext class.Alexey Samsonov
2014-12-09[tsan] remove TSAN_GO in favor of SANITIZER_GOKostya Serebryany
2014-12-02Simplify Symbolizer::SymbolizePC() interface.Alexey Samsonov
2014-11-04[TSan] Refactor/simplify ReportLocation structure.Alexey Samsonov
2014-11-04[TSan] Make ReportStack contain __sanitizer::AddressInfo object.Alexey Samsonov
2014-10-13tsan: better reporting for virtual-call-after-freeDmitry Vyukov
2014-08-05[Sanitizer] Turn SuppressionContext::Init() into InitIfNecessary().Alexey Samsonov
2014-07-30[Sanitizer] Hoist the code parsing suppressions file into sanitizer_common.Alexey Samsonov
2014-07-30[Sanitizer] Make SuppressionContext a singleton class, residing in sanitizer_...Alexey Samsonov
2014-05-28tsan: refactor suppressions machineryDmitry Vyukov
2014-04-25tsan: allow to suppress all reportsDmitry Vyukov
2014-03-19[sanitizer] deadlock detector: a) initial support for suppressions, b) be mor...Kostya Serebryany
2013-10-03tsan: ignore interceptors coming from specified librariesDmitry Vyukov
2013-09-03[TSan] fixup for r189791: don't put ; on the newlineAlexey Samsonov
2013-09-03tsan: add suppressions for true/false positives in standard librariesDmitry Vyukov
2013-08-07[TSan] Let the users suppress use-after-free errors using the "race:" suppres...Alexander Potapenko
2013-06-26[tsan] Fix build.Sergey Matveev
2013-06-26[tsan] Move some suppressions-related code to common.Sergey Matveev
2013-06-10tsan: allows to suppress races on global variablesDmitry Vyukov
2013-05-29tsan: match "race" suppressions against "race on vptr" reportsDmitry Vyukov
2013-05-17[nolibc] Move all platforms to internal_getpid.Peter Collingbourne
2013-05-08[nolibc] Change internal syscall API to remove reliance on libc's errno.Peter Collingbourne
2013-03-27tsan: print matched suppressions if print_suppressions=1 flag is providedDmitry Vyukov
2013-02-14tsan: fix bug in suppression reading (suppressions from file were discarded)Dmitry Vyukov
2013-02-01[Sanitizer] make internal_open have the same interface as libc versionAlexey Samsonov
2013-01-24tsan: allow a front-end to provide default suppressionsDmitry Vyukov
2012-12-04tsan: check if PWD env var is absentDmitry Vyukov
2012-11-02[TSan] finally remove TsanPrintf in favor of Printf from sanitizer_commonAlexey Samsonov
2012-10-05tsan: cache pc's that cause suppressions (this way we do not need to symboliz...Dmitry Vyukov
2012-09-05[Sanitizer] Remove implicit conversion of InternalScopedBuffer<T> to T*Alexey Samsonov
2012-08-22[TSan] switch tsan to using InternalScopedBuffer from sanitizer_commonAlexey Samsonov
2012-06-27tsan: prevent insertion of unwanted memset/memcpy/memcmp into runtimeDmitry Vyukov
2012-06-19[Sanitizer] Renaming: SNPrintf -> internal_snprintf (and move it to sanitizer...Alexey Samsonov
2012-06-18[Sanitizer] move different wrappers from TSan to common sanitizer runtimeAlexey Samsonov
2012-06-15[Sanitizer] Use DEFINE_REAL macro in TSan runtime to call libc implementation...Alexey Samsonov
2012-06-09[TSan] use efficient real_memcpy inside runtimeAlexey Samsonov
2012-06-06[TSan] run some renaming as a preparation for factoring out Printf implementa...Alexey Samsonov
2012-06-05[Sanitizer] remove using namespace __sanitizer linesAlexey Samsonov
2012-06-05[TSan] use __sanitizer::internal_open in TSan run-timeAlexey Samsonov
2012-06-04Remove file-type tags in .cc files in tsan/ and sanitizer_common/Alexey Samsonov
2012-05-31tsan: fix a typoDmitry Vyukov