| Commit message (Expand) | Author | Age | Files | Lines |
| * | Don't initialize interceptor_metadata_map unless SI_POSIX is set | Eugene Leviant | 2019-07-28 | 1 | -1/+3 |
| * | [profile] In Android, do not mkdir() dirs in GCOV_PREFIX | Pirama Arumuga Nainar | 2019-07-25 | 1 | -1/+18 |
| * | [sanitizer_common] Allow customization of StartSymbolizerSubprocess | Julian Lettner | 2019-07-25 | 2 | -7/+13 |
| * | [scudo][standalone] Optimization pass | Kostya Kortchinsky | 2019-07-24 | 14 | -94/+91 |
| * | [libFuzzer] Fix __sanitizer_print_memory_profile return type in ExtFunctions.def | Max Moroz | 2019-07-23 | 1 | -1/+1 |
| * | [compiler-rt][builtins] Provide __clear_cache for SPARC | Rainer Orth | 2019-07-23 | 1 | -0/+10 |
| * | Fix asan infinite loop on undefined symbol | Serge Guelton | 2019-07-20 | 1 | -2/+7 |
| * | Revert "Fix asan infinite loop on undefined symbol" | Serge Guelton | 2019-07-20 | 1 | -7/+2 |
| * | Fix asan infinite loop on undefined symbol | Serge Guelton | 2019-07-20 | 1 | -2/+7 |
| * | Revert "Fix asan infinite loop on undefined symbol" | Matthew Voss | 2019-07-19 | 1 | -7/+2 |
| * | Fix asan infinite loop on undefined symbol | Serge Guelton | 2019-07-19 | 1 | -2/+7 |
| * | [ASan] Support `{f}puts(NULL)` on Darwin, part 2 | Julian Lettner | 2019-07-18 | 1 | -2/+4 |
| * | Revert "Fix asan infinite loop on undefined symbol" | Matthew Voss | 2019-07-18 | 1 | -7/+2 |
| * | Fix asan infinite loop on undefined symbol | Serge Guelton | 2019-07-18 | 1 | -2/+7 |
| * | [ASan] Support `{f}puts(NULL)` on Darwin | Julian Lettner | 2019-07-17 | 1 | -2/+4 |
| * | [TSan] Improve handling of stack pointer mangling in {set,long}jmp, pt.6 | Julian Lettner | 2019-07-16 | 1 | -45/+44 |
| * | [GWP-ASan] Add thread ID to PRNG seed. | Mitch Phillips | 2019-07-16 | 2 | -5/+7 |
| * | Removed -mno-omit-leaf-frame-pointer from flags. | Mitch Phillips | 2019-07-16 | 2 | -6/+0 |
| * | [TSan] Improve handling of stack pointer mangling in {set,long}jmp, pt.10 | Julian Lettner | 2019-07-16 | 2 | -64/+0 |
| * | Finish "Adapt -fsanitize=function to SANITIZER_NON_UNIQUE_TYPEINFO" | Stephan Bergmann | 2019-07-16 | 3 | -17/+17 |
| * | [TSan] Fix asm token error (again) | Julian Lettner | 2019-07-15 | 1 | -1/+1 |
| * | [ASan] Fix >80 character line. | Matt Morehouse | 2019-07-15 | 1 | -1/+2 |
| * | [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 |
| * | [sanitizers][windows][mingw32] Mingw32 RTL fixes | Matthew G McGovern | 2019-07-15 | 1 | -44/+44 |
| * | [TSan] Tiny cleanup of UnmangleLongJmpSp for Linux/x86_64 | Julian Lettner | 2019-07-13 | 1 | -8/+8 |
| * | [builtins] Fix assembly in arm sync-ops.h | Nikita Popov | 2019-07-12 | 1 | -1/+1 |
| * | Enable compiler-rt on SPARC | Rainer Orth | 2019-07-12 | 3 | -2/+6 |
| * | [Sanitizers] Fix SanitizerCommon-Unit :: ./Sanitizer-*-Test/MemoryMappingLayo... | Rainer Orth | 2019-07-12 | 1 | -2/+4 |
| * | [scudo][standalone] NFC corrections | Kostya Kortchinsky | 2019-07-11 | 7 | -19/+25 |
| * | [TSan] Move DECLARE_REAL macro outside of namespace | Julian Lettner | 2019-07-11 | 1 | -5/+15 |
| * | Explicitly define __STDC_FORMAT_MACROS for PRIu64 | Mitch Phillips | 2019-07-11 | 1 | -0/+6 |
| * | [scudo][standalone] Merge Spin & Blocking mutex into a Hybrid one | Kostya Kortchinsky | 2019-07-11 | 17 | -158/+144 |
| * | [ASan] Use __sanitizer_fill_shadow for FastPoisonShadow on Fuchsia | Petr Hosek | 2019-07-11 | 1 | -4/+6 |
| * | Add NetBSD LSan support | Kamil Rytarowski | 2019-07-11 | 9 | -17/+391 |
| * | [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 |
| * | hwasan: Improve precision of checks using short granule tags. | Peter Collingbourne | 2019-07-09 | 5 | -127/+135 |
| * | [libFuzzer] Include FuzzedDataProvider.h in the test without "utils" subdir. | Max Moroz | 2019-07-09 | 2 | -1/+3 |
| * | 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 |
| * | [sanitizers][windows] FIX: Rtl-Heap Interception and tests | Matthew G McGovern | 2019-07-09 | 1 | -2/+2 |
| * | [sanitizers][windows] Rtl-Heap Interception and tests | Matthew G McGovern | 2019-07-09 | 3 | -51/+335 |
| * | [TSan] Fix linker error for Linux/AArch64 | Julian Lettner | 2019-07-09 | 1 | -1/+3 |
| * | [Sanitizers] Remove clang_rt.sancov_{begin,end} on Solaris | Rainer Orth | 2019-07-08 | 3 | -42/+0 |
| * | Revert "[sanitizers][windows] Rtl-Heap Interception and tests" | JF Bastien | 2019-07-08 | 3 | -335/+51 |
| * | [sanitizers][windows] Rtl-Heap Interception and tests | Matthew G McGovern | 2019-07-08 | 3 | -51/+335 |