| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tsan: use attribute instead of compiler flag for tls-model=initial-exec as ↵ | Dmitry Vyukov | 2014-03-19 | 1 | -0/+2 |
| | | | | | | | asked in comments for r203111 llvm-svn: 204232 | ||||
| * | tsan: deadlock detector: add ability to ignore destruction of global mutexes | Dmitry Vyukov | 2014-03-18 | 1 | -2/+33 |
| | | | | | llvm-svn: 204146 | ||||
| * | tsan: lazily initialize deadlock detector runtime | Dmitry Vyukov | 2014-03-18 | 1 | -13/+43 |
| | | | | | | | this is necessaary because dlsym can call malloc, which can lock mutexes that we intercept llvm-svn: 204141 | ||||
| * | tsan: add missing interceptor for embed symbolizer | Dmitry Vyukov | 2014-03-18 | 1 | -0/+18 |
| | | | | | llvm-svn: 204124 | ||||
| * | tsan: implement new version of standalong deadlock detector | Dmitry Vyukov | 2014-03-05 | 1 | -17/+96 |
| | | | | | | | | 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 | 1 | -0/+10 |
| | | | | | | | it's LD_PRELOAD-able llvm-svn: 202843 | ||||
| * | tsan: add standalone deadlock detector | Dmitry Vyukov | 2014-02-28 | 1 | -0/+68 |
| llvm-svn: 202505 | |||||

