llvm-project/compiler-rt/lib/sanitizer_common
Kostya Serebryany 12676268fa [sanitizer] fix LargeMmapAllocator::GetBlockBegin
llvm-svn: 170434
2012-12-18 14:56:38 +00:00
..
scripts Add MemorySanitizer.cpp to the lint script. 2012-12-14 13:48:55 +00:00
tests [sanitizer] fix LargeMmapAllocator::GetBlockBegin 2012-12-18 14:56:38 +00:00
CMakeLists.txt [Sanitizer] first effort to start building ASan runtime with -Werror in CMake build 2012-09-12 07:38:47 +00:00
Makefile.mk
sanitizer_allocator.cc [tsan] remove unused InternalAllocBlock as part of larger refactoring 2012-12-03 11:57:01 +00:00
sanitizer_allocator.h [sanitizer] fix LargeMmapAllocator::GetBlockBegin 2012-12-18 14:56:38 +00:00
sanitizer_atomic.h [ASan] cmake cleanup: make tab/space padding in CMakeLists consistent, silence/fix some pedantic warnings 2012-07-02 06:48:10 +00:00
sanitizer_atomic_clang.h tsan/asan: first try on msvc atomics 2012-06-29 18:00:38 +00:00
sanitizer_atomic_msvc.h tsan: fix windows build (2) 2012-08-31 14:11:33 +00:00
sanitizer_common.cc [asan] more sceleton code for asan_allocator2 2012-12-11 09:02:36 +00:00
sanitizer_common.h [asan] more asan_allocator2 code: actually un/poison shadow on malloc/free 2012-12-14 12:15:09 +00:00
sanitizer_common_interceptors.h [Sanitizer] use INTERCEPT_FUNCTION(foo) instead of CHECK(INTERCEPT_FUNCTION(foo)) - this check may fail on Linux if user program defines its own version of library function foo 2012-12-14 11:52:02 +00:00
sanitizer_flags.cc [Sanitizer] align allocation sizes in low level allocator 2012-08-27 14:51:36 +00:00
sanitizer_flags.h [Sanitizer] fix CMake build 2012-07-10 09:17:06 +00:00
sanitizer_internal_defs.h [asan/tsan] do not use __WORDSIZE macro, as it is glibc-private thing. Instead, define our own SANITIZER_WORDSIZE 2012-11-21 12:38:58 +00:00
sanitizer_libc.cc Fix a compiler warning in internal_memmove. 2012-10-26 13:47:36 +00:00
sanitizer_libc.h [Sanitizer] Add internal_isatty to sanitizer_libc and PrintsToTty to determine whether error reports are printed to terminal 2012-11-02 15:18:34 +00:00
sanitizer_linux.cc tsan: fix build 2012-12-14 12:24:11 +00:00
sanitizer_list.h [tsan] start using AllocatorCache in CombinedAllocator 2012-07-06 14:32:00 +00:00
sanitizer_mac.cc Add a libsanitizer API __sanitizer_sandbox_on_notify(void* reserved), which should be used by 2012-12-10 13:10:40 +00:00
sanitizer_mutex.h asan/tsan: first version of "stack depot" 2012-08-30 10:02:48 +00:00
sanitizer_placement_new.h [asan/tsan] do not use __WORDSIZE macro, as it is glibc-private thing. Instead, define our own SANITIZER_WORDSIZE 2012-11-21 12:38:58 +00:00
sanitizer_platform_interceptors.h [Sanitizer] Add new header - sanitizer_platform_interceptors.h, which should define whether or not given function should be intercepted on a given platform. 2012-12-13 08:50:16 +00:00
sanitizer_posix.cc [sanitizer] introduce MmapFixedOrDie and use it in SizeClassAllocator64 2012-12-13 05:36:00 +00:00
sanitizer_printf.cc Don't escape %s in printf usage message; it's not written by printf. 2012-12-18 05:49:49 +00:00
sanitizer_procmaps.h Use a struct to hold the /proc/self/maps buffer on Linux. 2012-12-03 21:21:22 +00:00
sanitizer_report_decorator.h [asan] add some colors to asan output if printing to tty (following ubsan) 2012-12-18 07:32:16 +00:00
sanitizer_stackdepot.cc tsan: reserve msb in stack depot id's (required for msan) 2012-09-17 03:14:15 +00:00
sanitizer_stackdepot.h tsan: use stack depot to describe heap blocks 2012-08-30 13:02:30 +00:00
sanitizer_stacktrace.cc [Sanitizer] Expose StackTrace::GetPreviousInstructionPc() to get PC of call instruction from return address 2012-12-18 09:57:34 +00:00
sanitizer_stacktrace.h [Sanitizer] Expose StackTrace::GetPreviousInstructionPc() to get PC of call instruction from return address 2012-12-18 09:57:34 +00:00
sanitizer_symbolizer.cc tsan: describe global vars (module+offset for now) 2012-12-03 11:45:34 +00:00
sanitizer_symbolizer.h tsan: describe global vars (module+offset for now) 2012-12-03 11:45:34 +00:00
sanitizer_symbolizer_linux.cc [Sanitizer] add sanity checks for communication with external symbolizer 2012-11-09 14:45:30 +00:00
sanitizer_symbolizer_mac.cc [Sanitizer] Remove unneeded returns after UNIMPLEMENTED macro 2012-10-09 08:51:08 +00:00
sanitizer_symbolizer_win.cc [Sanitizer] Remove unneeded returns after UNIMPLEMENTED macro 2012-10-09 08:51:08 +00:00
sanitizer_win.cc [asan] fix windows build 2012-12-13 05:51:02 +00:00