| Commit message (Expand) | Author | Age | Files | Lines |
* | compiler-rt: Rename .cc file in lib/sanitizer_common to .cpp | Nico Weber | 2019-07-31 | 1 | -139/+0 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | Add support for background thread on NetBSD in ASan | Kamil Rytarowski | 2018-12-29 | 1 | -2/+2 |
* | [sanitizer] Avoid extra newlines in syslog. | Evgeniy Stepanov | 2018-10-12 | 1 | -7/+10 |
* | [sanitizer] Split Symbolizer/StackTraces from core RTSanitizerCommon | Kostya Kortchinsky | 2018-04-16 | 1 | -249/+1 |
* | [sanitizer] Allow BackgroundThread to not depend on StackDepot v2 | Kostya Kortchinsky | 2018-04-10 | 1 | -12/+18 |
* | [sanitizer] Reverting rCRT329595 | Kostya Kortchinsky | 2018-04-09 | 1 | -14/+10 |
* | [sanitizer] Allow BackgroundThread to not depend on StackDepot | Kostya Kortchinsky | 2018-04-09 | 1 | -10/+14 |
* | [sanitizer] Remove empty Symbolizer PrepareForSandboxing | Kostya Kortchinsky | 2018-04-03 | 1 | -6/+6 |
* | Mmap interceptor providing mprotect support | Vitaly Buka | 2018-03-24 | 1 | -2/+6 |
* | Revert "Mmap interceptor providing mprotect support" | Vitaly Buka | 2018-03-23 | 1 | -6/+2 |
* | Mmap interceptor providing mprotect support | Vitaly Buka | 2018-03-23 | 1 | -2/+6 |
* | Mmap interceptor new option, Write Exec runtime detector | Vitaly Buka | 2018-03-21 | 1 | -0/+26 |
* | Revert "Mmap interceptor new option, Write Exec runtime detector" | Vitaly Buka | 2018-03-17 | 1 | -26/+0 |
* | Mmap interceptor new option, Write Exec runtime detector | Vitaly Buka | 2018-03-16 | 1 | -0/+26 |
* | Revert "Mmap interceptor new option, Write Exec runtime detector" | Jonas Devlieghere | 2018-03-16 | 1 | -26/+0 |
* | Mmap interceptor new option, Write Exec runtime detector | Vitaly Buka | 2018-03-16 | 1 | -0/+26 |
* | [sanitizer] Remove references and hide CommonSanitizerReportMutex | Vitaly Buka | 2017-11-10 | 1 | -0/+1 |
* | [ubsan] Replace CommonSanitizerReportMutex with ScopedErrorReportLock | Vitaly Buka | 2017-09-23 | 1 | -0/+4 |
* | [lsan] Deadly signal handler for lsan | Vitaly Buka | 2017-09-22 | 1 | -0/+12 |
* | [sanitizer] Replace thread id with GetThreadSelf | Vitaly Buka | 2017-09-22 | 1 | -10/+9 |
* | [sanitizer] Move ScopedErrorReportLock into libcdep version | Vitaly Buka | 2017-09-22 | 1 | -0/+37 |
* | [sanitizer] Don't define common ReportDeadlySignal on Fuchsia | Petr Hosek | 2017-09-19 | 1 | -2/+2 |
* | [sanitizer] Move StartReportDeadlySignal into sanitizer_common_libcdep | Vitaly Buka | 2017-09-18 | 1 | -0/+8 |
* | [sanitizer] Move stack overflow and signal reporting from Asan into common. | Vitaly Buka | 2017-09-14 | 1 | -4/+64 |
* | [compiler-rt] Compile signal specific functions only for !SANITIZER_GO | Vitaly Buka | 2017-09-13 | 1 | -0/+2 |
* | [compiler-rt] Move dump_instruction_bytes and dump_registers into sanitizer_c... | Vitaly Buka | 2017-09-13 | 1 | -0/+41 |
* | [sanitizer_common] Disable filesystem-related code for Fuchsia | Vitaly Buka | 2017-08-01 | 1 | -1/+14 |
* | [sanitizer_common] Move filesystem-related code out of sanitizer_common.cc | Vitaly Buka | 2017-07-22 | 1 | -0/+1 |
* | Revert "[sanitizer_common] Move filesystem-related code out of sanitizer_comm... | Vitaly Buka | 2017-07-20 | 1 | -1/+0 |
* | [sanitizer_common] Move filesystem-related code out of sanitizer_common.cc | Alex Shlyapnikov | 2017-07-20 | 1 | -0/+1 |
* | [ubsan] Use the correct tool name in diagnostics | Vedant Kumar | 2017-04-14 | 1 | -2/+3 |
* | [asan] add one more argument to __sanitizer_print_memory_profile, remove a re... | Kostya Serebryany | 2017-03-15 | 1 | -1/+1 |
* | [sanitizer] Define as weak, functions that are declared as weak. | Marcos Pividori | 2017-01-31 | 1 | -2/+2 |
* | Return memory to OS right after free (not in the async thread). | Evgeniy Stepanov | 2016-11-29 | 1 | -9/+0 |
* | tsan: fix windows build | Dmitry Vyukov | 2016-10-28 | 1 | -0/+2 |
* | [compiler-rt] Do not introduce __sanitizer namespace globally | Anna Zaks | 2016-09-15 | 1 | -3/+3 |
* | [sanitizer] one more attempt to fix things with __sanitizer_print_memory_pro... | Kostya Serebryany | 2016-09-15 | 1 | -1/+1 |
* | [tsan] fix tsan build by adding a dummy __sanitizer_print_memory_profile | Kostya Serebryany | 2016-09-14 | 1 | -1/+1 |
* | [asan] add heap_profile=1 to asan to periodically print the heap profile. So ... | Kostya Serebryany | 2016-09-14 | 1 | -1/+11 |
* | [asan] Cleanup: Move tid into ErrorBase, add const to BufferedStackTrace, be ... | Filipe Cabecinhas | 2016-09-12 | 1 | -1/+1 |
* | [asan] first attempt at releasing free-d memory back to the system using madv... | Kostya Serebryany | 2016-08-26 | 1 | -1/+10 |
* | [sanitizers] Log all output to CrashReport on OS X | Anna Zaks | 2016-01-06 | 1 | -3/+0 |
* | [asan] Fix the deadlocks introduced by "On OS X, log reports to syslog and os... | Anna Zaks | 2015-11-20 | 1 | -6/+6 |
* | Reapply: [asan] On OS X, log reports to syslog and os_trace | Anna Zaks | 2015-11-20 | 1 | -1/+26 |
* | Revert "Reapply: [asan] On OS X, log reports to syslog and os_trace" | Juergen Ributzka | 2015-11-04 | 1 | -26/+1 |
* | Reapply: [asan] On OS X, log reports to syslog and os_trace | Anna Zaks | 2015-10-28 | 1 | -1/+26 |
* | Revert "[asan] On OS X, log reports to syslog and os_trace" | Anna Zaks | 2015-10-27 | 1 | -22/+0 |
* | [asan] On OS X, log reports to syslog and os_trace | Anna Zaks | 2015-10-27 | 1 | -0/+22 |
* | [Sanitizer RT] Get rid of internal_isatty | Timur Iskhodzhanov | 2015-04-08 | 1 | -3/+3 |