summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/tsan/dd
Commit message (Collapse)AuthorAgeFilesLines
...
* tsan: add -ftls-model=initial-exec to deadlock detector flagsDmitry Vyukov2014-03-061-0/+1
| | | | | | one way or another it must present in the process from the beginning llvm-svn: 203111
* tsan: better error message wording in deadlock reportsDmitry Vyukov2014-03-061-1/+1
| | | | llvm-svn: 203109
* tsan: fix deadlock detector build for SANITIZER_DEADLOCK_DETECTOR_VERSION=2Dmitry Vyukov2014-03-051-4/+0
| | | | llvm-svn: 202977
* tsan: implement new version of standalong deadlock detectorDmitry Vyukov2014-03-054-55/+178
| | | | | | | intercept pthread_cond (it is required to properly track state of mutexes) detect cycles in mutex graph llvm-svn: 202975
* tsan: add interceptors for pthread_spinlock_t and ptread_rwlock_t for ↵Dmitry Vyukov2014-03-051-7/+102
| | | | | | deadlock detector llvm-svn: 202947
* tsan: add dynamic library target for standalone deadlock detectorDmitry Vyukov2014-03-044-4/+31
| | | | | | it's LD_PRELOAD-able llvm-svn: 202843
* tsan: add concurrent hashmap for standalone deadlock detectorDmitry Vyukov2014-03-042-54/+30
| | | | llvm-svn: 202826
* tsan: replace deadlock detector custom build script with cmake fileDmitry Vyukov2014-03-032-45/+37
| | | | llvm-svn: 202708
* tsan: remove autogenerated file Dmitry Vyukov2014-03-031-5877/+0
| | | | llvm-svn: 202704
* tsan: add standalone deadlock detectorDmitry Vyukov2014-02-285-0/+6168
llvm-svn: 202505
OpenPOWER on IntegriCloud