summaryrefslogtreecommitdiff
path: root/lib/tsan/rtl/tsan_interface.cc
Commit message (Expand)AuthorAgeFilesLines
* [TSan] Support fiber API on macOSJulian Lettner2019-04-201-2/+0
* Dmitry Vyukov2019-02-131-0/+28
* Revert "tsan: add fiber support"Diana Picus2019-02-131-28/+0
* tsan: add fiber supportDmitry Vyukov2019-02-121-0/+28
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* tsan: Introducing a function to flush the shadow memory from third-party libr...Dmitry Vyukov2017-01-071-0/+4
* tsan: add memory access functions that accept pcDmitry Vyukov2015-05-051-0/+10
* tsan: properly instrument unaligned accessesDmitry Vyukov2015-01-271-24/+47
* Define SANITIZER_INTERFACE_ATTRIBUTE on Windows and fix all the places where ...Timur Iskhodzhanov2013-08-131-6/+12
* [sanitizer] Fix __sanitizer_unaligned_* to work with unaligned data types.Evgeniy Stepanov2013-06-041-12/+12
* tsan: add interface functions for unaligned access, e.g. __sanitizer_unaligne...Dmitry Vyukov2013-04-301-0/+50
* tsan: detect races between plain and atomic memory accessesDmitry Vyukov2013-02-011-4/+4
* Remove file-type tags in .cc files in tsan/ and sanitizer_common/Alexey Samsonov2012-06-041-1/+1
* [tsan] First commit of ThreadSanitizer (TSan) run-time library.Kostya Serebryany2012-05-101-0/+42