summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/tsan/rtl/tsan_interface.h
Commit message (Expand)AuthorAgeFilesLines
* [TSAN] Add read/write range interface functions with PCJoachim Protze2019-09-241-0/+5
* Remove NOLINTs from compiler-rtVitaly Buka2019-09-111-4/+4
* Adjust documentation for git migration.James Y Knight2019-01-291-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [tsan] Add debugging API to retrieve the "external tag" from reportsKuba Mracek2018-05-101-0/+13
* [tsan] Detect races on modifying accesses in Swift codeKuba Mracek2017-05-031-0/+2
* [sanitizer] Introduce tid_t as a typedef for OS-provided thread IDsKuba Mracek2017-04-171-2/+3
* Re-commit of r295318, which was reverted due to AArch64 flakiness. Moving the...Kuba Mracek2017-02-221-0/+4
* Revert "[tsan] Provide external tags (object types) via debugging API"Diana Picus2017-02-201-4/+0
* [tsan] Provide external tags (object types) via debugging APIKuba Mracek2017-02-161-0/+4
* [tsan] Provide API for libraries for race detection on custom objectsKuba Mracek2017-02-021-0/+9
* tsan: Introducing a function to flush the shadow memory from third-party libr...Dmitry Vyukov2017-01-071-0/+2
* [tsan] Implement __tsan_get_alloc_stack and __tsan_locate_address to query po...Kuba Mracek2016-12-191-0/+11
* [tsan] Expose __tsan_ignore_thread_begin and __tsan_ignore_thread_end in TSan...Anna Zaks2016-11-111-0/+3
* tsan: always define SANITIZER_GODmitry Vyukov2016-10-281-2/+2
* [compiler-rt] Do not introduce __sanitizer namespace globallyAnna Zaks2016-09-151-0/+1
* [tsan] Rename ReportThread->pid to ReportThread->os_idKuba Brecka2016-04-211-1/+1
* [tsan] Add TSan __tsan_atomic* functions to tsan_interface.hKuba Brecka2016-04-071-0/+235
* [tsan] Add TSan debugger APIsKuba Brecka2016-03-101-0/+55
* tsan: add memory access functions that accept pcDmitry Vyukov2015-05-051-0/+12
* tsan: properly instrument unaligned accessesDmitry Vyukov2015-01-271-6/+9
* Define SANITIZER_INTERFACE_ATTRIBUTE on Windows and fix all the places where ...Timur Iskhodzhanov2013-08-131-26/+26
* [sanitizer] Fix __sanitizer_unaligned_* to work with unaligned data types.Evgeniy Stepanov2013-06-041-6/+6
* tsan: add interface functions for unaligned access, e.g. __sanitizer_unaligne...Dmitry Vyukov2013-04-301-0/+7
* tsan: better reporting for races on vptrDmitry Vyukov2013-03-211-0/+1
* [sanitizer] Further split private and public sanitizer headers.Evgeniy Stepanov2013-01-301-1/+1
* tsan: make atomic operations atomic againDmitry Vyukov2012-12-041-1/+2
* tsan: add __attribute__((visibility("default"))) to interface functionsDmitry Vyukov2012-12-041-16/+20
* tsan: add memory range access functions to public ifaceDmitry Vyukov2012-11-271-0/+3
* [tsan] First commit of ThreadSanitizer (TSan) run-time library.Kostya Serebryany2012-05-101-0/+51
OpenPOWER on IntegriCloud