1. 3de4c1e [Runtimes] Fix /clang: prefix warning for GNU-like clang on Windows (#192041) by Wenju He · 3 hours ago main
  2. 635bbb9 [compiler-rt] [Darwin] Internal lit shell support for Darwin.haswell-symbolication.cpp (#196380) by Andrew Haberlandt · 16 hours ago
  3. 36d66b1 [ASan] MSVC test compatibility fixes (#196319) by Zack Johnson · 18 hours ago
  4. e3baeb8 [compiler-rt] Enable ubsan_minimal runtime for SPIR-V (#196149) by Victor Mustya · 22 hours ago
  5. 94c3cae [reland] [lit] [compiler-rt] Add llvm-lit global command cache to speed up test config (#196152) by Andrew Haberlandt · 2 days ago
  6. fc9a115 Revert "[lit] [compiler-rt] Add llvm-lit global command cache to speed up test config" (#196139) by Aiden Grossman · 2 days ago
  7. c4469dd [scudo] Dumping allocator config when printStats() by Sadaf Ebrahimi · 2 days ago
  8. 41c134e [lit] [compiler-rt] Add llvm-lit global command cache to speed up test config (#195888) by Andrew Haberlandt · 2 days ago
  9. 1e4f5d3 [NFCI] clarify that asan-*linux.cpp files affect *nix OS'es (#195565) by David Justo · 3 days ago
  10. b70ed90 [compiler-rt] Add MSVC CRT flags to ASan coverage test (#195719) by Yaxun (Sam) Liu · 3 days ago
  11. 99ede8c [asan] Add HINT prefix to poison_history_size suggestions (#195733) by Vitaly Buka · 3 days ago
  12. 6be57d2 [asan] Only suggest increasing poison_history_size if the buffer is full (#195732) by Vitaly Buka · 3 days ago
  13. c2f2685 [NFC][asan] Re-use ErrorGeneric::shadow_val (#195684) by Vitaly Buka · 3 days ago
  14. 7d18573 [asan] Remove XFAIL from tests that are passing with debug checks by Alexander Richardson · 3 days ago
  15. 46c2084 [compiler-rt][test] Disable create_thread_loop2 for lsan on Darwin (#195753) by Steven Wu · 3 days ago
  16. 8aa63fa [cmake][compiler-rt][darwin] builtin libraries don't build for armv6m in Darwin (#195372) by Ian Anderson · 4 days ago
  17. bcbfad0 [asan] Record container poisoning in poison history (#195674) by Vitaly Buka · 4 days ago
  18. a03f00a [sanitizer] Capitalize HINT in reports (#195734) by Vitaly Buka · 4 days ago
  19. 95e97c0 [asan] Add tests for __sanitizer_annotate_double_ended_contiguous_container (#195673) by Vitaly Buka · 4 days ago
  20. bd4b378 [NFC][asan] Use asan_interface.h in contiguous_container_crash.cpp (#195671) by Vitaly Buka · 4 days ago
  21. dc80f93 [asan] Print standalone partial granules in poison_history_size (#195723) by Vitaly Buka · 4 days ago
  22. cc34d83 [NFC][asan] Extract out RecordPoison helper function (#195672) by Vitaly Buka · 4 days ago
  23. d2c4093 [NFC][asan] Cleanup use-after-poison-history-size-partial-granule.cpp test (#195667) by Vitaly Buka · 4 days ago
  24. 98991ee [asan] Change error to note when poison record is not found (#195669) by Vitaly Buka · 4 days ago
  25. 81c00b3 [asan] Improve manual poison reporting (#195666) by Vitaly Buka · 4 days ago
  26. fa83127 Fix flaky test xray/basic-filtering.cpp (#186611) by Nikita Taranov · 4 days ago
  27. 0408cce [compiler-rt][UBSan] Add __ubsan_default_suppressions() hook (#194862) by Kleis Auke Wolthuizen · 5 days ago
  28. 01e3f87 [compiler-rt][UBSan][NFC] Reorder includes in ubsan_diag.cpp (#195435) by Kleis Auke Wolthuizen · 6 days ago
  29. b87c0f2 [LowerTypeTests] Add debug info to jump table entries (#194493) by Vitaly Buka · 6 days ago
  30. ba0ac68 Fix test's FileCheck match to allow a column number in message. (#195356) by James Y Knight · 7 days ago
  31. 3978657 [scudo] Add append overloads for integers and bool by Sadaf Ebrahimi · 7 days ago
  32. df29787 [compiler-rt] Only build the embedded mach-o libraries when the ARM backend is available (#195313) by Doug Gregor · 7 days ago
  33. 5726037 [cmake] Refactor DIA SDK detection into FindDIASDK module (#160354) by Ruoyu Zhong · 7 days ago
  34. e994282 Add ARMv8-M and ARMv8.1-M support for Darwin (#195184) by Doug Gregor · 7 days ago
  35. 1de0eb7 [NFC][cfi] Update diagnostic tests for better location matching (#194557) by Vitaly Buka · 10 days ago
  36. c415a80 [asan_abi] Skip new __asan_get_report_* from ABI (#194463) by Mariusz Borsa · 10 days ago
  37. cb73d9b Reland "[sanitizer] Fix race condition in GetNamedMappingFd with decorate_pro…"" (#194273) by Vitaly Buka · 11 days ago
  38. cb9546b Revert "[sanitizer] Fix race condition in GetNamedMappingFd with decorate_pro…" (#194271) by Thurston Dang · 11 days ago
  39. f91f4ce [sanitizer] Fix race condition in GetNamedMappingFd with decorate_pro… (#190981) by martin0413133 · 12 days ago
  40. 4c93fec [Asan]Add align argument to Realloc() (#194255) by Midhunesh · 12 days ago
  41. 6239a4e [compiler-rt] Use asm .set only for Hexagon (#194160) by Matt Turner · 12 days ago
  42. 3fc32f6 [Profile] Reenable instrprof-tmpdir.c (#194181) by Aiden Grossman · 13 days ago
  43. 8cdae84 [asan] API for getting multiple pointer ranges (#181446) by Maksim Ivanov · 13 days ago
  44. 821b53c [compiler-rt][sanitizer] Remove linux/scc.h (#194116) by cqwrteur · 13 days ago
  45. 4fc1f8e Revert "[Clang][CodeGen] Report when an alias points to an incompatible target" (#194106) by Igor Kudrin · 13 days ago
  46. 897d41e [sanitizer] Relax pthread_join tests for different glibc versions (#194100) by Vitaly Buka · 13 days ago
  47. dfc8859 [Clang][CodeGen] Report when an alias points to an incompatible target (#192397) by Igor Kudrin · 13 days ago
  48. 39f70ac [compiler-rt][WebAssembly] Use an int as CMP_RESULT (#194093) by Trevor Gross · 13 days ago
  49. 382a3c2 [compiler-rt] Improve ubsan-minimal runtime for GPU use (#193597) by Joseph Huber · 14 days ago
  50. b9b8284 [compiler-rt][TySan] Add Hexagon target support (#191603) by Brian Cain · 14 days ago
  51. 5a553f8 [TySan] add internal interface support (#192413) by Matthew Nagy · 2 weeks ago
  52. 33bdfb8 [scudo] Adjust PROT_MTE page count for secondary allocator (#192202) by Tamas Kaman · 2 weeks ago
  53. fcbc1d2 [compiler-rt] Set CMAKE_INSTALL_MESSAGE to NEVER for custom libcxx (#193666) by Vitaly Buka · 2 weeks ago
  54. bbb5b93 Revert "[compiler-rt][asan] Add asan checks for __builtin_assume_dereferencable" (#193655) by Mariusz Borsa · 2 weeks ago
  55. 59ee3ea [NFC][sanitizer_common] Fix getpw_getgr.cpp test for large groups (#193625) by Vitaly Buka · 2 weeks ago
  56. 39fe118 [fuzzer] Set target_cflags instead of target_flags in lit config (#191510) by Vitaly Buka · 2 weeks ago
  57. 86bc8df [compiler-rt] [Darwin] Enable arm64e tests on macOS (#193391) by Andrew Haberlandt · 2 weeks ago
  58. 47141c6 Revert "[ASan][Windows] Fix memmove/memcpy interception on x64" (#193524) by Alexandre Ganea · 2 weeks ago
  59. c6ae6b7 [compiler-rt] Initial support for compiler-rt builtins on SPIRV64 target (#192897) by jinge90 · 2 weeks ago
  60. 9079aee [ASan][Windows] Fix memmove/memcpy interception on x64 (#192060) by Alexandre Ganea · 2 weeks ago
  61. 01403a4 [compiler-rt][profile] Use runtimes-libc-headers in the GPU runtimes build (#192814) by Yaxun (Sam) Liu · 2 weeks ago
  62. 27e20cd [compiler-rt][asan] Add asan checks for __builtin_assume_dereferencable (#190871) by PiJoules · 2 weeks ago
  63. df9fb83 [compiler-rt] Implement __clear_cache for Hexagon (#188411) by Brian Cain · 2 weeks ago
  64. 3c27cda [compiler-rt] Don't provide `__arm_sme_state` for baremetal targets (#191434) by Benjamin Maxwell · 3 weeks ago
  65. 7f5282d Revert "XFAIL symbolizer test for TySan" (#192770) by Connector Switch · 3 weeks ago
  66. e17383e [compiler-rt][AArch64][NFC] Sort HWCAP entries (#192370) by Brad Smith · 3 weeks ago
  67. 782c42e [TySan] Set and cache tool name. (#192410) by Matthew Nagy · 3 weeks ago
  68. 06f56ff [TSAN][RISCV] Fix kHiAppMemEnd boundary for riscv64 (#191170) by Boyao Wang · 3 weeks ago
  69. a359941 [HWASan] [compiler-rt] Add tag_bits option to HWASan alloc (#192386) by Florian Mayer · 3 weeks ago
  70. 7dc9828 [compiler-rt][Fuchsia] Use dynamic shadow global in hwasan runtime (#192148) by PiJoules · 3 weeks ago
  71. c71e9c1 [sanitizer] Use close_range on Linux to close FDs in StartSubprocess (#191450) by Paweł Bylica · 3 weeks ago
  72. 7c39e0e [sanitizer] Generalize FD closing in StartSubprocess (#192114) by Paweł Bylica · 3 weeks ago
  73. 2d71d0d [sanitizer] Make internal_close_range available on all POSIX platforms (#191971) by Paweł Bylica · 3 weeks ago
  74. ea32fe6 [sanitizer] Add missing bitcast to sanitizer_bitvector_test.cpp (#192090) by Thurston Dang · 3 weeks ago
  75. 395172e [compiler-rt][TySan] Use pointer-width types for shadow memory ops (#191602) by Brian Cain · 3 weeks ago
  76. 495b0f3 [scudo] Do not define some entrypoints on Fuchsia (#191826) by Fabio D'Urso · 3 weeks ago
  77. 5470798 [XRay] Remove unused argument of DataExtractor constructor (NFC) (#191864) by Sergei Barannikov · 3 weeks ago
  78. de791eb Unbreak macOS builds broken by #183310 (#191899) by Dan Liew · 4 weeks ago
  79. 5a0c5fd [clang][driver][AIX] Change linker bcdtor mode to default to mbr (#191265) by David Tenty · 4 weeks ago
  80. e8e0496 XFAIL symbolizer test for TySan (#191810) by Matthew Nagy · 4 weeks ago
  81. b3b446a [TySan][Sanitizer Common] Enable TySan testing in the sanitizer commo… (#191385) by Matthew Nagy · 4 weeks ago
  82. 5b79113 [compiler-rt] clang-cl: skip MSVC external-header probe; -std=c++ for unit-test compiles (#191564) by Alexandre Ganea · 4 weeks ago
  83. 4c16a3d [TySan][Sanitizer Common] Make TySan compatible with sanitizer common… (#183310) by Matthew Nagy · 4 weeks ago
  84. 55d60a3 [compiler-rt] Disable soft_rss_limit_mb_test.cpp (#191370) by Hans Wennborg · 4 weeks ago
  85. f105adf [NFC][compiler-rt][test] Fix indentation in lit.common.cfg.py (#191509) by Vitaly Buka · 4 weeks ago
  86. 0fd2aaa [scudo] Remove fill when realloc to smaller size. (#191321) by Christopher Ferris · 4 weeks ago
  87. b710895 Disable MSVC-incompatible portions of `disable_container_overflow_checks` for MSVC (#191456) by David Justo · 4 weeks ago
  88. cabc354 [compiler-rt] Address dlvsym not found compilation error when targeting certain platforms (try 2) (#191458) by google-yfyang · 4 weeks ago
  89. db380e8 [compiler-rt] Address dlvsym not found compilation error when targeting certain platforms (#191444) by google-yfyang · 4 weeks ago
  90. f48b818 [compiler-rt] Expose shared DSO helpers for compiler-rt runtimes (#191098) by Yaxun (Sam) Liu · 4 weeks ago
  91. 5178c4e [scudo] Refactor the wrapper code into a single file. (#190857) by Christopher Ferris · 4 weeks ago
  92. ed91d78 [compiler-rt] [Darwin] Move macOS ASAN reservation above 512G (#191039) by Andrew Haberlandt · 4 weeks ago
  93. 007abb5 [compiler-rt] Enable sanitizers, XRay, etc for hexagon (#190300) by Brian Cain · 4 weeks ago
  94. dd3d9fc [LSAN] Add extra suppressions on Apple Aarch64 (#117478) by Mads Marquart · 4 weeks ago
  95. b91f2f9 [compiler-rt] fix __sanitizer::struct_sock_fprog_sz availability (#183411) by Marian Buschsieweke · 4 weeks ago
  96. b917156 [TSan] Fix determining static TLS blocks (#183106) by Stefan Schulze Frielinghaus · 4 weeks ago
  97. da1f534 [sanitizer_common] Fix memory leak in ListOfModules (#190104) by Andrew Haberlandt · 4 weeks ago
  98. d9dca05 [compiler-rt] Enable minimal ubsan for GPU targets (#188289) by Joseph Huber · 4 weeks ago
  99. 9b33af3 [compiler-rt] Add hexagon to libFuzzer supported architectures (#190297) by Brian Cain · 5 weeks ago
  100. 9c2d763 [compiler-rt] Split the GPU.cmake cache file to AMDGPU and NVPTX (#190349) by Joseph Huber · 5 weeks ago