summaryrefslogtreecommitdiff
path: root/lib/tsan/rtl/tsan_interface.h
AgeCommit message (Expand)Author
2017-05-03[tsan] Detect races on modifying accesses in Swift codeKuba Mracek
2017-04-17[sanitizer] Introduce tid_t as a typedef for OS-provided thread IDsKuba Mracek
2017-02-22Re-commit of r295318, which was reverted due to AArch64 flakiness. Moving the...Kuba Mracek
2017-02-20Revert "[tsan] Provide external tags (object types) via debugging API"Diana Picus
2017-02-16[tsan] Provide external tags (object types) via debugging APIKuba Mracek
2017-02-02[tsan] Provide API for libraries for race detection on custom objectsKuba Mracek
2017-01-07tsan: Introducing a function to flush the shadow memory from third-party libr...Dmitry Vyukov
2016-12-19[tsan] Implement __tsan_get_alloc_stack and __tsan_locate_address to query po...Kuba Mracek
2016-11-11[tsan] Expose __tsan_ignore_thread_begin and __tsan_ignore_thread_end in TSan...Anna Zaks
2016-10-28tsan: always define SANITIZER_GODmitry Vyukov
2016-09-15[compiler-rt] Do not introduce __sanitizer namespace globallyAnna Zaks
2016-04-21[tsan] Rename ReportThread->pid to ReportThread->os_idKuba Brecka
2016-04-07[tsan] Add TSan __tsan_atomic* functions to tsan_interface.hKuba Brecka
2016-03-10[tsan] Add TSan debugger APIsKuba Brecka
2015-05-05tsan: add memory access functions that accept pcDmitry Vyukov
2015-01-27tsan: properly instrument unaligned accessesDmitry Vyukov
2013-08-13Define SANITIZER_INTERFACE_ATTRIBUTE on Windows and fix all the places where ...Timur Iskhodzhanov
2013-06-04[sanitizer] Fix __sanitizer_unaligned_* to work with unaligned data types.Evgeniy Stepanov
2013-04-30tsan: add interface functions for unaligned access, e.g. __sanitizer_unaligne...Dmitry Vyukov
2013-03-21tsan: better reporting for races on vptrDmitry Vyukov
2013-01-30[sanitizer] Further split private and public sanitizer headers.Evgeniy Stepanov
2012-12-04tsan: make atomic operations atomic againDmitry Vyukov
2012-12-04tsan: add __attribute__((visibility("default"))) to interface functionsDmitry Vyukov
2012-11-27tsan: add memory range access functions to public ifaceDmitry Vyukov
2012-05-10[tsan] First commit of ThreadSanitizer (TSan) run-time library.Kostya Serebryany