llvm-project/compiler-rt/lib/sanitizer_common
Dmitry Vyukov 1c0b3c6b84 tsan: store sync objects in memory block headers + delete them when the block is freed
llvm-svn: 161959
2012-08-15 17:27:20 +00:00
..
tests tsan: add some more tests for memory allocator 2012-08-15 14:25:33 +00:00
CMakeLists.txt [Sanitizer] move OS-dependent pieces of symbolizer to separate source files 2012-08-14 13:00:32 +00:00
Makefile.mk [asan,tsan] Add a new directory compiler-rt/lib/sanitizer_common 2012-05-29 12:18:18 +00:00
sanitizer_allocator.cc tsan: Go language support 2012-07-05 16:18:28 +00:00
sanitizer_allocator64.h tsan: store sync objects in memory block headers + delete them when the block is freed 2012-08-15 17:27:20 +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/asan: third try on msvc atomics 2012-06-29 18:37:45 +00:00
sanitizer_common.cc [Sanitizer] implement straightforward nlogn sorting, as qsort() may call malloc, which leads to deadlock in ASan allocator 2012-07-16 11:27:17 +00:00
sanitizer_common.h [Sanitizer] implement straightforward nlogn sorting, as qsort() may call malloc, which leads to deadlock in ASan allocator 2012-07-16 11:27:17 +00:00
sanitizer_flags.cc [Sanitizer] move flag parsing routines (and unit tests) from tsan runtime to common runtime. 2012-07-09 13:21:39 +00:00
sanitizer_flags.h [Sanitizer] fix CMake build 2012-07-10 09:17:06 +00:00
sanitizer_interface_defs.h tsan: Go language support 2012-07-05 16:18:28 +00:00
sanitizer_internal_defs.h tsan/asan: unify atomics (move atomics from tsan to sanitizer_common) 2012-06-29 16:58:33 +00:00
sanitizer_libc.cc [tsan] a bit more lint and Makefile changes to run tests from sanitizer_common 2012-06-20 15:19:17 +00:00
sanitizer_libc.h [asan] get rid of libc's sscanf as it causes infinite recursion on Fedora. 2012-06-29 13:05:36 +00:00
sanitizer_linux.cc [Sanitizer] move OS-dependent pieces of symbolizer to separate source files 2012-08-14 13:00:32 +00:00
sanitizer_list.h [tsan] start using AllocatorCache in CombinedAllocator 2012-07-06 14:32:00 +00:00
sanitizer_mac.cc [Sanitizer] move OS-dependent pieces of symbolizer to separate source files 2012-08-14 13:00:32 +00:00
sanitizer_mutex.h asan/tsan: improve SpinMutex 2012-07-02 07:09:21 +00:00
sanitizer_placement_new.h [Sanitizer] use fully qualified type for placement new replacement 2012-06-19 07:40:45 +00:00
sanitizer_posix.cc [asan] better diagnostics for mmap failure 2012-08-14 15:18:40 +00:00
sanitizer_printf.cc [Sanitizer] Renaming: SNPrintf -> internal_snprintf (and move it to sanitizer libc) 2012-06-19 09:21:57 +00:00
sanitizer_procmaps.h [Sanitizer] Extend a symbolizer code. Implemented for Linux only. Use dl_iterate_phdr to get virtual addresses of mapped module sections. To symbolize an address from a module, map this module to memory and obtain pointers to debug info sections. Later these pointers can be passed to constructor of DWARF context-in-memory from LLVM DebugInfo lib. 2012-07-03 08:24:14 +00:00
sanitizer_symbolizer.cc [Sanitizer] Wrapper around llvm::DIContext from LLVM DebugInfo library. If a macro SANITIZER_USES_LLVM_LIBS is defined (by default it is not), then sanitizer runtime includes llvm headers and tries to use LLVM libs for in-process symbolization. To make it functional, we have to link with these LLVM libs - either pass them to linker from Clang driver, or link them into static ASan runtime when we build it. 2012-07-31 11:51:26 +00:00
sanitizer_symbolizer.h [Sanitizer] Wrapper around llvm::DIContext from LLVM DebugInfo library. If a macro SANITIZER_USES_LLVM_LIBS is defined (by default it is not), then sanitizer runtime includes llvm headers and tries to use LLVM libs for in-process symbolization. To make it functional, we have to link with these LLVM libs - either pass them to linker from Clang driver, or link them into static ASan runtime when we build it. 2012-07-31 11:51:26 +00:00
sanitizer_symbolizer_linux.cc [Sanitizer] move OS-dependent pieces of symbolizer to separate source files 2012-08-14 13:00:32 +00:00
sanitizer_symbolizer_llvm.cc [Sanitizer] Wrapper around llvm::DIContext from LLVM DebugInfo library. If a macro SANITIZER_USES_LLVM_LIBS is defined (by default it is not), then sanitizer runtime includes llvm headers and tries to use LLVM libs for in-process symbolization. To make it functional, we have to link with these LLVM libs - either pass them to linker from Clang driver, or link them into static ASan runtime when we build it. 2012-07-31 11:51:26 +00:00
sanitizer_symbolizer_mac.cc [Sanitizer] move OS-dependent pieces of symbolizer to separate source files 2012-08-14 13:00:32 +00:00
sanitizer_symbolizer_win.cc [Sanitizer] move OS-dependent pieces of symbolizer to separate source files 2012-08-14 13:00:32 +00:00
sanitizer_win.cc [Sanitizer] move OS-dependent pieces of symbolizer to separate source files 2012-08-14 13:00:32 +00:00