hanchenye-llvm-project/compiler-rt/lib/sanitizer_common
Alexey Samsonov 734aab4066 [Sanitizer] Use a common mutex to prevent mixing reports from different sanitizers. This fixes PR15516
llvm-svn: 178853
2013-04-05 07:30:29 +00:00
..
scripts [asan] a bit stricter lint for CHECK vs CHECK_XX (these CHECK_XX really help debugging!) 2013-02-26 12:59:06 +00:00
tests [sanitizer] while doing fast unwinding make sure that the frame pointer is aligned; fix lint 2013-04-04 06:52:40 +00:00
CMakeLists.txt Split ubsan runtime into three pieces (compiler-rt part): 2013-03-20 23:49:17 +00:00
Makefile.mk
sanitizer_allocator.cc [Sanitizer] Kill the remainders of platform defines in favor of SANITIZER_ defines 2013-04-03 07:24:35 +00:00
sanitizer_allocator.h asan/tsan: reduce per-thread memory allocator caches 2013-03-20 09:26:46 +00:00
sanitizer_atomic.h
sanitizer_atomic_clang.h [Sanitizer] Add basic test for atomic_compare_exchange implementation 2013-03-25 08:48:16 +00:00
sanitizer_atomic_msvc.h [Sanitizer] First effort to implement atomic_compare_exchange for 1-byte vars on Windows 2013-03-25 09:23:30 +00:00
sanitizer_common.cc [libsanitizer] StopTheWorld in sanitizer_common 2013-03-15 14:37:21 +00:00
sanitizer_common.h [Sanitizer] Use a common mutex to prevent mixing reports from different sanitizers. This fixes PR15516 2013-04-05 07:30:29 +00:00
sanitizer_common_interceptors.inc [sanitizer] More interceptors. 2013-04-01 14:47:21 +00:00
sanitizer_common_interceptors_scanf.inc [sanitizer] More accurate scanf parsing without GNU extensions. 2013-02-12 14:29:34 +00:00
sanitizer_flags.cc tsan: better flag parsing: do not confuse flag that is a part of another flag 2013-03-27 17:59:13 +00:00
sanitizer_flags.h
sanitizer_internal_defs.h [Sanitizer] Fix OnPrint weak hook. Disable weak hooks for gotsan. 2013-04-03 13:22:54 +00:00
sanitizer_lfstack.h [Sanitizer] update style checker script and fix namespace style warnings 2013-01-30 07:45:58 +00:00
sanitizer_libc.cc asan/tsan: fix compilation errors/bugs on Windows where long is 32-bit even in 64-bit mode 2013-02-04 08:07:45 +00:00
sanitizer_libc.h tsan: add internal_unlink() function 2013-03-20 10:28:36 +00:00
sanitizer_linux.cc [Sanitizer] Kill the remainders of platform defines in favor of SANITIZER_ defines 2013-04-03 07:24:35 +00:00
sanitizer_linux.h [sanitizer] Don't adjust the size of the user-allocated stack. 2013-03-19 09:30:52 +00:00
sanitizer_list.h asan/tsan: fix bug in list implementation 2013-01-11 10:15:13 +00:00
sanitizer_mac.cc [Sanitizer] Kill the remainders of platform defines in favor of SANITIZER_ defines 2013-04-03 07:24:35 +00:00
sanitizer_mutex.h [Sanitizer] Add default constructor for BlockingMutex 2013-03-14 13:30:56 +00:00
sanitizer_placement_new.h [sanitizer] Replace more platform checks with SANITIZER_ constants. 2013-03-19 14:33:38 +00:00
sanitizer_platform.h [sanitizer] Replace more platform checks with SANITIZER_ constants. 2013-03-19 14:33:38 +00:00
sanitizer_platform_interceptors.h [Sanitizer] Be more careful with arch-specific defines in StopTheWorld code 2013-04-03 08:26:03 +00:00
sanitizer_platform_limits_posix.cc [sanitizer] Android lacks ucontext_t definition. 2013-04-04 09:21:48 +00:00
sanitizer_platform_limits_posix.h [sanitizer] Android lacks ucontext_t definition. 2013-04-04 09:21:48 +00:00
sanitizer_posix.cc [Sanitizer] Kill the remainders of platform defines in favor of SANITIZER_ defines 2013-04-03 07:24:35 +00:00
sanitizer_printf.cc [Sanitizer] Use a common mutex to prevent mixing reports from different sanitizers. This fixes PR15516 2013-04-05 07:30:29 +00:00
sanitizer_procmaps.h [Sanitizer] Kill the remainders of platform defines in favor of SANITIZER_ defines 2013-04-03 07:24:35 +00:00
sanitizer_quarantine.h [ASan] Switch Windows to allocator v2, also fixing some build errors 2013-02-08 12:02:00 +00:00
sanitizer_report_decorator.h [UBSan] Use common report decorator to print colorful diagnostics in UBSan, and be more consistent w/ Printf/RawWrite 2013-02-27 12:58:24 +00:00
sanitizer_stackdepot.cc [asan] asan_allocator2: by default use the StackDepot to store the stack traces instead of storing them in the redzones 2012-12-26 06:30:02 +00:00
sanitizer_stackdepot.h [sanitizer] Further split private and public sanitizer headers. 2013-01-30 13:12:08 +00:00
sanitizer_stacktrace.cc [sanitizer] while doing fast unwinding make sure that the frame pointer is aligned; fix lint 2013-04-04 06:52:40 +00:00
sanitizer_stacktrace.h [asan] print a short one-line report summary after the full report. Currently, works only if symbolization happens in-process. 2013-02-06 12:36:49 +00:00
sanitizer_stoptheworld.h [libsanitizer] Add register dumping support to SuspendedThreadsList. 2013-04-01 13:36:42 +00:00
sanitizer_stoptheworld_linux.cc [Sanitizer] Be more careful with arch-specific defines in StopTheWorld code 2013-04-03 08:26:03 +00:00
sanitizer_symbolizer.cc tsan: fix build 2013-03-19 13:34:12 +00:00
sanitizer_symbolizer.h tsan: symbolizer "flush caches" functinality 2013-03-19 10:23:17 +00:00
sanitizer_symbolizer_itanium.cc [Sanitizer] Kill the remainders of platform defines in favor of SANITIZER_ defines 2013-04-03 07:24:35 +00:00
sanitizer_symbolizer_linux.cc [Sanitizer] Kill the remainders of platform defines in favor of SANITIZER_ defines 2013-04-03 07:24:35 +00:00
sanitizer_symbolizer_mac.cc [Sanitizer] Kill the remainders of platform defines in favor of SANITIZER_ defines 2013-04-03 07:24:35 +00:00
sanitizer_symbolizer_win.cc [sanitizer] More renamed macros. 2013-03-19 14:54:17 +00:00
sanitizer_thread_registry.cc [Sanitizer] Compile sanitizer runtimes with -Wno-non-virtual-dtor. Virtual dtors may be a problem for us, as sanitizer runtime should not generally assume libstdc++ presence. 2013-03-25 10:31:49 +00:00
sanitizer_thread_registry.h [Sanitizer] Compile sanitizer runtimes with -Wno-non-virtual-dtor. Virtual dtors may be a problem for us, as sanitizer runtime should not generally assume libstdc++ presence. 2013-03-25 10:31:49 +00:00
sanitizer_win.cc Add a GetTid() implementation for Windows 2013-03-25 22:04:29 +00:00