.. |
scripts
|
[Sanitizer] fix warnings reported by gcc. Update the list of targets to check lint for
|
2012-09-11 10:31:28 +00:00 |
tests
|
[Sanitizer] test 64-bit allocator only on suitable targets
|
2012-09-11 12:19:18 +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
|
[asan,tsan] Add a new directory compiler-rt/lib/sanitizer_common
|
2012-05-29 12:18:18 +00:00 |
sanitizer_allocator.cc
|
[asan] There is no __libc_malloc on Android.
|
2012-09-10 10:18:49 +00:00 |
sanitizer_allocator64.h
|
[Sanitizer] test 64-bit allocator only on suitable targets
|
2012-09-11 12:19:18 +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
|
[Sanitizer] Get rid of dependency between sanitizer_common and asan/tsan runtimes: implement tool-specific Die and CheckFailed functions via callbacks
|
2012-09-11 09:44:48 +00:00 |
sanitizer_common.h
|
[Sanitizer] Get rid of dependency between sanitizer_common and asan/tsan runtimes: implement tool-specific Die and CheckFailed functions via callbacks
|
2012-09-11 09:44:48 +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
|
[Sanitizer] fix warnings reported by gcc. Update the list of targets to check lint for
|
2012-09-11 10:31:28 +00:00 |
sanitizer_libc.cc
|
[Sanitizer] implement internal_strcspn
|
2012-08-21 09:26:26 +00:00 |
sanitizer_libc.h
|
[Sanitizer] implement readlink as syscall on Linux
|
2012-09-05 14:48:24 +00:00 |
sanitizer_linux.cc
|
[Sanitizer] implement readlink as syscall on Linux
|
2012-09-05 14:48:24 +00:00 |
sanitizer_list.h
|
[tsan] start using AllocatorCache in CombinedAllocator
|
2012-07-06 14:32:00 +00:00 |
sanitizer_mac.cc
|
[Sanitizer] implement readlink as syscall on Linux
|
2012-09-05 14:48:24 +00:00 |
sanitizer_mutex.h
|
asan/tsan: first version of "stack depot"
|
2012-08-30 10:02:48 +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
|
[Sanitizer] Rename ProcessMaps to MemoryMappingLayout and fix Windows build by providing stub implementation
|
2012-08-27 13:48:48 +00:00 |
sanitizer_printf.cc
|
[asan/tsan] use InternalScopedBuffer instead of stack arrays. Use mmap inseted of InternalAlloc in InternalScopedBuffer
|
2012-08-29 08:40:36 +00:00 |
sanitizer_procmaps.h
|
[Sanitizer] Allow to create stub MemoryMappingLayout on Windows
|
2012-08-28 08:27:08 +00:00 |
sanitizer_stackdepot.cc
|
tsan: improve stack depot
|
2012-08-31 12:47:44 +00:00 |
sanitizer_stackdepot.h
|
tsan: use stack depot to describe heap blocks
|
2012-08-30 13:02:30 +00:00 |
sanitizer_stacktrace.cc
|
[asan/tsan] use InternalScopedBuffer instead of stack arrays. Use mmap inseted of InternalAlloc in InternalScopedBuffer
|
2012-08-29 08:40:36 +00:00 |
sanitizer_stacktrace.h
|
[asan] increase max stack size to 256 (+test)
|
2012-09-06 10:57:03 +00:00 |
sanitizer_symbolizer.cc
|
[Sanitizer] remove unused field
|
2012-09-06 08:47:38 +00:00 |
sanitizer_symbolizer.h
|
[Sanitizer] remove unused field
|
2012-09-06 08:47:38 +00:00 |
sanitizer_symbolizer_linux.cc
|
[Sanitizer] Please Android build. Re-check the availability of -Wno-variadic-macros flag.
|
2012-09-12 08:06:15 +00:00 |
sanitizer_symbolizer_mac.cc
|
[Sanitizer] Switch the symbolization strategy that would be used by sanitizer tools family: as compiling in-process symbolizer into runtime involves certain difficulties, we may instead launch an external symbolizer program (fork + execl) in a subprocess and communicate with it via pipe.
|
2012-08-23 07:32:06 +00:00 |
sanitizer_symbolizer_win.cc
|
[Sanitizer] Switch the symbolization strategy that would be used by sanitizer tools family: as compiling in-process symbolizer into runtime involves certain difficulties, we may instead launch an external symbolizer program (fork + execl) in a subprocess and communicate with it via pipe.
|
2012-08-23 07:32:06 +00:00 |
sanitizer_win.cc
|
[Sanitizer] implement readlink as syscall on Linux
|
2012-09-05 14:48:24 +00:00 |