summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_addrhashmap.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* adding operator* to help working with primitive valuesMike Aizatsky2016-11-161-0/+12
* [sanitizer] Fix Clang-tidy modernize-use-nullptr warnings in lib/sanitizer_co...Kostya Serebryany2015-09-291-4/+4
* Fix typosAlp Toker2014-05-151-1/+1
* [msan] Better open_memstream support.Evgeniy Stepanov2014-05-131-5/+30
* tsan: addrhashmap: fix bug with initialization of addresses in add arrayDmitry Vyukov2014-03-181-3/+10
* Fix -Werror buildAlexey Samsonov2014-03-181-3/+3
* tsan: better addr->object hashmapDmitry Vyukov2014-03-181-82/+181
* tsan: fix deadlock in deadlock detectorDmitry Vyukov2014-03-121-1/+3
* tsan: weaken concurrency guarantees in deadlock detector mutex hashmapDmitry Vyukov2014-03-061-33/+35
* tsan: add concurrent hashmap for standalone deadlock detectorDmitry Vyukov2014-03-041-0/+207