hanchenye-llvm-project/compiler-rt/lib/hwasan
Matt Morehouse 750d5fc65c [HWASan] Intercept setjmp/longjmp on x86_64.
Reviewed By: xiangzhangllvm

Differential Revision: https://reviews.llvm.org/D109790
2021-09-17 07:10:57 -07:00
..
scripts
.clang-format Revert "sanitizers: increase .clang-format columns to 100" 2021-07-28 09:40:21 +02:00
CMakeLists.txt [HWASan] Intercept setjmp/longjmp on x86_64. 2021-09-17 07:10:57 -07:00
hwasan.cpp [hwasan] Support malloc in atfork. 2021-08-17 15:29:49 -07:00
hwasan.h [HWASan] Intercept setjmp/longjmp on x86_64. 2021-09-17 07:10:57 -07:00
hwasan.syms.extra
hwasan_allocation_functions.cpp [compiler-rt][hwasan] Remove __sanitizer allocation functions from hwasan interface 2021-07-30 11:37:19 -07:00
hwasan_allocator.cpp [hwasan] do not check if freed pointer belonged to allocator. 2021-08-25 09:31:01 +01:00
hwasan_allocator.h [compiler-rt][hwasan] Add GetShadowOffset function 2021-06-15 10:46:11 -07:00
hwasan_checks.h
hwasan_dynamic_shadow.cpp [compiler-rt][hwasan][Fuchsia] Do not emit FindDynamicShadowStart for Fuchsia 2021-07-27 15:47:11 -07:00
hwasan_dynamic_shadow.h
hwasan_exceptions.cpp
hwasan_flags.h
hwasan_flags.inc
hwasan_fuchsia.cpp [hwasan] Support malloc in atfork. 2021-08-17 15:29:49 -07:00
hwasan_globals.cpp
hwasan_globals.h
hwasan_ignorelist.txt [clang] accept -fsanitize-ignorelist= in addition to -fsanitize-blacklist= 2021-05-04 10:24:00 -04:00
hwasan_interceptors.cpp [HWASan] Intercept setjmp/longjmp on x86_64. 2021-09-17 07:10:57 -07:00
hwasan_interceptors_vfork.S
hwasan_interface_internal.h [compiler-rt][hwasan] Remove __sanitizer allocation functions from hwasan interface 2021-07-30 11:37:19 -07:00
hwasan_linux.cpp [hwasan] do not check if freed pointer belonged to allocator. 2021-08-25 09:31:01 +01:00
hwasan_malloc_bisect.h
hwasan_mapping.h [compiler-rt][hwasan] Refactor kAliasRegionStart usage 2021-07-12 16:33:05 -07:00
hwasan_memintrinsics.cpp
hwasan_new_delete.cpp [compiler-rt][hwasan]: undefine new/delete operators with alignment on Android. 2021-06-17 09:28:12 -07:00
hwasan_poisoning.cpp [NFC][compiler-rt][hwasan] Move TagMemoryAligned into hwasan_linux.cpp 2021-07-09 11:02:44 -07:00
hwasan_poisoning.h
hwasan_report.cpp [hwasan] print globals in symbolizer-friendly format. 2021-09-16 13:29:17 +01:00
hwasan_report.h
hwasan_setjmp_aarch64.S [HWASan] Intercept setjmp/longjmp on x86_64. 2021-09-17 07:10:57 -07:00
hwasan_setjmp_x86_64.S [HWASan] Intercept setjmp/longjmp on x86_64. 2021-09-17 07:10:57 -07:00
hwasan_tag_mismatch_aarch64.S
hwasan_thread.cpp hwasan: Move stack ring buffer initialization before InitStackAndTls. 2021-08-17 10:18:07 -07:00
hwasan_thread.h [compiler-rt][hwasan] Add InitState options to thread initialization 2021-06-23 11:42:14 -07:00
hwasan_thread_list.cpp [NFC] test commit, fix namespace ending comment. 2021-06-17 11:18:36 +01:00
hwasan_thread_list.h [NFC][compiler-rt][hwasan] Re-use ring buffer size calculation 2021-06-29 11:57:33 -07:00
hwasan_type_test.cpp [HWASan] Intercept setjmp/longjmp on x86_64. 2021-09-17 07:10:57 -07:00