hanchenye-llvm-project/compiler-rt/lib
Alex Shlyapnikov 5ca33a137a [MSan,TSan] Add aligned new/delete interceptors.
Summary:
Providing aligned new/delete implementations to match ASan.
Unlike ASan, MSan and TSan do not perform any additional checks
on overaligned memory, hence no sanitizer specific tests.

Reviewers: eugenis

Subscribers: kubamracek, #sanitizers, llvm-commits

Differential Revision: https://reviews.llvm.org/D41532

llvm-svn: 321365
2017-12-22 17:02:17 +00:00
..
BlocksRuntime [compiler-rt] Test commit: remove some trailing white spaces. 2017-08-25 19:36:30 +00:00
asan [Sanitizers] Basic sanitizer Solaris support (PR 33274) 2017-12-14 20:14:29 +00:00
builtins [builtins] Implement __chkstk for arm64 windows 2017-12-20 06:52:52 +00:00
cfi (NFC) Rename GetMax{,User}VirtualAddress. 2017-11-07 23:51:22 +00:00
dfsan
esan [esan] Fix compilation of signal handlers 2017-11-10 05:41:13 +00:00
fuzzer [libfuzzer] Fix UB when calculating Log(0) in StackDepthStepFunction(). 2017-12-20 19:31:51 +00:00
hwasan [hwasan] Implement -fsanitize-recover=hwaddress. 2017-12-20 19:05:44 +00:00
interception [Sanitizers] Basic sanitizer Solaris support (PR 33274) 2017-12-14 20:14:29 +00:00
lsan Detect thread termination in LSan/NetBSD 2017-11-26 09:42:01 +00:00
msan [MSan,TSan] Add aligned new/delete interceptors. 2017-12-22 17:02:17 +00:00
profile Include process.h for getpid on Windows in instr profiling 2017-12-21 21:48:55 +00:00
safestack Enable SafeStack on NetBSD 2017-08-10 18:40:09 +00:00
sanitizer_common Revert "[mips][compiler-rt] Provide 64bit atomic add and sub" 2017-12-21 19:01:32 +00:00
scudo [scudo] Refactor ScudoChunk 2017-12-14 21:32:57 +00:00
stats Support compiler-rt builtins 2017-07-28 03:39:38 +00:00
tsan [MSan,TSan] Add aligned new/delete interceptors. 2017-12-22 17:02:17 +00:00
ubsan [ubsan] Diagnose noreturn functions which return (compiler-rt) 2017-12-21 00:10:36 +00:00
ubsan_minimal [ubsan-minimal] Add a path for non-POSIX (and bare-metal) use of the library 2017-12-15 17:30:50 +00:00
xray [XRay][compiler-rt] Coalesce calls to mprotect to reduce patching overhead 2017-12-14 02:51:20 +00:00
CMakeLists.txt [cmake] Add a separate CMake var to control profile runtime 2017-10-02 05:03:55 +00:00