summaryrefslogtreecommitdiff
path: root/lib/tsan/rtl/tsan_suppressions.h
AgeCommit message (Expand)Author
2015-06-29tsan: implement suppressions for top frame onlyDmitry Vyukov
2015-02-20[Sanitizer] Refactor SuppressionContext class.Alexey Samsonov
2014-07-30[Sanitizer] Make SuppressionContext a singleton class, residing in sanitizer_...Alexey Samsonov
2013-10-03tsan: ignore interceptors coming from specified librariesDmitry Vyukov
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-03-27tsan: print matched suppressions if print_suppressions=1 flag is providedDmitry Vyukov
2013-01-24tsan: allow a front-end to provide default suppressionsDmitry Vyukov
2012-10-05tsan: cache pc's that cause suppressions (this way we do not need to symboliz...Dmitry Vyukov
2012-09-13[TSan] fix a bunch of warnings reported by pedantic gccAlexey Samsonov
2012-05-31tsan: suppress reports against source file names as wellDmitry Vyukov
2012-05-17tsan: remove shutdown codeDmitry Vyukov
2012-05-10[tsan] First commit of ThreadSanitizer (TSan) run-time library.Kostya Serebryany