Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move __tsan::Vector to __sanitizer | Kamil Rytarowski | 2017-12-04 | 1 | -127/+0 |
* | tsan: refactor storage of meta information for heap blocks and sync objects | Dmitry Vyukov | 2014-05-29 | 1 | -1/+5 |
* | [tsan] one more explicit memset in tsan rtl (to please gcc 4.8.2) | Kostya Serebryany | 2014-01-14 | 1 | -1/+1 |
* | tsan: remove in_rtl counter | Dmitry Vyukov | 2013-12-24 | 1 | -3/+11 |
* | tsan: intercept setjmp/longjmp | Dmitry Vyukov | 2013-03-25 | 1 | -0/+5 |
* | [Sanitizer] update style checker script and fix namespace style warnings | Alexey Samsonov | 2013-01-30 | 1 | -1/+1 |
* | tsan: prevent insertion of unwanted memset/memcpy/memcmp into runtime | Dmitry Vyukov | 2012-06-27 | 1 | -1/+1 |
* | [Sanitizer] Use DEFINE_REAL macro in TSan runtime to call libc implementation... | Alexey Samsonov | 2012-06-15 | 1 | -1/+1 |
* | [TSan] use efficient real_memcpy inside runtime | Alexey Samsonov | 2012-06-09 | 1 | -1/+1 |
* | [tsan] First commit of ThreadSanitizer (TSan) run-time library. | Kostya Serebryany | 2012-05-10 | 1 | -0/+110 |