| Commit message (Expand) | Author | Age | Files | Lines |
* | compiler-rt: Rename .cc file in lib/tsan/rtl to .cpp | Nico Weber | 2019-08-01 | 1 | -2855/+0 |
* | [TSan] Improve handling of stack pointer mangling in {set,long}jmp, pt.7 | Julian Lettner | 2019-07-02 | 1 | -23/+1 |
* | [TSan] Improve handling of stack pointer mangling in {set,long}jmp, pt.3 | Julian Lettner | 2019-07-01 | 1 | -1/+1 |
* | [TSan] Improve handling of stack pointer mangling in {set,long}jmp, pt.2 | Julian Lettner | 2019-07-01 | 1 | -7/+4 |
* | [TSan] Improve handling of stack pointer mangling in {set,long}jmp, pt.1 | Julian Lettner | 2019-06-28 | 1 | -0/+3 |
* | [Sanitizer] Reland "Cleanup INTERCEPT_FUNCTION macro" | Julian Lettner | 2019-05-01 | 1 | -7/+6 |
* | [sanitizer] Implement reallocarray. | Evgeniy Stepanov | 2019-05-01 | 1 | -0/+14 |
* | Revert r359325 "[NFC][Sanitizer] Change "return type" of INTERCEPT_FUNCTION t... | Reid Kleckner | 2019-04-30 | 1 | -7/+17 |
* | [NFC][Sanitizer] Remove GetRealFunctionAddress and replace usages | Julian Lettner | 2019-04-27 | 1 | -17/+7 |
* | [TSan] Initialize libdispatch interceptors if necessary | Julian Lettner | 2019-03-08 | 1 | -0/+4 |
* | [Sanitizer] Add interceptor for pthread_sigmask | Pavel Labath | 2019-02-26 | 1 | -0/+1 |
* | | Dmitry Vyukov | 2019-02-13 | 1 | -1/+7 |
* | Revert "tsan: add fiber support" | Diana Picus | 2019-02-13 | 1 | -6/+0 |
* | tsan: add fiber support | Dmitry Vyukov | 2019-02-12 | 1 | -0/+6 |
* | tsan: Introduce in_symbolizer() function for Thread sanitizer | Dmitry Vyukov | 2019-02-12 | 1 | -13/+13 |
* | tsan: Implement pthread_exit() interceptor for Thread sanitizer | Vitaly Buka | 2019-02-09 | 1 | -0/+8 |
* | [tsan] Remove pthread_exit interceptor | Vitaly Buka | 2019-02-09 | 1 | -8/+0 |
* | Fix Die() after pthread_exit call on macOS | Vitaly Buka | 2019-02-08 | 1 | -0/+3 |
* | [tsan] Remove SCOPED_TSAN_INTERCEPTOR to try to fix ppc bot | Vitaly Buka | 2019-02-08 | 1 | -1/+0 |
* | sanitizers: Introduce ThreadType enum | Dmitry Vyukov | 2019-02-07 | 1 | -1/+1 |
* | tsan: Implement pthread_exit() interceptor for Thread sanitizer | Dmitry Vyukov | 2019-02-07 | 1 | -0/+6 |
* | [sanitizer] Don't unpoison buffer in getpw/getgr functions | Vitaly Buka | 2019-02-07 | 1 | -13/+0 |
* | [tsan] Disable fgetpwent_r to work around performance issues | Vitaly Buka | 2019-02-04 | 1 | -0/+1 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | [TSan] Remove ignore_interceptors_accesses flag | Julian Lettner | 2019-01-10 | 1 | -2/+1 |
* | [sanitizer_common] Define __sanitizer_FILE on NetBSD | Michal Gorny | 2019-01-10 | 1 | -10/+6 |
* | [sanitizer_common] Implement popen, popenve, pclose interceptors | Michal Gorny | 2019-01-02 | 1 | -1/+2 |
* | tsan: add pthread_tryjoin_np and pthread_timedjoin_np interceptors | Dmitry Vyukov | 2018-11-21 | 1 | -0/+33 |
* | [tsan] Add __cxa_guard_acquire hooks to support cooperative scheduling | Vitaly Buka | 2018-11-20 | 1 | -0/+12 |
* | Handle NetBSD alias for pthread_sigmask | Kamil Rytarowski | 2018-10-30 | 1 | -0/+3 |
* | Handle NetBSD symbol mangling for nanosleep and vfork | Kamil Rytarowski | 2018-10-30 | 1 | -0/+2 |
* | [tsan] Adjust setjmp/longjmp handling on Darwin for macOS Mojave | Kuba Mracek | 2018-08-21 | 1 | -1/+2 |
* | [tsan] Fix gcc pedantic warning | Dmitry Vyukov | 2018-07-26 | 1 | -16/+16 |
* | [sanitizer] Add fgets, fputs and puts into sanitizer_common | Peter Wu | 2018-06-11 | 1 | -9/+0 |
* | [TSan] FreeBSD / intercept thr_exit | David Carlier | 2018-06-04 | 1 | -0/+12 |
* | FreeBSD TSan support update | Vitaly Buka | 2018-03-16 | 1 | -3/+3 |
* | [sanitizer] Move mmap interceptors into sanitizer_common | Vitaly Buka | 2018-03-07 | 1 | -34/+14 |
* | [TSan] Fix static TLS boundaries calculations in __tls_get_addr interceptor. | Alex Shlyapnikov | 2018-02-15 | 1 | -1/+2 |
* | Enable syscall-specific functions in TSan/NetBSD | Kamil Rytarowski | 2018-02-15 | 1 | -1/+1 |
* | Add NetBSD syscall hooks skeleton in sanitizers | Kamil Rytarowski | 2018-02-15 | 1 | -0/+1 |
* | [scudo] Allow options to be defined at compile time | Kostya Kortchinsky | 2018-02-08 | 1 | -4/+2 |
* | Correct typo in TSan code | Kamil Rytarowski | 2018-01-25 | 1 | -3/+3 |
* | [TSan] Make more TSan interceptors symbolizer-aware. | Alex Shlyapnikov | 2017-12-06 | 1 | -9/+25 |
* | Move __tsan::Vector to __sanitizer | Kamil Rytarowski | 2017-12-04 | 1 | -1/+1 |
* | Defer StartBackgroundThread() and StopBackgroundThread() in TSan | Kamil Rytarowski | 2017-11-29 | 1 | -0/+3 |
* | Support the setjmp(3) family of functions in TSan/NetBSD | Kamil Rytarowski | 2017-11-28 | 1 | -18/+68 |
* | Correct mangled_sp on NetBSD/amd64 in TSan | Kamil Rytarowski | 2017-11-28 | 1 | -2/+4 |
* | Handle symbol renaming of sigaction for NetBSD | Kamil Rytarowski | 2017-11-28 | 1 | -1/+1 |
* | Correct NetBSD support in pthread_once(3)/TSan | Kamil Rytarowski | 2017-11-21 | 1 | -3/+8 |
* | [tsan] Fix sigaction implementation when it's called only to get handler | Vitaly Buka | 2017-11-20 | 1 | -25/+27 |