summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_internal_defs.h
Commit message (Expand)AuthorAge
* Introduce an operator new for LowLevelAllocator, and convert most users to it.Peter Collingbourne2013-10-24
* tsan: use sanitizer::CommonFlags in tsanDmitry Vyukov2013-10-15
* [*San/RTL] Fix minor breakageTimur Iskhodzhanov2013-08-13
* Define SANITIZER_INTERFACE_ATTRIBUTE on Windows and fix all the places where ...Timur Iskhodzhanov2013-08-13
* [sanitizer] Fix windows build.Evgeniy Stepanov2013-06-04
* [sanitizer] Fix __sanitizer_unaligned_* to work with unaligned data types.Evgeniy Stepanov2013-06-04
* Fix ALIGNED misuse in asan_thread.cc (built on all platforms); also, add a co...Timur Iskhodzhanov2013-06-04
* [nolibc] Change internal syscall API to remove reliance on libc's errno.Peter Collingbourne2013-05-08
* Finally drop the 'static' from INLINE and ALWAYS_INLINETimur Iskhodzhanov2013-04-12
* [Sanitizer] Fix OnPrint weak hook. Disable weak hooks for gotsan.Alexey Samsonov2013-04-03
* [tsan] restore performance critical inlining in tsan: remove static from ALWA...Kostya Serebryany2013-03-29
* Add "static" to the Windows ALWAYS_INLINE macro (similar to what we do on POSIX)Timur Iskhodzhanov2013-03-28
* Make all the ALWAYS_INLINE users Windows-friendly; also, avoid ALWAYS_INLINE ...Timur Iskhodzhanov2013-03-28
* [sanitizer] More renamed macros.Evgeniy Stepanov2013-03-19
* [sanitizer] Replace more platform checks with SANITIZER_ constants.Evgeniy Stepanov2013-03-19
* [sanitizer] Move ASan platform macros to sanitizer_common and rename them app...Evgeniy Stepanov2013-03-19
* add Linux syscall wrappers and ThreadLister to sanitizer_commonKostya Serebryany2013-02-27
* [asan] make asan work with 7fff8000 offset and prelinkKostya Serebryany2013-02-15
* [asan] print a short one-line report summary after the full report. Currently...Kostya Serebryany2013-02-06
* [Sanitizer] use u32 instead of mode_t, which is defined in Darwin headersAlexey Samsonov2013-02-01
* [Sanitizer] make internal_open have the same interface as libc versionAlexey Samsonov2013-02-01
* [sanitizer] Further split private and public sanitizer headers.Evgeniy Stepanov2013-01-30
* asan: fix ARM buildDmitry Vyukov2013-01-16
* asan: correct non-temporal prefetch for memory allocatorDmitry Vyukov2013-01-15
* asan: add memory prefetch to quarantine recycleDmitry Vyukov2013-01-11
* [asan/tsan] do not use __WORDSIZE macro, as it is glibc-private thing. Instea...Kostya Serebryany2012-11-21
* tsan: define missing compier macros for windowsDmitry Vyukov2012-11-06
* tsan: fix non-msvc windows buildDmitry Vyukov2012-11-06
* tasn: improve sanitizer_internal_defs.hDmitry Vyukov2012-11-06
* tsan: fix windows buildDmitry Vyukov2012-11-06
* [asan] fix lintKostya Serebryany2012-10-16
* [Sanitizer] Add UNREACHABLE(msg) macroAlexey Samsonov2012-10-09
* [*San]: handle EINTR.Evgeniy Stepanov2012-10-02
* [ASan] Apply some ASan-relevant pieces of patch by Ruben Van Boxem. In the sa...Alexey Samsonov2012-09-24
* [Sanitizer] fix warnings reported by gcc. Update the list of targets to check...Alexey Samsonov2012-09-11
* Relocate the external headers provided by ASan and the common sanitizerChandler Carruth2012-08-29
* [asan] one more fix for windows buildKostya Serebryany2012-08-28
* [asan] actually move StackTrace to sanitizer_commonKostya Serebryany2012-08-28
* [asan] some renaming before we move StackTrace into sanitizer_common (part 2)Kostya Serebryany2012-08-28
* [Sanitizer] move low-level (mmap-based) allocator to sanitizer_commonAlexey Samsonov2012-08-27
* tsan/asan: unify atomics (move atomics from tsan to sanitizer_common)Dmitry Vyukov2012-06-29
* tsan: prevent insertion of unwanted memset/memcpy/memcmp into runtimeDmitry Vyukov2012-06-27
* [tsan] first step in implementing a custom allocator for tsan (and msan) whic...Kostya Serebryany2012-06-21
* [Sanitizer] move all the rest re-implementations of libc functions from ASan ...Alexey Samsonov2012-06-15
* [Sanitizer] move ShadowRangeIsAvailable and several defines to common runtimeAlexey Samsonov2012-06-15
* [Sanitizer] Workaround for -Wunused-private-field warning - add an attribute ...Alexey Samsonov2012-06-14
* [Sanitizer] Make UNIMPLEMENTED macro common.Alexey Samsonov2012-06-06
* [Sanitizer] Use common CHECK machinery. Currently each tool has to define its...Alexey Samsonov2012-06-06
* [Sanitizer] fix Win build - ignore __attribute__((format)).Alexey Samsonov2012-06-06
* [Sanitizer] Move more functions/constants to sanitizer_common.Alexey Samsonov2012-06-06