Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sanitizers: Introduce ThreadType enum | Dmitry Vyukov | 2019-02-07 | 1 | -1/+2 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | Add lsan interceptors for libdispatch functions on darwin | Francis Ricci | 2017-06-19 | 1 | -1/+1 |
* | Revert "Add lsan interceptors for libdispatch functions on darwin" | Francis Ricci | 2017-06-19 | 1 | -1/+1 |
* | Add lsan interceptors for libdispatch functions on darwin | Francis Ricci | 2017-06-19 | 1 | -1/+1 |
* | [sanitizer] Introduce tid_t as a typedef for OS-provided thread IDs | Kuba Mracek | 2017-04-17 | 1 | -1/+1 |
* | [LSan] Use __tls_get_addr interceptor to keep track of dynamic TLS. | Alexey Samsonov | 2016-01-14 | 1 | -0/+7 |
* | Use 'override/final' instead of 'virtual' for overridden methods | Alexander Kornienko | 2015-04-11 | 1 | -2/+2 |
* | [lsan] Handle fork() correctly. | Sergey Matveev | 2013-07-08 | 1 | -1/+1 |
* | [lsan] Thread registry for standalone LSan. | Sergey Matveev | 2013-05-20 | 1 | -0/+53 |