summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_internal_defs.h
AgeCommit message (Expand)Author
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
2014-11-24[asan/coverage] change the way asan coverage instrumentation is done: instead...Kostya Serebryany
2014-07-25[Sanitizer] Introduce SANITIZER_CAN_USE_PREINIT_ARRAY definition and use it a...Alexey Samsonov
2014-07-15[ASan] Only define macros in asan_init_version.h, move the __asan_init declar...Timur Iskhodzhanov
2014-07-11[ASan/Win] Don't apply dllexport to __asan_init in the DLL thunkTimur Iskhodzhanov
2014-07-09[Sanitizer] Remove SANITIZER_NEEDS_SEGV from shared sanitizer_common headers.Alexey Samsonov
2014-05-21Use 64-bit pointer to unwind stack for x86-64Kostya Serebryany
2014-05-19[sanitizer] Support sandboxing in sanitizer coverage.Sergey Matveev
2014-05-14[asan] use some LIKELY/UNLIKELYKostya Serebryany
2014-05-12[ASan tests] Also define USED/UNUSED in lib/sanitizer_common/sanitizer_intern...Timur Iskhodzhanov
2014-05-06[asan] introduce interface function __sanitizer_verify_contiguous_container t...Kostya Serebryany