summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_addrhashmap.h
AgeCommit message (Collapse)Author
2016-11-16adding operator* to help working with primitive valuesMike Aizatsky
Subscribers: kubabrecka Differential Revision: https://reviews.llvm.org/D26756 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@287144 91177308-0d34-0410-b5e6-96231b3b80d8
2015-09-29[sanitizer] Fix Clang-tidy modernize-use-nullptr warnings in ↵Kostya Serebryany
lib/sanitizer_common headers, unify closing inclusion guards. Patch by Eugene Zelenko git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@248816 91177308-0d34-0410-b5e6-96231b3b80d8
2014-05-15Fix typosAlp Toker
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@208841 91177308-0d34-0410-b5e6-96231b3b80d8
2014-05-13[msan] Better open_memstream support.Evgeniy Stepanov
Move fflush and fclose interceptors to sanitizer_common. Use a metadata map to keep information about the external locations that must be updated when the file is written to. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@208676 91177308-0d34-0410-b5e6-96231b3b80d8
2014-03-18tsan: addrhashmap: fix bug with initialization of addresses in add arrayDmitry Vyukov
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@204148 91177308-0d34-0410-b5e6-96231b3b80d8
2014-03-18Fix -Werror buildAlexey Samsonov
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@204139 91177308-0d34-0410-b5e6-96231b3b80d8
2014-03-18tsan: better addr->object hashmapDmitry Vyukov
still experimental git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@204126 91177308-0d34-0410-b5e6-96231b3b80d8
2014-03-12tsan: fix deadlock in deadlock detectorDmitry Vyukov
forget to unlock a mutex on one of the paths git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@203663 91177308-0d34-0410-b5e6-96231b3b80d8
2014-03-06tsan: weaken concurrency guarantees in deadlock detector mutex hashmapDmitry Vyukov
read locking on every access is too expensive git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@203112 91177308-0d34-0410-b5e6-96231b3b80d8
2014-03-04tsan: add concurrent hashmap for standalone deadlock detectorDmitry Vyukov
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@202826 91177308-0d34-0410-b5e6-96231b3b80d8