llvm-project/compiler-rt/lib/dfsan
Jianzhou Zhao 1fb612d060 [dfsan] Add a DFSan allocator
This is a part of https://reviews.llvm.org/D101204

Reviewed By: morehouse

Differential Revision: https://reviews.llvm.org/D101666
2021-05-05 00:51:45 +00:00
..
scripts [dfsan] Updated check_custom_wrappers.sh to dedup function names 2021-03-15 19:12:08 +00:00
.clang-format [sanitizer] Set IndentPPDirectives: AfterHash in .clang-format 2021-05-03 13:49:41 -07:00
CMakeLists.txt [dfsan] Add a DFSan allocator 2021-05-05 00:51:45 +00:00
dfsan.cpp [dfsan] Add a DFSan allocator 2021-05-05 00:51:45 +00:00
dfsan.h [dfsan] Add a DFSan allocator 2021-05-05 00:51:45 +00:00
dfsan.syms.extra [dfsan] Propagate origins for callsites 2021-02-26 19:12:03 +00:00
dfsan_allocator.cpp [dfsan] Add a DFSan allocator 2021-05-05 00:51:45 +00:00
dfsan_allocator.h [dfsan] Add a DFSan allocator 2021-05-05 00:51:45 +00:00
dfsan_chained_origin_depot.cpp [dfsan] Add origin chain utils 2021-02-11 19:10:11 +00:00
dfsan_chained_origin_depot.h [dfsan] Add origin chain utils 2021-02-11 19:10:11 +00:00
dfsan_custom.cpp [dfsan] move dfsan_flags.h to cc files 2021-05-04 22:54:02 +00:00
dfsan_flags.h [dfsan] Add origin chain utils 2021-02-11 19:10:11 +00:00
dfsan_flags.inc [dfsan] Add a DFSan allocator 2021-05-05 00:51:45 +00:00
dfsan_interceptors.cpp Release pages to OS when setting 0 label 2020-10-20 16:22:11 +00:00
dfsan_origin.h [dfsan] Add origin chain utils 2021-02-11 19:10:11 +00:00
dfsan_platform.h [dfsan] Fix building OriginAddr at non-linux OS 2021-02-12 05:02:14 +00:00
dfsan_thread.cpp [dfsan] Add a DFSan allocator 2021-05-05 00:51:45 +00:00
dfsan_thread.h [dfsan] Add a DFSan allocator 2021-05-05 00:51:45 +00:00
done_abilist.txt [dfsan] Ignore dfsan origin wrappers when instrumenting code 2021-03-29 00:15:26 +00:00
libc_ubuntu1404_abilist.txt