This website requires JavaScript.
Explore
Help
Sign In
wangtao
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
446b5d8811
llvm-project
/
compiler-rt
/
lib
/
tsan
/
rtl
History
Kostya Serebryany
446b5d8811
[tsan] fix tsan build by adding a dummy __sanitizer_print_memory_profile
...
llvm-svn: 281553
2016-09-14 22:35:56 +00:00
..
tsan.syms.extra
…
tsan_clock.cc
…
tsan_clock.h
…
tsan_debugging.cc
…
tsan_defs.h
…
tsan_dense_alloc.h
…
tsan_fd.cc
…
tsan_fd.h
…
tsan_flags.cc
…
tsan_flags.h
…
tsan_flags.inc
…
tsan_ignoreset.cc
…
tsan_ignoreset.h
…
tsan_interceptors.cc
[TSan][MIPS] Implements setjmp assembly for MIPS64
2016-08-16 05:06:56 +00:00
tsan_interceptors.h
…
tsan_interceptors_mac.cc
[tsan] Support C++11 call_once in TSan on Darwin
2016-09-08 10:15:20 +00:00
tsan_interface.cc
…
tsan_interface.h
…
tsan_interface_ann.cc
…
tsan_interface_ann.h
…
tsan_interface_atomic.cc
…
tsan_interface_inl.h
…
tsan_interface_java.cc
…
tsan_interface_java.h
…
tsan_libdispatch_mac.cc
[tsan] Add support for GCD IO channels on Darwin
2016-07-11 15:57:50 +00:00
tsan_malloc_mac.cc
…
tsan_md5.cc
…
tsan_mman.cc
[asan] first attempt at releasing free-d memory back to the system using madvise. Requires quite some tuning.
2016-08-26 23:58:42 +00:00
tsan_mman.h
…
tsan_mutex.cc
…
tsan_mutex.h
…
tsan_mutexset.cc
…
tsan_mutexset.h
…
tsan_new_delete.cc
…
tsan_platform.h
[TSan][MIPS] Changes mips memory layout to support pie with address space randomization.
2016-08-23 08:15:25 +00:00
tsan_platform_linux.cc
[asan] first attempt at releasing free-d memory back to the system using madvise. Requires quite some tuning.
2016-08-26 23:58:42 +00:00
tsan_platform_mac.cc
…
tsan_platform_posix.cc
…
tsan_platform_windows.cc
…
tsan_ppc_regs.h
…
tsan_preinit.cc
…
tsan_report.cc
…
tsan_report.h
…
tsan_rtl.cc
[tsan] fix tsan build by adding a dummy __sanitizer_print_memory_profile
2016-09-14 22:35:56 +00:00
tsan_rtl.h
[sanitizer] enable random shuffling the memory chunks inside the allocator, under a flag. Set this flag for the scudo allocator, add a test.
2016-08-26 00:06:03 +00:00
tsan_rtl_aarch64.S
tsan: Remove __pointer_chk_guard@GLIBC_PRIVATE requirement for AArch64
2016-08-10 21:39:28 +00:00
tsan_rtl_amd64.S
…
tsan_rtl_mips64.S
[TSan][MIPS] Implements setjmp assembly for MIPS64
2016-08-16 05:06:56 +00:00
tsan_rtl_mutex.cc
…
tsan_rtl_ppc64.S
…
tsan_rtl_proc.cc
…
tsan_rtl_report.cc
…
tsan_rtl_thread.cc
[asan] first attempt at releasing free-d memory back to the system using madvise. Requires quite some tuning.
2016-08-26 23:58:42 +00:00
tsan_stack_trace.cc
…
tsan_stack_trace.h
…
tsan_stat.cc
…
tsan_stat.h
…
tsan_suppressions.cc
…
tsan_suppressions.h
…
tsan_symbolize.cc
…
tsan_symbolize.h
…
tsan_sync.cc
…
tsan_sync.h
tsan: Enable 48-bit VMA support on aarch64
2016-07-29 12:45:35 +00:00
tsan_trace.h
…
tsan_update_shadow_word_inl.h
…
tsan_vector.h
…