1. a4abe1b [AIX] Set the ifunc constructor's priority to 100, to run before any user code (#200893) by Wael Yehia · 5 hours ago main
  2. 9889c7e [PGO][HIP] Fix profile-only Windows link by gating ROCm interceptor macro (#200859) by Yaxun (Sam) Liu · 7 hours ago
  3. b899dc5 [asan] Allow OOM Policy Injection in Allocator::Allocate API (#196413) by Justin T. Gibbs · 17 hours ago
  4. 03641f7 [asan] NFC: clang-format allocator-related files (#200478) by Justin T. Gibbs · 2 days ago
  5. 01e6d90 [asan] NFC: tag ambiguous literal args at Allocate call sites (#200615) by Justin T. Gibbs · 2 days ago
  6. e5b48a9 [scudo] Improve performance of pushBlocks sort. (#200297) by Christopher Ferris · 3 days ago
  7. 130ef2d Honor two's complement signed overflow with -fms-compatibility (#198538) by eleviant · 3 days ago
  8. b845f03 [compiler-rt] [ARM] Restore Windows specific names for fp->int functions (#200360) by Martin Storsjö · 4 days ago
  9. 3e60c00 [Compiler-rt][CMake][BoundsSafety] Add `COMPILER_RT_ENABLE_TEST_SUITES` to control which test suites are enabled (#196385) by Dan Liew · 4 days ago
  10. a6bba33 [PGO][HIP] Skip ROCm interceptor in profile-only compiler-rt builds (#200111) by Yaxun (Sam) Liu · 4 days ago
  11. c82b1c5 [scudo] Create a non-static getErrorInfo function. (#199770) by Christopher Ferris · 4 days ago
  12. 9757ce6 [compiler-rt][profile] Add COMPILER_RT_BUILD_PROFILE_ROCM option (#200127) by Guy David · 4 days ago
  13. 42e5d87 Add support for Alpha to libsanitizer (#194161) by Matt Turner · 4 days ago
  14. b7f9fa6 [TySan] Expose __tysan_set_type_unknown interface (#198800) by Matthew Nagy · 5 days ago
  15. 759a5cf [compiler-rt][ARM] Optimized FP -> integer conversions (#179927) by Simon Tatham · 5 days ago
  16. 08d6f61 [PGO][HIP] Stop pulling ROCm.o into every PGO host link (#200101) by Yaxun (Sam) Liu · 5 days ago
  17. 99238ee [PGO][AMDGPU] Add basic HIP offload PGO support (#177665) by Yaxun (Sam) Liu · 5 days ago
  18. c1ddb04 [compiler-rt][ARM] Optimized FP double <-> single conversion (#179926) by Simon Tatham · 6 days ago
  19. 8c1626a [compiler-rt][ARM] Add missing SUPERSEDES for optimized FP comparison sources (#199604) by Garvit Gupta · 6 days ago
  20. 54ac447 sanitizer_common: Fix build on MIPS with _TIME_BITS=64 (#199590) by YunQiang Su · 7 days ago
  21. 0f2d540 Revert "[compiler-rt][ASan] Add function copying annotations (#91702)" (#194204) by Aiden Grossman · 7 days ago
  22. d9c3f90 [compiler-rt] Inline __NR_riscv_flush_icache instead of including linux/unistd.h (#193645) by Mark Zhuang · 8 days ago
  23. 2b19362 [compiler-rt] Use `size_t` rather than `int` for first argument to `__atomic_load_c` et al. (#197519) by Sam Clegg · 9 days ago
  24. 1ab2660 [AIX][clang][compiler_rt] rename libatomic archive to libclang_rt (#197485) by Alison Zhang · 11 days ago
  25. a25e5fe [compiler-rt][builtins] A few fixes cpu_model files (#198957) by Brad Smith · 12 days ago
  26. 1afe45c [test][msan] Update rss_limit for release_origin.c (#196565) by Tom Stellard · 12 days ago
  27. ae0a786 [rtsan] Fix REAL call for preadv64 (#198563) by Chris Apple · 12 days ago
  28. 62796ad Revert "[MC/DC][Coverage] Enable profile correlation for MC/DC" (#198520) by Hans Wennborg · 13 days ago
  29. 7331edc [scudo] Add unit test for StackDepot edge cases by Sadaf Ebrahimi · 2 weeks ago
  30. 4bcd976 [MC/DC][Coverage] Enable profile correlation for MC/DC (#136437) by Roman Beliaev · 2 weeks ago
  31. 6d7caef [compiler-rt] Fix StackDepot benchmark thread barrier (#197633) by Andrei Sabalenka · 2 weeks ago
  32. 337f935 [sanitizer_common] Fix sanitizer_platform_limits_solaris.cpp compilation (#198158) by Rainer Orth · 2 weeks ago
  33. c2e0f4a [sanitizer][test] Fix coverage-module-unloaded.cpp etc. on Solaris (#198164) by Rainer Orth · 2 weeks ago
  34. c58d91b [safestack][test] Fix sigaltstack.c on Solaris (#197967) by Rainer Orth · 2 weeks ago
  35. 502748f [Hexagon] Add XRay custom and typed event support (#191749) by Brian Cain · 2 weeks ago
  36. c4bd1bf [compiler-rt] [arm] Fix compilation on non-ELF targets (#197880) by Martin Storsjö · 3 weeks ago
  37. 48874b5 [compiler-rt][ARM] Optimized single-precision FP comparisons (#179925) by Simon Tatham · 3 weeks ago
  38. afc3167 [compiler-rt][ARM] Optimized double-precision FP comparisons (#179924) by Simon Tatham · 3 weeks ago
  39. 6815b37 [compiler-rt][ARM] Optimized double-precision FP mul/div (#179923) by Simon Tatham · 3 weeks ago
  40. d053136 [compiler-rt][profile][test] Match clang_rt.profile CRT model on MSVC (#197474) by Yaxun (Sam) Liu · 3 weeks ago
  41. 5995512 [scudo] Add test for initFlags() by Sadaf Ebrahimi · 3 weeks ago
  42. 5aa06da [compiler-rt][cmake] Fix check_cxx_compiler_flag calls (#197529) by Jordan R AW · 3 weeks ago
  43. 95a12cf [scudo] Add unit tests for optional config flags by Sadaf Ebrahimi · 3 weeks ago
  44. 44d05ea [SafeStack] Add sigaction interceptor (#196968) by Jakob Koschel · 3 weeks ago
  45. 4d26592 [scudo] Add a generic allocation fuzzer. (#197317) by Christopher Ferris · 3 weeks ago
  46. 5aa86eb [scudo] Move MemMap tests from to map_test.cpp by Sadaf Ebrahimi · 3 weeks ago
  47. 333ee9e Reland "[Clang][CodeGen] Report when an alias points to an incompatible target" (#195550) by Igor Kudrin · 3 weeks ago
  48. 2b78843 [sanitizer_common] Implement address sanitizer on AIX: platform specific support (#131866) by Jake Egan · 3 weeks ago
  49. 0e61a36 [ASan][Darwin] Make multiple_sigaltstack.cpp test use MINSIGSTKSZ (#197204) by Dan Blackwell · 3 weeks ago
  50. b5e4fbf [scudo] Add unit tests for common functions by Sadaf Ebrahimi · 3 weeks ago
  51. 39c1982 [compiler-rt][common] Only unmap stacks the runtime has actually mapped (#179000) by Paul Kirth · 3 weeks ago
  52. a1c21c9 [compiler-rt][profile][NFC] Introduce INSTR_PROF_INSTRUMENT_GPU_FUNC macro (#196538) by Yaxun (Sam) Liu · 3 weeks ago
  53. 29a5a44 Exclude unsupported compiler-rt tests on z/OS. (#194437) by sujianIBM · 3 weeks ago
  54. 3de4c1e [Runtimes] Fix /clang: prefix warning for GNU-like clang on Windows (#192041) by Wenju He · 4 weeks ago
  55. 635bbb9 [compiler-rt] [Darwin] Internal lit shell support for Darwin.haswell-symbolication.cpp (#196380) by Andrew Haberlandt · 4 weeks ago
  56. 36d66b1 [ASan] MSVC test compatibility fixes (#196319) by Zack Johnson · 4 weeks ago
  57. e3baeb8 [compiler-rt] Enable ubsan_minimal runtime for SPIR-V (#196149) by Victor Mustya · 4 weeks ago
  58. 94c3cae [reland] [lit] [compiler-rt] Add llvm-lit global command cache to speed up test config (#196152) by Andrew Haberlandt · 4 weeks ago
  59. fc9a115 Revert "[lit] [compiler-rt] Add llvm-lit global command cache to speed up test config" (#196139) by Aiden Grossman · 4 weeks ago
  60. c4469dd [scudo] Dumping allocator config when printStats() by Sadaf Ebrahimi · 4 weeks ago
  61. 41c134e [lit] [compiler-rt] Add llvm-lit global command cache to speed up test config (#195888) by Andrew Haberlandt · 4 weeks ago
  62. 1e4f5d3 [NFCI] clarify that asan-*linux.cpp files affect *nix OS'es (#195565) by David Justo · 4 weeks ago
  63. b70ed90 [compiler-rt] Add MSVC CRT flags to ASan coverage test (#195719) by Yaxun (Sam) Liu · 4 weeks ago
  64. 99ede8c [asan] Add HINT prefix to poison_history_size suggestions (#195733) by Vitaly Buka · 4 weeks ago
  65. 6be57d2 [asan] Only suggest increasing poison_history_size if the buffer is full (#195732) by Vitaly Buka · 4 weeks ago
  66. c2f2685 [NFC][asan] Re-use ErrorGeneric::shadow_val (#195684) by Vitaly Buka · 4 weeks ago
  67. 7d18573 [asan] Remove XFAIL from tests that are passing with debug checks by Alexander Richardson · 4 weeks ago
  68. 46c2084 [compiler-rt][test] Disable create_thread_loop2 for lsan on Darwin (#195753) by Steven Wu · 4 weeks ago
  69. 8aa63fa [cmake][compiler-rt][darwin] builtin libraries don't build for armv6m in Darwin (#195372) by Ian Anderson · 4 weeks ago
  70. bcbfad0 [asan] Record container poisoning in poison history (#195674) by Vitaly Buka · 4 weeks ago
  71. a03f00a [sanitizer] Capitalize HINT in reports (#195734) by Vitaly Buka · 4 weeks ago
  72. 95e97c0 [asan] Add tests for __sanitizer_annotate_double_ended_contiguous_container (#195673) by Vitaly Buka · 4 weeks ago
  73. bd4b378 [NFC][asan] Use asan_interface.h in contiguous_container_crash.cpp (#195671) by Vitaly Buka · 4 weeks ago
  74. dc80f93 [asan] Print standalone partial granules in poison_history_size (#195723) by Vitaly Buka · 4 weeks ago
  75. cc34d83 [NFC][asan] Extract out RecordPoison helper function (#195672) by Vitaly Buka · 4 weeks ago
  76. d2c4093 [NFC][asan] Cleanup use-after-poison-history-size-partial-granule.cpp test (#195667) by Vitaly Buka · 4 weeks ago
  77. 98991ee [asan] Change error to note when poison record is not found (#195669) by Vitaly Buka · 4 weeks ago
  78. 81c00b3 [asan] Improve manual poison reporting (#195666) by Vitaly Buka · 4 weeks ago
  79. fa83127 Fix flaky test xray/basic-filtering.cpp (#186611) by Nikita Taranov · 4 weeks ago
  80. 0408cce [compiler-rt][UBSan] Add __ubsan_default_suppressions() hook (#194862) by Kleis Auke Wolthuizen · 4 weeks ago
  81. 01e3f87 [compiler-rt][UBSan][NFC] Reorder includes in ubsan_diag.cpp (#195435) by Kleis Auke Wolthuizen · 4 weeks ago
  82. b87c0f2 [LowerTypeTests] Add debug info to jump table entries (#194493) by Vitaly Buka · 4 weeks ago
  83. ba0ac68 Fix test's FileCheck match to allow a column number in message. (#195356) by James Y Knight · 4 weeks ago
  84. 3978657 [scudo] Add append overloads for integers and bool by Sadaf Ebrahimi · 4 weeks ago
  85. df29787 [compiler-rt] Only build the embedded mach-o libraries when the ARM backend is available (#195313) by Doug Gregor · 4 weeks ago
  86. 5726037 [cmake] Refactor DIA SDK detection into FindDIASDK module (#160354) by Ruoyu Zhong · 4 weeks ago
  87. e994282 Add ARMv8-M and ARMv8.1-M support for Darwin (#195184) by Doug Gregor · 5 weeks ago
  88. 1de0eb7 [NFC][cfi] Update diagnostic tests for better location matching (#194557) by Vitaly Buka · 5 weeks ago
  89. c415a80 [asan_abi] Skip new __asan_get_report_* from ABI (#194463) by Mariusz Borsa · 5 weeks ago
  90. cb73d9b Reland "[sanitizer] Fix race condition in GetNamedMappingFd with decorate_pro…"" (#194273) by Vitaly Buka · 5 weeks ago
  91. cb9546b Revert "[sanitizer] Fix race condition in GetNamedMappingFd with decorate_pro…" (#194271) by Thurston Dang · 5 weeks ago
  92. f91f4ce [sanitizer] Fix race condition in GetNamedMappingFd with decorate_pro… (#190981) by martin0413133 · 5 weeks ago
  93. 4c93fec [Asan]Add align argument to Realloc() (#194255) by Midhunesh · 5 weeks ago
  94. 6239a4e [compiler-rt] Use asm .set only for Hexagon (#194160) by Matt Turner · 5 weeks ago
  95. 3fc32f6 [Profile] Reenable instrprof-tmpdir.c (#194181) by Aiden Grossman · 5 weeks ago
  96. 8cdae84 [asan] API for getting multiple pointer ranges (#181446) by Maksim Ivanov · 5 weeks ago
  97. 821b53c [compiler-rt][sanitizer] Remove linux/scc.h (#194116) by cqwrteur · 5 weeks ago
  98. 4fc1f8e Revert "[Clang][CodeGen] Report when an alias points to an incompatible target" (#194106) by Igor Kudrin · 5 weeks ago
  99. 897d41e [sanitizer] Relax pthread_join tests for different glibc versions (#194100) by Vitaly Buka · 5 weeks ago
  100. dfc8859 [Clang][CodeGen] Report when an alias points to an incompatible target (#192397) by Igor Kudrin · 5 weeks ago