summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/sanitizer_common/sanitizer_addrhashmap.h
Commit message (Collapse)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
| | | | | | | | | | | | | | | | | to reflect the new license. We understand that people may be surprised that we're moving the header entirely to discuss the new license. We checked this carefully with the Foundation's lawyer and we believe this is the correct approach. Essentially, all code in the project is now made available by the LLVM project under our new license, so you will see that the license headers include that license only. Some of our contributors have contributed code under our old license, and accordingly, we have retained a copy of our old license notice in the top-level files in each project and repository. llvm-svn: 351636
* adding operator* to help working with primitive valuesMike Aizatsky2016-11-161-0/+12
| | | | | | | | Subscribers: kubabrecka Differential Revision: https://reviews.llvm.org/D26756 llvm-svn: 287144
* [sanitizer] Fix Clang-tidy modernize-use-nullptr warnings in ↵Kostya Serebryany2015-09-291-4/+4
| | | | | | lib/sanitizer_common headers, unify closing inclusion guards. Patch by Eugene Zelenko llvm-svn: 248816
* Fix typosAlp Toker2014-05-151-1/+1
| | | | llvm-svn: 208841
* [msan] Better open_memstream support.Evgeniy Stepanov2014-05-131-5/+30
| | | | | | | | 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. llvm-svn: 208676
* tsan: addrhashmap: fix bug with initialization of addresses in add arrayDmitry Vyukov2014-03-181-3/+10
| | | | llvm-svn: 204148
* Fix -Werror buildAlexey Samsonov2014-03-181-3/+3
| | | | llvm-svn: 204139
* tsan: better addr->object hashmapDmitry Vyukov2014-03-181-82/+181
| | | | | | still experimental llvm-svn: 204126
* tsan: fix deadlock in deadlock detectorDmitry Vyukov2014-03-121-1/+3
| | | | | | forget to unlock a mutex on one of the paths llvm-svn: 203663
* tsan: weaken concurrency guarantees in deadlock detector mutex hashmapDmitry Vyukov2014-03-061-33/+35
| | | | | | read locking on every access is too expensive llvm-svn: 203112
* tsan: add concurrent hashmap for standalone deadlock detectorDmitry Vyukov2014-03-041-0/+207
llvm-svn: 202826
OpenPOWER on IntegriCloud