| Commit message (Expand) | Author | Age | Files | Lines |
* | tsan: fix Go ppc64le build | Dmitry Vyukov | 2019-10-15 | 1 | -0/+2 |
* | [tsan, go] fix Go windows build | Vitaly Buka | 2019-10-07 | 1 | -0/+6 |
* | [tsan, go] break commands into multiple lines | Vitaly Buka | 2019-10-07 | 1 | -3/+55 |
* | [tsan] Don't delay SIGTRAP handler | Vitaly Buka | 2019-10-07 | 1 | -4/+5 |
* | [compiler-rt] Use GetNextInstructionPc in signal handlers | Vitaly Buka | 2019-10-02 | 1 | -1/+1 |
* | Rename tsan_interceptors.cpp into tsan_interceptors_posix.cpp | Vitaly Buka | 2019-10-01 | 3 | -3/+3 |
* | [TSAN] Add read/write range interface functions with PC | Joachim Protze | 2019-09-24 | 2 | -0/+13 |
* | tsan: allow the Go runtime to return multiple stack frames for a single PC | Dmitry Vyukov | 2019-09-18 | 1 | -7/+18 |
* | Remove NOLINTs from compiler-rt | Vitaly Buka | 2019-09-11 | 20 | -41/+43 |
* | Update compiler-rt cpplint.py | Vitaly Buka | 2019-09-11 | 2 | -11/+10 |
* | [TSan] Add interceptors for mach_vm_[de]allocate | Julian Lettner | 2019-09-09 | 5 | -10/+77 |
* | [TSan] #include header instead of forward declaring interceptees | Julian Lettner | 2019-08-21 | 1 | -18/+5 |
* | [TSan] Rename file with libdispatch interceptors | Julian Lettner | 2019-08-20 | 2 | -2/+2 |
* | [TSan] Rename file to make it clear that it defines interceptors | Julian Lettner | 2019-08-19 | 2 | -2/+2 |
* | Revert "[TSan] Don't guard #include <xpc/xpc.h>" | Julian Lettner | 2019-08-16 | 1 | -0/+7 |
* | [TSan] Add interceptors for os_unfair_lock | Julian Lettner | 2019-08-16 | 1 | -0/+53 |
* | [TSan] Don't guard #include <xpc/xpc.h> | Julian Lettner | 2019-08-16 | 1 | -7/+0 |
* | [TSAN] Fix tsan on FreeBSD after D54889 | Alexander Richardson | 2019-08-06 | 1 | -0/+1 |
* | [Sanitizer] Linux explicitally migrate shadow mapping to Transparent Huge Page | David Carlier | 2019-08-06 | 1 | -7/+1 |
* | [Sanitizer] Linux refactor shadow huge page mode handling | David Carlier | 2019-08-05 | 1 | -8/+7 |
* | Follow-up for r367863 and r367656 | Nico Weber | 2019-08-05 | 2 | -2/+2 |
* | Remove a few straggler ".cc"s in compiler-rt/lib | Nico Weber | 2019-08-01 | 1 | -1/+1 |
* | compiler-rt: Rename .cc file in lib/tsan/{benchmarks,dd,go} to .cpp | Nico Weber | 2019-08-01 | 12 | -13/+13 |
* | compiler-rt: Rename .cc file in lib/tsan/tests/{rtl,unit} to .cpp | Nico Weber | 2019-08-01 | 21 | -36/+41 |
* | compiler-rt: Rename .cc file in lib/tsan/rtl to .cpp | Nico Weber | 2019-08-01 | 38 | -94/+100 |
* | Attempt to heal tsan bot after r367463 | Nico Weber | 2019-07-31 | 1 | -1/+1 |
* | compiler-rt: Rename .cc file in lib/sanitizer_common to .cpp | Nico Weber | 2019-07-31 | 2 | -48/+48 |
* | [TSan] Improve handling of stack pointer mangling in {set,long}jmp, pt.6 | Julian Lettner | 2019-07-16 | 1 | -45/+44 |
* | [TSan] Improve handling of stack pointer mangling in {set,long}jmp, pt.10 | Julian Lettner | 2019-07-16 | 2 | -64/+0 |
* | [TSan] Fix asm token error (again) | Julian Lettner | 2019-07-15 | 1 | -1/+1 |
* | [TSan] Fix asm token error | Julian Lettner | 2019-07-15 | 1 | -1/+1 |
* | [TSan] Improve handling of stack pointer mangling in {set,long}jmp, pt.9 | Julian Lettner | 2019-07-15 | 1 | -22/+5 |
* | [TSan] Tiny cleanup of UnmangleLongJmpSp for Linux/x86_64 | Julian Lettner | 2019-07-13 | 1 | -8/+8 |
* | [TSan] Move DECLARE_REAL macro outside of namespace | Julian Lettner | 2019-07-11 | 1 | -5/+15 |
* | Add NetBSD LSan support | Kamil Rytarowski | 2019-07-11 | 1 | -0/+3 |
* | [TSan] Fix linker error on Linux/AArch64 | Julian Lettner | 2019-07-10 | 1 | -4/+4 |
* | [TSan] Fix compiler error on Linux/AArch64 | Julian Lettner | 2019-07-10 | 1 | -1/+1 |
* | [TSan] Attempt to fix linker error on Linux/AArch64 | Julian Lettner | 2019-07-10 | 1 | -1/+1 |
* | Reland "[TSan] Improve handling of stack pointer mangling in {set,long}jmp, p... | Julian Lettner | 2019-07-09 | 1 | -9/+51 |
* | [TSan] Refine longjmp key management on Darwin | Julian Lettner | 2019-07-09 | 1 | -5/+6 |
* | Revert "[TSan] Improve handling of stack pointer mangling in {set,long}jmp, p... | Julian Lettner | 2019-07-09 | 2 | -51/+10 |
* | [TSan] Improve handling of stack pointer mangling in {set,long}jmp, pt.8 | Julian Lettner | 2019-07-09 | 2 | -10/+51 |
* | [TSan] Fix linker error for Linux/AArch64 | Julian Lettner | 2019-07-09 | 1 | -1/+3 |
* | Revert "[TSan] Attempt to fix linker error for Linux on AArch64" | Julian Lettner | 2019-07-08 | 2 | -1/+9 |
* | Revert "[TSan] Improve handling of stack pointer mangling in {set,long}jmp, p... | Julian Lettner | 2019-07-05 | 1 | -4/+32 |
* | [TSan] Improve handling of stack pointer mangling in {set,long}jmp, pt.5 | Julian Lettner | 2019-07-05 | 1 | -39/+4 |
* | [TSan] Improve handling of stack pointer mangling in {set,long}jmp, pt.4 | Julian Lettner | 2019-07-05 | 1 | -32/+4 |
* | [TSan] Improve handling of stack pointer mangling in {set,long}jmp, pt.7 | Julian Lettner | 2019-07-02 | 4 | -29/+36 |
* | [TSan] Improve handling of stack pointer mangling in {set,long}jmp, pt.3 | Julian Lettner | 2019-07-01 | 2 | -36/+8 |
* | [TSan] Fix initialized and declared ‘extern’ warning | Julian Lettner | 2019-07-01 | 1 | -2/+5 |