summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_internal_defs.h
AgeCommit message (Expand)Author
2014-04-30[asan] make AsanCoverage lock-free (and AS-safe)Kostya Serebryany
2014-02-27[asan] Don't disable SEGV handler on Android by default.Evgeniy Stepanov
2014-01-28[ASan] Move the signal handling-related flags to sanitizer_common.Alexander Potapenko
2014-01-17[asan] extend asan-coverage (still experimental).Kostya Serebryany
2013-12-26[asan] allow asan to use SizeClassAllocator32 on a 64-bit platform (if SANITI...Kostya Serebryany
2013-12-09Revert three patches which were committed without explicit contributionChandler Carruth
2013-11-19[asan] new shadow poison magic for contiguous-container-buffer-overflow, addr...Kostya Serebryany
2013-11-18[asan] introduce __sanitizer_annotate_contiguous_containerKostya Serebryany
2013-11-15Reapply asan coverage changes 194702-194704.Bob Wilson
2013-11-15Speculatively revert asan coverage changes 194702-194704.Bob Wilson
2013-11-14[asan] unbreak dfsan, which includes sanitizer/common_interface_defs.h into i...Kostya Serebryany
2013-11-14[asan] Poor man's coverage that works with ASan (compiler-rt part)Kostya Serebryany
2013-10-24Introduce an operator new for LowLevelAllocator, and convert most users to it.Peter Collingbourne
2013-10-15tsan: use sanitizer::CommonFlags in tsanDmitry Vyukov
2013-08-13[*San/RTL] Fix minor breakageTimur Iskhodzhanov
2013-08-13Define SANITIZER_INTERFACE_ATTRIBUTE on Windows and fix all the places where ...Timur Iskhodzhanov
2013-06-04[sanitizer] Fix windows build.Evgeniy Stepanov
2013-06-04[sanitizer] Fix __sanitizer_unaligned_* to work with unaligned data types.Evgeniy Stepanov
2013-06-04Fix ALIGNED misuse in asan_thread.cc (built on all platforms); also, add a co...Timur Iskhodzhanov
2013-05-08[nolibc] Change internal syscall API to remove reliance on libc's errno.Peter Collingbourne
2013-04-12Finally drop the 'static' from INLINE and ALWAYS_INLINETimur Iskhodzhanov
2013-04-03[Sanitizer] Fix OnPrint weak hook. Disable weak hooks for gotsan.Alexey Samsonov
2013-03-29[tsan] restore performance critical inlining in tsan: remove static from ALWA...Kostya Serebryany
2013-03-28Add "static" to the Windows ALWAYS_INLINE macro (similar to what we do on POSIX)Timur Iskhodzhanov
2013-03-28Make all the ALWAYS_INLINE users Windows-friendly; also, avoid ALWAYS_INLINE ...Timur Iskhodzhanov
2013-03-19[sanitizer] More renamed macros.Evgeniy Stepanov
2013-03-19[sanitizer] Replace more platform checks with SANITIZER_ constants.Evgeniy Stepanov
2013-03-19[sanitizer] Move ASan platform macros to sanitizer_common and rename them app...Evgeniy Stepanov
2013-02-27add Linux syscall wrappers and ThreadLister to sanitizer_commonKostya Serebryany
2013-02-15[asan] make asan work with 7fff8000 offset and prelinkKostya Serebryany
2013-02-06[asan] print a short one-line report summary after the full report. Currently...Kostya Serebryany
2013-02-01[Sanitizer] use u32 instead of mode_t, which is defined in Darwin headersAlexey Samsonov
2013-02-01[Sanitizer] make internal_open have the same interface as libc versionAlexey Samsonov
2013-01-30[sanitizer] Further split private and public sanitizer headers.Evgeniy Stepanov
2013-01-16asan: fix ARM buildDmitry Vyukov
2013-01-15asan: correct non-temporal prefetch for memory allocatorDmitry Vyukov
2013-01-11asan: add memory prefetch to quarantine recycleDmitry Vyukov
2012-11-21[asan/tsan] do not use __WORDSIZE macro, as it is glibc-private thing. Instea...Kostya Serebryany
2012-11-06tsan: define missing compier macros for windowsDmitry Vyukov
2012-11-06tsan: fix non-msvc windows buildDmitry Vyukov
2012-11-06tasn: improve sanitizer_internal_defs.hDmitry Vyukov
2012-11-06tsan: fix windows buildDmitry Vyukov
2012-10-16[asan] fix lintKostya Serebryany
2012-10-09[Sanitizer] Add UNREACHABLE(msg) macroAlexey Samsonov
2012-10-02[*San]: handle EINTR.Evgeniy Stepanov
2012-09-24[ASan] Apply some ASan-relevant pieces of patch by Ruben Van Boxem. In the sa...Alexey Samsonov
2012-09-11[Sanitizer] fix warnings reported by gcc. Update the list of targets to check...Alexey Samsonov
2012-08-29Relocate the external headers provided by ASan and the common sanitizerChandler Carruth
2012-08-28[asan] one more fix for windows buildKostya Serebryany
2012-08-28[asan] actually move StackTrace to sanitizer_commonKostya Serebryany