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