.. |
scripts
|
[Sanitizer] update lint checker script
|
2012-09-18 07:26:51 +00:00 |
tests
|
Fix the internal_memmove() implementation that used to skip src[0] if dst < src.
|
2012-10-26 13:24:20 +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
|
[tsan] fix the tsan allocator to handle any alignment
|
2012-09-18 06:00:59 +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] add asan option log_path=PATH to let users redirect asan reports to a file PATH.PID instead of stderr
|
2012-09-14 04:35:14 +00:00 |
sanitizer_common.h
|
tsan: fix mac build
|
2012-10-02 12:58:14 +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] fix lint
|
2012-10-16 04:50:32 +00:00 |
sanitizer_libc.cc
|
Fix a compiler warning in internal_memmove.
|
2012-10-26 13:47:36 +00:00 |
sanitizer_libc.h
|
Implement internal_memmove.
|
2012-10-15 15:34:41 +00:00 |
sanitizer_linux.cc
|
[*San]: handle EINTR.
|
2012-10-02 13:41:40 +00:00 |
sanitizer_list.h
|
[tsan] start using AllocatorCache in CombinedAllocator
|
2012-07-06 14:32:00 +00:00 |
sanitizer_mac.cc
|
Do not patch the instruction address when symbolizing the reports.
|
2012-10-02 15:42: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
|
[asan] properly report mmap failure
|
2012-10-04 07:21:09 +00:00 |
sanitizer_printf.cc
|
[asan] fix the va_arg usage
|
2012-09-14 06:52:46 +00:00 |
sanitizer_procmaps.h
|
[Sanitizer] Remove unneeded returns after UNIMPLEMENTED macro
|
2012-10-09 08:51:08 +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] fall back to online symbolizer if user-provided callback failed
|
2012-10-18 11:46:22 +00:00 |
sanitizer_stacktrace.h
|
Add a missing const qualifier.
|
2012-09-27 13:21:08 +00:00 |
sanitizer_symbolizer.cc
|
[Sanitizer] symbolizer: increase the maximal number of shared libraries to 16K
|
2012-10-17 13:12:23 +00:00 |
sanitizer_symbolizer.h
|
[Sanitizer] symbolizer: increase the maximal number of shared libraries to 16K
|
2012-10-17 13:12:23 +00:00 |
sanitizer_symbolizer_linux.cc
|
[Sanitizer] Remove unneeded returns after UNIMPLEMENTED macro
|
2012-10-09 08:51:08 +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
|
[Sanitizer] Remove unneeded returns after UNIMPLEMENTED macro
|
2012-10-09 08:51:08 +00:00 |