Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | tsan: add -ftls-model=initial-exec to deadlock detector flags | Dmitry Vyukov | 2014-03-06 | 1 | -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 reports | Dmitry Vyukov | 2014-03-06 | 1 | -1/+1 | |
| | | | | llvm-svn: 203109 | |||||
* | tsan: fix deadlock detector build for SANITIZER_DEADLOCK_DETECTOR_VERSION=2 | Dmitry Vyukov | 2014-03-05 | 1 | -4/+0 | |
| | | | | llvm-svn: 202977 | |||||
* | tsan: implement new version of standalong deadlock detector | Dmitry Vyukov | 2014-03-05 | 4 | -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 Vyukov | 2014-03-05 | 1 | -7/+102 | |
| | | | | | | deadlock detector llvm-svn: 202947 | |||||
* | tsan: add dynamic library target for standalone deadlock detector | Dmitry Vyukov | 2014-03-04 | 4 | -4/+31 | |
| | | | | | | it's LD_PRELOAD-able llvm-svn: 202843 | |||||
* | tsan: add concurrent hashmap for standalone deadlock detector | Dmitry Vyukov | 2014-03-04 | 2 | -54/+30 | |
| | | | | llvm-svn: 202826 | |||||
* | tsan: replace deadlock detector custom build script with cmake file | Dmitry Vyukov | 2014-03-03 | 2 | -45/+37 | |
| | | | | llvm-svn: 202708 | |||||
* | tsan: remove autogenerated file | Dmitry Vyukov | 2014-03-03 | 1 | -5877/+0 | |
| | | | | llvm-svn: 202704 | |||||
* | tsan: add standalone deadlock detector | Dmitry Vyukov | 2014-02-28 | 5 | -0/+6168 | |
llvm-svn: 202505 |