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