summaryrefslogtreecommitdiff
path: root/lib/tsan/rtl/tsan_interface_ann.cc
Commit message (Expand)AuthorAge
* tsan: add annotations to ignore synchronization operationsDmitry Vyukov2013-10-10
* tsan: consistently use thr instead of cur_thread() in annotations implementationDmitry Vyukov2013-09-19
* tsan: refactor internal IgnoreCtl interfaceDmitry Vyukov2013-09-19
* [tsan] No-op implementation of AnnotateMemoryIsInitialized.Evgeniy Stepanov2013-09-18
* tsan: consistently use return pc as top frame pcDmitry Vyukov2013-06-17
* [nolibc] Move all platforms to internal_getpid.Peter Collingbourne2013-05-17
* [TSan] Add the WTFAnnotateBenignRaceSized implementation and a test forAlexander Potapenko2013-04-02
* tsan: print statistics about benign race annotationsDmitry Vyukov2013-03-28
* tsan: output thread namesDmitry Vyukov2012-12-04
* tsan: add __attribute__((visibility("default"))) to interface functionsDmitry Vyukov2012-12-04
* [TSan] finally remove TsanPrintf in favor of Printf from sanitizer_commonAlexey Samsonov2012-11-02
* tsan: implement RWLOCK annotationsDmitry Vyukov2012-08-16
* tsan: fix COMPAT mapping to not produce false reportsDmitry Vyukov2012-06-14
* [Sanitizer] move placement_new definiton from TSan to common runtimeAlexey Samsonov2012-06-07
* [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
* [Sanitizer] Use common defines for ASan and TSan runtime. Split defines betwe...Alexey 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
* tsan: add a flag to control RunningOnValgrind() return valueDmitry Vyukov2012-05-24
* tsan: ValgrindSlowdown() should be weak for some timeDmitry Vyukov2012-05-17
* tsan: add ValgrindSlowdown() "dynamic annotation"Dmitry Vyukov2012-05-17
* [tsan] First commit of ThreadSanitizer (TSan) run-time library.Kostya Serebryany2012-05-10