summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_common.h
Commit message (Expand)AuthorAge
* [sanitizer] Replace more platform checks with SANITIZER_ constants.Evgeniy Stepanov2013-03-19
* [libsanitizer] StopTheWorld in sanitizer_commonAlexander Potapenko2013-03-15
* [sanitizer] Move GetTlsSize code from TSan to sanitizer_common.Evgeniy Stepanov2013-03-13
* [Sanitizer] Add methods back() and pop_back() to InternalVector. Patch by Ser...Alexey Samsonov2013-03-05
* [sanitizer] A low-level vector implementation to be used in leak checking cod...Kostya Serebryany2013-02-26
* [asan] a bit stricter lint for CHECK vs CHECK_XX (these CHECK_XX really help ...Kostya Serebryany2013-02-26
* [Sanitizer] use raw syscall instead of _exit() function on LinuxAlexey Samsonov2013-02-20
* [Sanitizer] Make temporary filename depend on user IDAlexey Samsonov2013-02-18
* [ASan] Move functions using BitScan/clzl to sanitizer_commonTimur Iskhodzhanov2013-02-08
* [asan] print a short one-line report summary after the full report. Currently...Kostya Serebryany2013-02-06
* [Sanitizer] make internal_open have the same interface as libc versionAlexey Samsonov2013-02-01
* [sanitizer] make the error messages from sanitizer_common contain the actual ...Kostya Serebryany2013-01-31
* [asan/tsan] when unmapping a chunk of user memory, apply madvise(MADV_DONTNEE...Kostya Serebryany2012-12-27
* [asan] more asan_allocator2 code: actually un/poison shadow on malloc/free Kostya Serebryany2012-12-14
* [sanitizer] introduce MmapFixedOrDie and use it in SizeClassAllocator64Kostya Serebryany2012-12-13
* [asan] more code for asan_allocator2: basic Allocate/Deallocate codeKostya Serebryany2012-12-11
* Add a libsanitizer API __sanitizer_sandbox_on_notify(void* reserved), which s...Alexander Potapenko2012-12-10
* [sanitizer] implement SanitizerSetThreadName/SanitizerGetThreadName. Just for...Kostya Serebryany2012-12-07
* [tsan] add MmapAlignedOrDieKostya Serebryany2012-12-06
* [tsan] remove unused InternalAllocBlock as part of larger refactoringKostya Serebryany2012-12-03
* [asan/tsan] get rid of kPageSize completely in favor of GetPageSizeCached(). ...Kostya Serebryany2012-11-24
* [asan] get rid of some of the uses of kPageSize. The intent is to get rid of ...Kostya Serebryany2012-11-23
* [asan] get rid of kPageSizeBitsKostya Serebryany2012-11-21
* [asan/tsan] do not use __WORDSIZE macro, as it is glibc-private thing. Instea...Kostya Serebryany2012-11-21
* [asan] more support for powerpc, patch by Peter BergnerKostya Serebryany2012-11-20
* [Sanitizer] add sanity checks for communication with external symbolizerAlexey Samsonov2012-11-09
* [Sanitizer] Add internal_isatty to sanitizer_libc and PrintsToTty to determin...Alexey Samsonov2012-11-02
* tsan: fix mac buildDmitry Vyukov2012-10-02
* tsan: output tid's in reportsDmitry Vyukov2012-10-02
* [Sanitizer] Hoist functions to get/set stack size and re-exec from memory-san...Alexey Samsonov2012-09-17
* [Sanitizer] Get rid of dependency between sanitizer_common and asan/tsan runt...Alexey Samsonov2012-09-11
* [Sanitizer] Remove implicit conversion of InternalScopedBuffer<T> to T*Alexey Samsonov2012-09-05
* [asan/tsan] use InternalScopedBuffer instead of stack arrays. Use mmap insete...Kostya Serebryany2012-08-29
* [asan] get rid of AsanPrintf in favor of Printf from sanitizer_commonKostya Serebryany2012-08-28
* [Sanitizer] align allocation sizes in low level allocatorAlexey Samsonov2012-08-27
* [Sanitizer] Use low-level allocator in flag parsing to avoid calling malloc()...Alexey Samsonov2012-08-27
* [Sanitizer] move low-level (mmap-based) allocator to sanitizer_commonAlexey Samsonov2012-08-27
* [TSan] switch tsan to using InternalScopedBuffer from sanitizer_commonAlexey Samsonov2012-08-22
* [Sanitizer] define InternalScopedBuffer to replace large arrays on stack. It ...Alexey Samsonov2012-08-21
* [Sanitizer] implement straightforward nlogn sorting, as qsort() may call mall...Alexey Samsonov2012-07-16
* tsan: Go language supportDmitry Vyukov2012-07-05
* [Sanitizer] Extend a symbolizer code. Implemented for Linux only. Use dl_iter...Alexey Samsonov2012-07-03
* tsan/asan: unify atomics (move atomics from tsan to sanitizer_common)Dmitry Vyukov2012-06-29
* tsan: remove internal allocator, switch to sanitizer_common one.Dmitry Vyukov2012-06-25
* [tsan] more code for a specialized tsan allocatorKostya Serebryany2012-06-22
* [Sanitizer] Renaming: SNPrintf -> internal_snprintf (and move it to sanitizer...Alexey Samsonov2012-06-19
* [Sanitizer] move different wrappers from TSan to common sanitizer runtimeAlexey Samsonov2012-06-18
* [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] move atomic ops, min/max and sort to commnon runtimeAlexey Samsonov2012-06-15