.. |
Makefile.mk
|
[asan,tsan] Add a new directory compiler-rt/lib/sanitizer_common
|
2012-05-29 12:18:18 +00:00 |
sanitizer_allocator.cc
|
[Sanitizer] Use __libc_malloc/__libc_free instead of malloc/free inside internal allocator on Linux (important for TSan)
|
2012-06-09 09:21:44 +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
|
[Sanitizer] move all the rest re-implementations of libc functions from ASan runtime to common sanitizer runtime
|
2012-06-15 13:09:52 +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
|
[Sanitizer] move all the rest re-implementations of libc functions from ASan runtime to common sanitizer runtime
|
2012-06-15 13:09:52 +00:00 |
sanitizer_libc.cc
|
[Sanitizer] move all the rest re-implementations of libc functions from ASan runtime to common sanitizer runtime
|
2012-06-15 13:09:52 +00:00 |
sanitizer_libc.h
|
[Sanitizer] move all the rest re-implementations of libc functions from ASan runtime to common sanitizer runtime
|
2012-06-15 13:09:52 +00:00 |
sanitizer_linux.cc
|
[Sanitizer] move portable GetEnv to common sanitizer runtime
|
2012-06-14 14:07:21 +00:00 |
sanitizer_mac.cc
|
[Sanitizer] move portable GetEnv to common sanitizer runtime
|
2012-06-14 14:07:21 +00:00 |
sanitizer_placement_new.h
|
[Sanitizer] Fix type for placement new on 32-bit Mac
|
2012-06-15 14:32:39 +00:00 |
sanitizer_posix.cc
|
[Sanitizer] Use mmaped buffer in DumpProcessMaps to avoid large stack frames
|
2012-06-15 07:41:23 +00:00 |
sanitizer_printf.cc
|
[Sanitizer] Switch to common mmap/munmap routines in ASan run-time.
|
2012-06-06 16:15:07 +00:00 |
sanitizer_procmaps.h
|
[Sanitizer] __asan::AsanProcMaps -> __sanitizer::ProcessMaps.
|
2012-06-07 06:15:12 +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
|
[Sanitizer] move ShadowRangeIsAvailable and several defines to common runtime
|
2012-06-15 07:29:14 +00:00 |