summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_internal_defs.h
AgeCommit message (Expand)Author
2018-07-01[asan] Fix deadlock issue on FreeBSD, caused by use of .preinit_array in rL32...Fangrui Song
2018-05-23[sanitizer] Define UINTPTR_MAXKostya Kortchinsky
2018-03-03Fix NetBSD 32-bit buildKamil Rytarowski
2018-03-03OpenBSD UBsan support enabling SANITIZER_OPENBSD widelyKamil Rytarowski
2018-03-03Sanitiser common, using u64 type for GetTid on posix systemsKamil Rytarowski
2018-02-21[sanitizer] Allow to set SANITIZER_CAN_USE_PREINIT_ARRAY externallyVitaly Buka
2018-02-15Add Xray instrumentation support to FreeBSDKamil Rytarowski
2018-02-08[scudo] Allow options to be defined at compile timeKostya Kortchinsky
2018-02-05[Sanitizers, Darwin] Disable SANITIZER_SUPPORTS_WEAK_HOOKS before Mac OS X 10.9Vitaly Buka
2018-01-12lib Fuzzer FreeBSD supportKamil Rytarowski
2017-12-14[Sanitizers] Basic sanitizer Solaris support (PR 33274)Kamil Rytarowski
2017-12-09Hardware-assisted AddressSanitizer (compiler-rt)Evgeniy Stepanov
2017-10-25Add NetBSD improvements in sanitizersKamil Rytarowski
2017-10-07[ubsan] Add a static runtime on DarwinVedant Kumar
2017-09-15[sanitizer] Use __sanitizer:: in CHECK_IMPL on both sides of assignmentVitaly Buka
2017-08-30Finalize ASAN/NetBSDKamil Rytarowski
2017-08-30[SanitizeCoverage] Enable stack-depth coverage for -fsanitize=fuzzerMatt Morehouse
2017-08-29Revert "[SanitizeCoverage] Enable stack-depth coverage for -fsanitize=fuzzer"Matt Morehouse
2017-08-29Re-enable stack depth instrumentation on Windows.Matt Morehouse
2017-08-29Disable stack depth tracking on Windows.Matt Morehouse
2017-08-29[SanitizeCoverage] Enable stack-depth coverage for -fsanitize=fuzzerMatt Morehouse
2017-08-08Define OFF_T as 64-bit integer on NetBSDKamil Rytarowski
2017-04-17[sanitizer] Introduce tid_t as a typedef for OS-provided thread IDsKuba Mracek
2017-02-10Fix AddressSanitizer on s390 (31-bit)Kostya Serebryany
2017-01-29[windows] Properly use dllimport / dllexport.Marcos Pividori
2017-01-29General definition for weak functionsMarcos Pividori
2017-01-09Enable weak hooks on darwinFrancis Ricci
2017-01-07Revert "Enable weak hooks on darwin"Francis Ricci
2017-01-07Enable weak hooks on darwinFrancis Ricci
2017-01-05[compiler-rt] Make macros use __sanitizer::uptr instead of just uptr.Vitaly Buka
2016-10-28tsan: always define SANITIZER_GODmitry Vyukov
2016-09-15[compiler-rt] Do not introduce __sanitizer namespace globallyAnna Zaks
2016-08-05Print a more useful BP value from MSVC-built ASan runtimesReid Kleckner
2016-06-17Fix some warnings in the MSVC buildReid Kleckner
2016-04-14[sanitizer] [SystemZ] Add/fix kernel and libc type definitions.Marcin Koscielnicki
2016-01-26[sanitizers] extracted process management functionsMike Aizatsky
2016-01-16Attempt to fix sanitizer-windows bot.Peter Collingbourne
2016-01-16Introduce stats and stats_client libraries.Peter Collingbourne
2015-11-30[tsan] Fix weakly imported functions on OS XKuba Brecka
2015-08-10-Wdeprecated: Use noexcept rather than throw() where supportedDavid Blaikie
2015-04-09[ASan/Win] Add more support for file operationsTimur Iskhodzhanov
2015-04-08[Sanitizers] Make OpenFile more portableTimur Iskhodzhanov
2015-02-25Address post-commit feedback on r230344: Don't use weak hooks on Sanitizer Go...Timur Iskhodzhanov
2015-02-24[ASan/Win] Add support for sanitizer allocator hooks, __asan_default_options ...Timur Iskhodzhanov
2015-02-24Try to unbreak sanitizer-x86_64-linux-autoconf after r230318Kuba Brecka
2015-02-19[Sanitizers] Move the common sanitizer interface from sanitizer_internal_defs...Timur Iskhodzhanov
2015-01-22Fix/workaround for OS X truncated stacktraces taken by external toolsKuba Brecka
2015-01-08[Sanitizers] Fix internal_lseek() to work on FreeBSDViktor Kutuzov
2015-01-03Remove TSAN_DEBUG in favor of SANITIZER_DEBUG.Alexey Samsonov
2014-12-23[asan] change the coverage collection scheme so that we can easily emit cover...Kostya Serebryany