summaryrefslogtreecommitdiff
path: root/lib/tsan/analyze_libtsan.sh
AgeCommit message (Collapse)Author
2015-12-07[TSan] Slightly improve check_analyze script.Alexey Samsonov
De-hardcode path to TSan-ified executable: pass it as an input to the scripts. Fix them so that they don't write to the current directory. Remove their invocation from Makefile.old: they are broken there anyway, as check_analyze.sh now matches trunk Clang. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@254936 91177308-0d34-0410-b5e6-96231b3b80d8
2013-04-30tsan: add interface functions for unaligned access, e.g. ↵Dmitry Vyukov
__sanitizer_unaligned_load16 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@180780 91177308-0d34-0410-b5e6-96231b3b80d8
2012-05-10[tsan] old-dstyle Makefile for tests; two helper scripts that analyze the ↵Kostya Serebryany
assembly code of the hot functions git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@156547 91177308-0d34-0410-b5e6-96231b3b80d8