summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/tsan/rtl/tsan_suppressions.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* tsan: implement suppressions for top frame onlyDmitry Vyukov2015-06-291-0/+1
* [Sanitizer] Refactor SuppressionContext class.Alexey Samsonov2015-02-201-0/+9
* [Sanitizer] Make SuppressionContext a singleton class, residing in sanitizer_...Alexey Samsonov2014-07-301-1/+0
* tsan: ignore interceptors coming from specified librariesDmitry Vyukov2013-10-031-0/+1
* [tsan] Move some suppressions-related code to common.Sergey Matveev2013-06-261-19/+1
* tsan: allows to suppress races on global variablesDmitry Vyukov2013-06-101-0/+2
* tsan: print matched suppressions if print_suppressions=1 flag is providedDmitry Vyukov2013-03-271-4/+5
* tsan: allow a front-end to provide default suppressionsDmitry Vyukov2013-01-241-1/+1
* tsan: cache pc's that cause suppressions (this way we do not need to symboliz...Dmitry Vyukov2012-10-051-1/+1
* [TSan] fix a bunch of warnings reported by pedantic gccAlexey Samsonov2012-09-131-1/+1
* tsan: suppress reports against source file names as wellDmitry Vyukov2012-05-311-1/+1
* tsan: remove shutdown codeDmitry Vyukov2012-05-171-1/+1
* [tsan] First commit of ThreadSanitizer (TSan) run-time library.Kostya Serebryany2012-05-101-0/+43
OpenPOWER on IntegriCloud