- 6a2e0cb Properly restore SP tag on exceptions by Florian Mayer · 2 years ago
- 8e54794 Revert "[compiler-rt] Avoid memintrinsic calls inserted by the compiler" by Marco Elver · 2 years ago
- 4b1eb4c [compiler-rt] Avoid memintrinsic calls inserted by the compiler by Marco Elver · 2 years ago
- 6df9b06 [Sanitizers][Darwin][ASanABI] Fix architecture config for ASan Abi by Blue Gaston · 2 years ago
- dfb3693 [ValueTracking] Directly use KnownBits shift functions by Nikita Popov · 2 years, 1 month ago
- 2005382 [Darwin] Fix more ASAN symbolizer tests by Francis Visoiu Mistrih · 2 years ago
- 00250a6 [Darwin] Fix ASAN symbolizer tests by Francis Visoiu Mistrih · 2 years ago
- 3ab3671 [hwasan] RunMallocHooks with orig_size by Jin Xin Ng · 2 years ago
- 8e728ad Revert "[compiler-rt] Avoid memintrinsic calls inserted by the compiler" by Marco Elver · 2 years ago
- 4369de7 [compiler-rt] Avoid memintrinsic calls inserted by the compiler by Marco Elver · 2 years ago
- 26bda9e Revert "[compiler-rt] Avoid memintrinsic calls inserted by the compiler" by Marco Elver · 2 years ago
- e614d56 [compiler-rt] Avoid memintrinsic calls inserted by the compiler by Marco Elver · 2 years ago
- 686b4d2 Reland 2nd attempt: [tsan] Add debugging interfaces into interface header. by Pierre Gousseau · 2 years ago
- e256f55 [builtins][test] Skip scalbn rounding tests on newlib by David Candler · 2 years ago
- 725f0be [compiler-rt] [test] [asan] Fix Windows tests in i386 mode after StripFunctionName() improvements by Martin Storsjö · 2 years ago
- 6ce34c0 hwasan: enable mmap interception (no tagging used) by Thurston Dang · 2 years ago
- 7639265 [sanitizer] Implement __sanitizer_get_allocated_size_fast by Jin Xin Ng · 2 years ago
- fe2f0ab [compiler-rt] Use ZLIB_FOUND not LLVM_ENABLE_ZLIB by Alex Brachet · 2 years ago
- 6f026ff Discussion: Darwin Sanitizers Stable ABI by Roy Sundahl · 2 years, 4 months ago
- a32a163 [asan] Fix Windows tests after StripFunctionName() improvements by Marco Elver · 2 years ago
- 5c0f96d sanitizer-common: temporarily disable release_to_os test for powerpc64 by Thurston Dang · 2 years ago
- 5732cdc [msan] Strip __interceptor_ from reports by Marco Elver · 2 years ago
- f98ee40 [NFC][Py Reformat] Reformat python files in the rest of the dirs by Tobias Hieta · 2 years, 1 month ago
- 9289b64 sanitizer-common: fix buildbot by temporarily disabling release_to_os test for tsan by Thurston Dang · 2 years ago
- d9b574c [hwasan] Fix allocator_interface implementation by Vitaly Buka · 2 years ago
- 3afd1b2 [sanitizer] Deflake test by Vitaly Buka · 2 years ago
- c46bc0d [lsan] Fix allocator_interface implementation by Vitaly Buka · 2 years ago
- 8a8c2b2 sanitizer_common: add test that calls wcslen by Thurston Dang · 2 years, 1 month ago
- d39d932 [NFC] New line in test by Vitaly Buka · 2 years ago
- 4305f64 [msan] Implement __sanitizer_get_current_allocated_bytes by Vitaly Buka · 2 years ago
- 747704e [tsan] Implement __sanitizer_purge_allocator by Vitaly Buka · 2 years ago
- 2fd4eca [sanitizer] Add allocator_interface test by Vitaly Buka · 2 years ago
- 0e215e0 Revert "[HWASan] unflake test" by Vitaly Buka · 2 years ago
- 90418dc [lsan] Invoke hooks on realloc by Jin Xin Ng · 2 years, 1 month ago
- 39ccd57 [ubsan][test] Remove --check-prefix=UNIQUE for x86_64-apple from e215996a2932ed7c472f4e94dc4345b30fd0c373 by Fangrui Song · 2 years ago
- 279a4d0 -fsanitize=function: support C by Fangrui Song · 2 years, 1 month ago
- 4aa1cad [Driver] Disable -fsanitize=function for ppc64be after D148573 by Fangrui Song · 2 years, 1 month ago
- 3b27203 [ubsan][test] Unsupport function.cpp in Android non-x86 on sanitizer-x86_64-linux-android after D148573 by Fangrui Song · 2 years, 1 month ago
- a0ff8e8 [ubsan][test] Unsupport function.cpp in Android armv7 on sanitizer-x86_64-linux-android by Fangrui Song · 2 years, 1 month ago
- 4df44a0 [asan] Don't use libstdc++ in test by Alex Brachet · 2 years, 1 month ago
- 67cbe1b Allow -fsanitize=function on all targets by Fangrui Song · 2 years, 1 month ago
- ad31a2d Change -fsanitize=function to place two words before the function entry by Fangrui Song · 2 years, 1 month ago
- 3cabfe6 [LSAN] Use ThreadArgRetval in LSAN by Vitaly Buka · 2 years, 1 month ago
- 6d74cdc [ASAN] Use ThreadArgRetval in ASAN by Vitaly Buka · 2 years, 1 month ago
- 0f9f24736 [gcov][test] Add -dumpdir ./ by Fangrui Song · 2 years, 1 month ago
- dcd4c3c Revert "[ASAN] Use ThreadArgRetval in ASAN" by Vitaly Buka · 2 years, 1 month ago
- d2b434b Revert "[LSAN] Use ThreadArgRetval in LSAN" by Vitaly Buka · 2 years, 1 month ago
- f2bb57c [builtins][test] Use architecture specific float16 check by David Candler · 2 years, 1 month ago
- 65abcf6 [asan][test][win] Move MSVC-specific tests into a subdir by Alvin Wong · 2 years, 2 months ago
- 51015af [asan][test][win] Remove `REQUIRES: asan-rtl-heap-interception` by Alvin Wong · 2 years, 1 month ago
- fe4a5a0 [asan][test][win] Port more tests to not use clang-cl on MinGW (4) by Alvin Wong · 2 years, 1 month ago
- 6282315 [asan][test][win] Port more tests to not use clang-cl on MinGW (3) by Alvin Wong · 2 years, 2 months ago
- 5ad8bbe [asan][test][win] Port more tests to not use clang-cl on MinGW (2) by Alvin Wong · 2 years, 2 months ago
- 3237f56 [asan][win][test] Disable interception_failure_test.cpp for static asan by Alvin Wong · 2 years, 1 month ago
- a6b9634 [test][sanitizer] Disable create_thread_loop on Android by Vitaly Buka · 2 years, 1 month ago
- bd1170d ASan: fix potential use-after-free in backtrace interceptor by Thurston Dang · 2 years, 1 month ago
- d9377c1 ASan: unbreak Windows build by limiting backtrace* tests to glibc by Thurston Dang · 2 years, 1 month ago
- 04fd535 ASan: add backtrace_symbols test and clarify code is correct by Thurston Dang · 2 years, 1 month ago
- d3b5ac8 ASan: add testcase for backtrace interceptor by Thurston Dang · 2 years, 1 month ago
- edd0981 [HWASan] unflake test by Florian Mayer · 2 years, 1 month ago
- 0245dc9 [test][sanitizers] Disable new test on Android by Vitaly Buka · 2 years, 1 month ago
- 5becf54 [DFSAN] Add support for strnlen by Tomasz Kuchta · 2 years, 1 month ago
- aa6cb0f [test] Remove Python<3.3 workaround without shlex.quote by Fangrui Song · 2 years, 1 month ago
- 20a3c6e [LSAN] Use ThreadArgRetval in LSAN by Vitaly Buka · 2 years, 1 month ago
- 1030bd1 [ASAN] Use ThreadArgRetval in ASAN by Vitaly Buka · 2 years, 1 month ago
- 68b76af [HWSAN] Use ThreadArgRetval in HWSAN by Vitaly Buka · 2 years, 1 month ago
- ee98750 [ORC-RT] Add REQUIRES: jit-compatible-osx-swift-runtime to testcase. by Lang Hames · 2 years, 1 month ago
- 5ec6294 [msan] Add pthread_*join_np interceptors by Vitaly Buka · 2 years, 1 month ago
- ba60c03 [test][TSAN] Disable new test crashing with tsan by Vitaly Buka · 2 years, 1 month ago
- b617dc4 [test][lsan] Don't recompile the test by Vitaly Buka · 2 years, 1 month ago
- d990811 [test][sanitizer] Improve test expectation by Vitaly Buka · 2 years, 1 month ago
- eb33a7a [test][sanitizer] Check pthread_create return value by Vitaly Buka · 2 years, 1 month ago
- 1d1cd72 [test][sanitizer] Extend the test by Vitaly Buka · 2 years, 1 month ago
- 22aa493 [test][sanitizer] Add feature for "any" GLIBC by Vitaly Buka · 2 years, 1 month ago
- 74937f2 [test][sanitizer] Add tests for join variants by Vitaly Buka · 2 years, 1 month ago
- c3a46fe [test][lsan] Remove std::vector from test by Vitaly Buka · 2 years, 1 month ago
- 43de9cb [test][lsan] For thread args/result leak by Vitaly Buka · 2 years, 1 month ago
- 81cb43f [ORC][MachOPlatform] Don't add InitSectionSymbols for __objc_imageinfo. by Lang Hames · 2 years, 1 month ago
- e37fce3 [test][HWASAN] Don't run common tests without lld by Vitaly Buka · 2 years, 1 month ago
- 667b839 Revert "Reland D147337 "[tsan] Add debugging interfaces into interface header."" by Hans Wennborg · 2 years, 1 month ago
- 5a5bf05 [HWASAN] Support short granules in __hwasan_test_shadow by Vitaly Buka · 2 years, 1 month ago
- edc6960 Revert "[HWASAN] Support short granules in __hwasan_test_shadow" by Vitaly Buka · 2 years, 1 month ago
- 008c393 [HWASAN] Support short granules in __hwasan_test_shadow by Vitaly Buka · 2 years, 1 month ago
- bfb5a4f Revert "[HWASAN] Support short granules in __hwasan_test_shadow" by Vitaly Buka · 2 years, 1 month ago
- bf12b74 [HWASAN] Support short granules in __hwasan_test_shadow by Vitaly Buka · 2 years, 1 month ago
- d7bead8 [sanitizer] Remove crypt and crypt_r interceptors by Fangrui Song · 2 years, 1 month ago
- ea7d6e6 Reland D147337 "[tsan] Add debugging interfaces into interface header." by Pierre Gousseau · 2 years, 2 months ago
- d961f66 [hwasan] fix false positive when hwasan-match-all-tag flag is enabled and short granules are used by Enna1 · 2 years, 1 month ago
- 1a8aab6 [sanitizer] use the right type for sizeof by Wu, Yingcong · 2 years, 1 month ago
- de79b0b [hwasan] Enable common syscall interceptors by Thurston Dang · 2 years, 1 month ago
- 7ac72ce [hwasan] Implement __sanitizer_purge_allocator by Vitaly Buka · 2 years, 1 month ago
- 66f162a [HWASAN] Fix __sanitizer_get_allocated_{begin,size} by Vitaly Buka · 2 years, 1 month ago
- 4c83674 [HWASAN] Fix HwasanReallocate in aliasing mode by Vitaly Buka · 2 years, 1 month ago
- 149eb31 [NFC][sanitizer] Fix typo by Vitaly Buka · 2 years, 1 month ago
- 0f6dd55 [test][HWASAN] XFAIL broken test on aarch64 by Vitaly Buka · 2 years, 1 month ago
- 98c3fd8 [test][HWASAN] Suppress memory leak in getpass by Vitaly Buka · 2 years, 1 month ago
- 616dfa9 Revert "[test][HWASAN] Suppress memory leak in getpass" by Vitaly Buka · 2 years, 1 month ago
- 1533478 [test][HWASAN] Suppress memory leak in getpass by Vitaly Buka · 2 years, 1 month ago
- d36d0cb [test][sanitizer] Reformat the test by Vitaly Buka · 2 years, 1 month ago
- 79e7621 [test][HWASAN] Add hwasan-aliasing by Vitaly Buka · 2 years, 1 month ago