summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/tsan/dd/dd_interceptors.cc
Commit message (Expand)AuthorAgeFilesLines
* compiler-rt: Rename .cc file in lib/tsan/{benchmarks,dd,go} to .cppNico Weber2019-08-011-328/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Refactor MemoryMappingLayout::Next to use a single struct instead of output p...Francis Ricci2017-07-111-10/+9
* [tsan] Switch to InternalAlloc everywhere __libc_malloc is currently usedKuba Brecka2016-06-061-3/+0
* tsan: use attribute instead of compiler flag for tls-model=initial-exec as as...Dmitry Vyukov2014-03-191-0/+2
* tsan: deadlock detector: add ability to ignore destruction of global mutexesDmitry Vyukov2014-03-181-2/+33
* tsan: lazily initialize deadlock detector runtimeDmitry Vyukov2014-03-181-13/+43
* tsan: add missing interceptor for embed symbolizerDmitry Vyukov2014-03-181-0/+18
* tsan: implement new version of standalong deadlock detectorDmitry Vyukov2014-03-051-17/+96
* tsan: add interceptors for pthread_spinlock_t and ptread_rwlock_t for deadloc...Dmitry Vyukov2014-03-051-7/+102
* tsan: add dynamic library target for standalone deadlock detectorDmitry Vyukov2014-03-041-0/+10
* tsan: add standalone deadlock detectorDmitry Vyukov2014-02-281-0/+68
OpenPOWER on IntegriCloud