summaryrefslogtreecommitdiff
path: root/lib/tsan/rtl/tsan_interface.cc
AgeCommit message (Expand)Author
2017-01-07tsan: Introducing a function to flush the shadow memory from third-party libr...Dmitry Vyukov
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-02-01tsan: detect races between plain and atomic memory accessesDmitry Vyukov
2012-06-04Remove file-type tags in .cc files in tsan/ and sanitizer_common/Alexey Samsonov
2012-05-10[tsan] First commit of ThreadSanitizer (TSan) run-time library.Kostya Serebryany