summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_internal_defs.h
Commit message (Expand)AuthorAgeFilesLines
* Remove NOLINTs from compiler-rtVitaly Buka2019-09-111-26/+49
* Remove esan.Nico Weber2019-03-111-1/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Sanitizer] Separate FreeBSD interception data structuresDavid Carlier2018-12-071-0/+2
* [Sanitizers] Solaris largefile fixesRainer Orth2018-11-051-0/+1
* [sanitizer] Make __sanitizer::CheckFailed not publicKostya Kortchinsky2018-09-201-2/+0
* [sanitizer_common] Fuchsia now supports .preinit_arrayPetr Hosek2018-09-171-2/+2
* [hwasan] Remove allocator interceptors.Evgeniy Stepanov2018-09-061-0/+1
* Mark REAL(swapcontext) with indirect_return attribute on x86H.J. Lu2018-07-201-0/+5
* sanitizers: consistently check result of MmapFixedNoReserveDmitry Vyukov2018-07-201-0/+2
* [asan] Fix deadlock issue on FreeBSD, caused by use of .preinit_array in rL32...Fangrui Song2018-07-011-3/+8
* [sanitizer] Define UINTPTR_MAXKostya Kortchinsky2018-05-231-0/+6
* Fix NetBSD 32-bit buildKamil Rytarowski2018-03-031-1/+1
* OpenBSD UBsan support enabling SANITIZER_OPENBSD widelyKamil Rytarowski2018-03-031-4/+6
* Sanitiser common, using u64 type for GetTid on posix systemsKamil Rytarowski2018-03-031-5/+0
* [sanitizer] Allow to set SANITIZER_CAN_USE_PREINIT_ARRAY externallyVitaly Buka2018-02-211-0/+2
* Add Xray instrumentation support to FreeBSDKamil Rytarowski2018-02-151-1/+2
* [scudo] Allow options to be defined at compile timeKostya Kortchinsky2018-02-081-0/+3
* [Sanitizers, Darwin] Disable SANITIZER_SUPPORTS_WEAK_HOOKS before Mac OS X 10.9Vitaly Buka2018-02-051-1/+7
* lib Fuzzer FreeBSD supportKamil Rytarowski2018-01-121-1/+1
* [Sanitizers] Basic sanitizer Solaris support (PR 33274)Kamil Rytarowski2017-12-141-1/+9
* Hardware-assisted AddressSanitizer (compiler-rt)Evgeniy Stepanov2017-12-091-0/+1
* Add NetBSD improvements in sanitizersKamil Rytarowski2017-10-251-1/+1
* [ubsan] Add a static runtime on DarwinVedant Kumar2017-10-071-0/+2
* [sanitizer] Use __sanitizer:: in CHECK_IMPL on both sides of assignmentVitaly Buka2017-09-151-2/+2
* Finalize ASAN/NetBSDKamil Rytarowski2017-08-301-4/+0
* [SanitizeCoverage] Enable stack-depth coverage for -fsanitize=fuzzerMatt Morehouse2017-08-301-0/+8
* Revert "[SanitizeCoverage] Enable stack-depth coverage for -fsanitize=fuzzer"Matt Morehouse2017-08-291-8/+0
* Re-enable stack depth instrumentation on Windows.Matt Morehouse2017-08-291-2/+2
* Disable stack depth tracking on Windows.Matt Morehouse2017-08-291-1/+1
* [SanitizeCoverage] Enable stack-depth coverage for -fsanitize=fuzzerMatt Morehouse2017-08-291-0/+8
* Define OFF_T as 64-bit integer on NetBSDKamil Rytarowski2017-08-081-3/+3
* [sanitizer] Introduce tid_t as a typedef for OS-provided thread IDsKuba Mracek2017-04-171-0/+6
* Fix AddressSanitizer on s390 (31-bit)Kostya Serebryany2017-02-101-0/+5
* [windows] Properly use dllimport / dllexport.Marcos Pividori2017-01-291-0/+4
* General definition for weak functionsMarcos Pividori2017-01-291-2/+36
* Enable weak hooks on darwinFrancis Ricci2017-01-091-1/+1
* Revert "Enable weak hooks on darwin"Francis Ricci2017-01-071-1/+1
* Enable weak hooks on darwinFrancis Ricci2017-01-071-1/+1
* [compiler-rt] Make macros use __sanitizer::uptr instead of just uptr.Vitaly Buka2017-01-051-9/+10
* tsan: always define SANITIZER_GODmitry Vyukov2016-10-281-2/+2
* [compiler-rt] Do not introduce __sanitizer namespace globallyAnna Zaks2016-09-151-1/+12
* Print a more useful BP value from MSVC-built ASan runtimesReid Kleckner2016-08-051-3/+3
* Fix some warnings in the MSVC buildReid Kleckner2016-06-171-1/+1
* [sanitizer] [SystemZ] Add/fix kernel and libc type definitions.Marcin Koscielnicki2016-04-141-0/+5
* [sanitizers] extracted process management functionsMike Aizatsky2016-01-261-0/+1
* Attempt to fix sanitizer-windows bot.Peter Collingbourne2016-01-161-0/+2
* Introduce stats and stats_client libraries.Peter Collingbourne2016-01-161-4/+13
* [tsan] Fix weakly imported functions on OS XKuba Brecka2015-11-301-1/+4
* -Wdeprecated: Use noexcept rather than throw() where supportedDavid Blaikie2015-08-101-2/+6