summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_internal_defs.h
Commit message (Expand)AuthorAgeFilesLines
* [ASan] Move the signal handling-related flags to sanitizer_common.Alexander Potapenko2014-01-281-0/+9
* [asan] extend asan-coverage (still experimental).Kostya Serebryany2014-01-171-1/+1
* [asan] allow asan to use SizeClassAllocator32 on a 64-bit platform (if SANITI...Kostya Serebryany2013-12-261-6/+0
* Revert three patches which were committed without explicit contributionChandler Carruth2013-12-091-7/+0
* [asan] new shadow poison magic for contiguous-container-buffer-overflow, addr...Kostya Serebryany2013-11-191-2/+4
* [asan] introduce __sanitizer_annotate_contiguous_containerKostya Serebryany2013-11-181-0/+3
* Reapply asan coverage changes 194702-194704.Bob Wilson2013-11-151-0/+3
* Speculatively revert asan coverage changes 194702-194704.Bob Wilson2013-11-151-3/+0
* [asan] unbreak dfsan, which includes sanitizer/common_interface_defs.h into i...Kostya Serebryany2013-11-141-1/+1
* [asan] Poor man's coverage that works with ASan (compiler-rt part)Kostya Serebryany2013-11-141-0/+3
* Introduce an operator new for LowLevelAllocator, and convert most users to it.Peter Collingbourne2013-10-241-6/+12
* tsan: use sanitizer::CommonFlags in tsanDmitry Vyukov2013-10-151-5/+1
* [*San/RTL] Fix minor breakageTimur Iskhodzhanov2013-08-131-0/+3
* Define SANITIZER_INTERFACE_ATTRIBUTE on Windows and fix all the places where ...Timur Iskhodzhanov2013-08-131-10/+11
* [sanitizer] Fix windows build.Evgeniy Stepanov2013-06-041-8/+8
* [sanitizer] Fix __sanitizer_unaligned_* to work with unaligned data types.Evgeniy Stepanov2013-06-041-0/+8
* Fix ALIGNED misuse in asan_thread.cc (built on all platforms); also, add a co...Timur Iskhodzhanov2013-06-041-0/+2
* [nolibc] Change internal syscall API to remove reliance on libc's errno.Peter Collingbourne2013-05-081-4/+6
* Finally drop the 'static' from INLINE and ALWAYS_INLINETimur Iskhodzhanov2013-04-121-2/+2
* [Sanitizer] Fix OnPrint weak hook. Disable weak hooks for gotsan.Alexey Samsonov2013-04-031-1/+1
* [tsan] restore performance critical inlining in tsan: remove static from ALWA...Kostya Serebryany2013-03-291-1/+1
* Add "static" to the Windows ALWAYS_INLINE macro (similar to what we do on POSIX)Timur Iskhodzhanov2013-03-281-1/+1
* Make all the ALWAYS_INLINE users Windows-friendly; also, avoid ALWAYS_INLINE ...Timur Iskhodzhanov2013-03-281-2/+2
* [sanitizer] More renamed macros.Evgeniy Stepanov2013-03-191-4/+4
* [sanitizer] Replace more platform checks with SANITIZER_ constants.Evgeniy Stepanov2013-03-191-30/+1
* [sanitizer] Move ASan platform macros to sanitizer_common and rename them app...Evgeniy Stepanov2013-03-191-0/+31
* add Linux syscall wrappers and ThreadLister to sanitizer_commonKostya Serebryany2013-02-271-0/+10
* [asan] make asan work with 7fff8000 offset and prelinkKostya Serebryany2013-02-151-1/+1
* [asan] print a short one-line report summary after the full report. Currently...Kostya Serebryany2013-02-061-0/+6
* [Sanitizer] use u32 instead of mode_t, which is defined in Darwin headersAlexey Samsonov2013-02-011-1/+0
* [Sanitizer] make internal_open have the same interface as libc versionAlexey Samsonov2013-02-011-0/+2
* [sanitizer] Further split private and public sanitizer headers.Evgeniy Stepanov2013-01-301-1/+72
* asan: fix ARM buildDmitry Vyukov2013-01-161-1/+6
* asan: correct non-temporal prefetch for memory allocatorDmitry Vyukov2013-01-151-1/+1
* asan: add memory prefetch to quarantine recycleDmitry Vyukov2013-01-111-0/+2
* [asan/tsan] do not use __WORDSIZE macro, as it is glibc-private thing. Instea...Kostya Serebryany2012-11-211-11/+7
* tsan: define missing compier macros for windowsDmitry Vyukov2012-11-061-6/+5
* tsan: fix non-msvc windows buildDmitry Vyukov2012-11-061-1/+1
* tasn: improve sanitizer_internal_defs.hDmitry Vyukov2012-11-061-4/+1
* tsan: fix windows buildDmitry Vyukov2012-11-061-3/+3
* [asan] fix lintKostya Serebryany2012-10-161-1/+1
* [Sanitizer] Add UNREACHABLE(msg) macroAlexey Samsonov2012-10-091-1/+6
* [*San]: handle EINTR.Evgeniy Stepanov2012-10-021-0/+6
* [ASan] Apply some ASan-relevant pieces of patch by Ruben Van Boxem. In the sa...Alexey Samsonov2012-09-241-1/+3
* [Sanitizer] fix warnings reported by gcc. Update the list of targets to check...Alexey Samsonov2012-09-111-1/+1
* Relocate the external headers provided by ASan and the common sanitizerChandler Carruth2012-08-291-1/+1
* [asan] one more fix for windows buildKostya Serebryany2012-08-281-0/+2
* [asan] actually move StackTrace to sanitizer_commonKostya Serebryany2012-08-281-0/+11
* [asan] some renaming before we move StackTrace into sanitizer_common (part 2)Kostya Serebryany2012-08-281-0/+2
* [Sanitizer] move low-level (mmap-based) allocator to sanitizer_commonAlexey Samsonov2012-08-271-0/+2