llvm-project/compiler-rt/lib/sanitizer_common
Dmitry Vyukov b13099c26e asan/tsan: improve SpinMutex
llvm-svn: 159518
2012-07-02 07:09:21 +00:00
..
tests tsan/asan: add SpinMutex to sanitizer_common 2012-06-29 17:32:18 +00:00
CMakeLists.txt Cleanup the handling of CFLAGS even more in the cmake build for ASan. 2012-06-25 12:57:43 +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: remove internal allocator, switch to sanitizer_common one. 2012-06-25 15:09:24 +00:00
sanitizer_allocator64.h tsan/asan: add mutex to 64-bit allocator 2012-07-02 06:54:24 +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] move atomic ops, min/max and sort to commnon runtime 2012-06-15 07:00:31 +00:00
sanitizer_common.h tsan/asan: unify atomics (move atomics from tsan to sanitizer_common) 2012-06-29 16:58:33 +00:00
sanitizer_interface_defs.h [Sanitizer] Use common defines for ASan and TSan runtime. Split defines between interface defines (can be visible in user code that includes interface ASan/TSan headers) and internal defines. 2012-06-05 13:50:57 +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 [asan] fix lint 2012-06-29 14:14:32 +00:00
sanitizer_mac.cc [Sanitizer] move different wrappers from TSan to common sanitizer runtime 2012-06-18 08:44:30 +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 tsan/asan: first try on msvc atomics 2012-06-29 18:00:38 +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 [tsan] a bit more lint and Makefile changes to run tests from sanitizer_common 2012-06-20 15:19:17 +00:00
sanitizer_symbolizer.cc [Sanitizer] Use ProcessMaps in symbolizer to get module name and offset for instruction address 2012-06-15 14:00:25 +00:00
sanitizer_symbolizer.h [Sanitizer] Use ProcessMaps in symbolizer to get module name and offset for instruction address 2012-06-15 14:00:25 +00:00
sanitizer_win.cc tsan/asan: third try on msvc atomics 2012-06-29 18:37:45 +00:00