summaryrefslogtreecommitdiff
path: root/lib/tsan/rtl/tsan_external.cc
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [tsan] Detect races on modifying accesses in Swift codeKuba Mracek2017-05-031-8/+39
* [tsan] Track external tags in thread tracesKuba Mracek2017-04-301-8/+21
* [tsan] Refactor __tsan_external_read/__tsan_external_write to avoid code dupl...Kuba Mracek2017-04-211-20/+16
* [tsan] Track external API accesses as 1-byte accesses (instead of 8-byte)Kuba Mracek2017-04-211-2/+2
* [tsan] Ignore memory accesses for libignored modules for "external" racesKuba Mracek2017-04-211-6/+13
* [tsan] Provide API for libraries for race detection on custom objectsKuba Mracek2017-02-021-0/+78