1. 6a411a6 [compiler-rt] [ubsan] Fix missing include directory (#180341) by Michał Górny · 28 hours ago main master
  2. 24e4e35 [X86] AMD Zen 6 Initial enablement (#179150) by Ganesh · 35 hours ago
  3. 7f9bfef ubsan: Add loop detection runtime and e2e tests for -fsanitize-trap-loop. by Peter Collingbourne · 2 days ago
  4. e8f846e [asan][AIX] Change #ifdef to #if for AIX guard (#180280) by Jake Egan · 2 days ago
  5. 765801f [ubsan][test] Skip Misc/Posix/static-link.cpp on Solaris (#175464) by Rainer Orth · 2 days ago
  6. 927fe2b [asan] Disable strict init checking on AIX (#178012) by Jake Egan · 3 days ago
  7. fb5b652 [AIX] Implement the ifunc attribute. (#153049) by Wael Yehia · 5 days ago
  8. 97c497c [scudo] Add resident pages info to getStats (#178969) by Sadaf Ebrahimi · 6 days ago
  9. 57f35ea [Compiler-rt] Implement AEABI Unaligned Read/Write Helpers in compiler-rt (#167913) by Simi Pallipurath · 6 days ago
  10. 7a21997 fuzzer: modernize FuzzedDataProvider conversions (#177794) by Winnie Gitau · 9 days ago
  11. d6cfbd2 comipler-rt: add atomic to SANITIZER_COMMON_LINK_LIBS for MIPS (#178819) by YunQiang Su · 9 days ago
  12. 1fe84b6 [scudo] Add missing space to getStats (#178537) by Sadaf Ebrahimi · 10 days ago
  13. 4c44be0 [sanitizers] [Darwin] Fix erroneous warning when external_symbolizer_path="" (#178743) by Andrew Haberlandt · 10 days ago
  14. 9d0a35b [ASan] Fix UnpoisonDefaultStack stack bottom estimation (#178137) by Andrew Haberlandt · 12 days ago
  15. 882b77a [compiler-rt][aarch64][sme] Add SVE/FP variant of `__arm_sc_memcpy` (#127093) by Benjamin Maxwell · 12 days ago
  16. 3e347af [scudo] Add flags to secondary cache entries. (#177506) by Christopher Ferris · 2 weeks ago
  17. 186df2e [ORC] Fix missing support of deinitialize on ELF platform and execution order by priority (#175981) by Yaxing Cai · 2 weeks ago
  18. ce6836c [Sanitizers] Remove unused variable (#177061) by Mariusz Borsa · 3 weeks ago
  19. df9c34e [asan] Fix -Wformat warning for %zx with pointer argument (#177219) by Jonathan Wakely · 3 weeks ago
  20. 4c04358 [HWASAN] [RISC-V] Update EnableTaggingAbi for RISC-V linux. (#176616) by Tharo · 3 weeks ago
  21. a895939 [asan] Reduce stack usage of DescribeThread() (#176540) by Thurston Dang · 3 weeks ago
  22. 194a760 Update sanitizer_coverage_allowlist_ignorelist.cpp to use POSIX-compliant regex (#176396) by Alison Zhang · 3 weeks ago
  23. 1bbc6be [TSan][Darwin] Fix error message for invalid lock_during_write flag (#176347) by Dan Blackwell · 3 weeks ago
  24. 76ad39c [libc++][NFC] Remove `LIBCXX_ENABLE_ASSERTIONS` (#176574) by Hristo Hristov · 3 weeks ago
  25. ac81c97 [dfsan] Add dataflow sanitizer support for SystemZ (#168991) by anoopkg6 · 3 weeks ago
  26. 2082c25 [compiler-rt][rtsan] Fix build failures when building against in-tree libc++ (#175638) by Nick Hutchinson · 4 weeks ago
  27. 4e677d8 Fix typos and spelling errors across codebase (#156270) by Austin Jiang · 4 weeks ago
  28. fcc0f3c [Darwin] [compiler-rt] Normalize DYLD_LIBRARY_PATH to workaround LD bug (#175685) by Andrew Haberlandt · 4 weeks ago
  29. 79b12a5 [lsan] Fix flaky test in swapcontext.cpp (#175635) by Thurston Dang · 4 weeks ago
  30. 75ddb45 [asan][AIX] Set allocator size and beginning (#144784) by Jake Egan · 4 weeks ago
  31. e390d9b [compiler-rt] [Darwin] VerifyMemoryMapping should ignore zero-size sections (#175083) by Andrew Haberlandt · 4 weeks ago
  32. a0a5513 [PPC] Disable some ORC-powerpc64le-linux tests. (#175100) by Sean Fertile · 4 weeks ago
  33. 69bffdc [compiler-rt] [Darwin] Add darwin-remote feature for remote darwin test targets (#174905) by Andrew Haberlandt · 4 weeks ago
  34. b5343d6 [compiler-rt][AArch64] Exit early from __arm_za_disable. (#174942) by Sander de Smalen · 4 weeks ago
  35. fb10490 [compiler-rt] Add supported Arm arches for the baremetal profile lib (#172984) by Volodymyr Turanskyy · 4 weeks ago
  36. 93921e8 [compiler-rt] Support default-True lit config options (follow up to #174522) (#174642) by Andrew Haberlandt · 5 weeks ago
  37. 9275131 [NFCI] [Darwin] Add APPLE_TARGET_IS_HOST lit option to compiler-rt (#174522) by Andrew Haberlandt · 5 weeks ago
  38. 20ce25a [compiler-rt] Fix check-builtins buildbot failures (#174443) by Andrew Haberlandt · 5 weeks ago
  39. 2f043ca [compiler-rt] fix crt target dependency. (#174475) by Zequan Wu · 5 weeks ago
  40. 6bccd9b Reland check-builtins target for LLVM_ENABLE_RUNTIMES (#171941) by Andrew Haberlandt · 5 weeks ago
  41. ed0e104 [unrelated][upstream-separately] XFAIL multc3_test.c fixunstfdi_test.c on AIX 64-bit by Wael Yehia · 7 weeks ago
  42. c39238d [asan] Adjust interception compatibility for AIX (#131870) by Jake Egan · 5 weeks ago
  43. 496ff5c [asan][NFC] Fix formatting of asan_interceptors.cpp (#173088) by Jake Egan · 5 weeks ago
  44. d4dcc19 [lit] Drop shell feature from all upstream projects (#173341) by Aiden Grossman · 6 weeks ago
  45. 965bfb3 lib/tsan/go: add mechanism to skip frames by Keith Randall · 6 weeks ago
  46. d7f94fc [scudo] Use setenv instead of putenv in ScudoCombinedTest.ZeroOnDeallocEnabledAndFlag (#173423) by Fabio D'Urso · 6 weeks ago
  47. 2f32bf5 [compiler-rt] Rework 08debd7f4461 [-Wno-c2y-extensions] by NAKAMURA Takumi · 6 weeks ago
  48. 1f84eb5 [compiler-rt][builtins] Add `-Wno-c2y-extensions` by NAKAMURA Takumi · 6 weeks ago
  49. 9c3be7e [Fuzzer] Mark test as unsupported on Windows by Aiden Grossman · 7 weeks ago
  50. 6df096a [compiler-rt] Remove REQUIRES: shell lines (#173338) by Aiden Grossman · 7 weeks ago
  51. 0d319a6 [ORC] Add, and call through, reoptimize function in ReOptimizeLayer. (#173204) by Lang Hames · 7 weeks ago
  52. 8aceef9 [sanitizer_common] [Darwin] Fix typo in AtosSymbolizer error message (#173329) by Andrew Haberlandt · 7 weeks ago
  53. 5897b62 [compiler-rt][sanitizer] some additional Haiku build fixes (#172773) by Brad Smith · 7 weeks ago
  54. 806dfdc [Test][NFC] Update test to match new warning output (#172950) by thetruestblue · 7 weeks ago
  55. b38bd31 [X86][APX] Check APXSave before enabling APX features (#172834) by Phoebe Wang · 7 weeks ago
  56. 583a921 [scudo] Add an option to zero memory on deallocation. (#142394) by piwicode · 8 weeks ago
  57. d4063d5 [sanitizer_common] [Darwin] Add inline frame support for AtosSymbolizer (#170815) by Andrew Haberlandt · 8 weeks ago
  58. 1835ced [PPC] mark ppc/fixtfti_test.c and ppc/fixunstfti_test.c as UNSUPPORTED because they pass/fail in different builds by Wael Yehia · 8 weeks ago
  59. 12d990c [compiler-rt] [Darwin] OS/feature detection should use the run-wrapper (#171167) by Andrew Haberlandt · 8 weeks ago
  60. 7595402 [sanitizer_common] Fix missing `check-sanitizer` deps under LLVM_ENABLE_RUNTIMES (#170817) by Andrew Haberlandt · 8 weeks ago
  61. 2be2948 [LFI] Introduce AArch64 LFI Target (#167061) by Zachary Yedidia · 8 weeks ago
  62. 2b49425 [compiler-rt][ppc] add powerpc fixup of config.compiler_rt_libdir when building with LLVM_ENABLE_PER_TARGET_RUNTIME_DIR=ON (#172361) by Wael Yehia · 8 weeks ago
  63. 4d5ba44 [X86] Correct CPUID checks for AVX10 (#172350) by Mikołaj Piróg · 8 weeks ago
  64. a7247b1 [NFC][compiler-rt] Fix typos in int_to_fp_impl (#171067) by Hendrik Hübner · 8 weeks ago
  65. 281bb8b [HWASan] Compatible with Windows path retrieval (#172194) by GkvJwa · 8 weeks ago
  66. b9c6bea [sanitizers] build symbolizer with lld (#172093) by Florian Mayer · 8 weeks ago
  67. e9c9ca1 [AArch64] Fix typos in 09e57cfd32b0073b63d568835f07251e0d51affb (#172357) by Eli Friedman · 8 weeks ago
  68. ed6f9b7 [AArch64] Fix typo in 09e57cfd32b0073b63d568835f07251e0d51affb (#172354) by Eli Friedman · 8 weeks ago
  69. fe8cfea [AArch64] Extend Windows CPU feature detection with more features. (#171930) by Eli Friedman · 8 weeks ago
  70. 7933f6a [tsan] Export __cxa_guard_ interceptors from TSan runtime. (#171921) by Alexey Samsonov · 8 weeks ago
  71. 0e77198 [XRay][test] Mark fdr-mode.cpp test as unsupported for RISC-V by Alex Bradbury · 8 weeks ago
  72. a8c0dbb [TSan] Zero-initialize Trace.local_head by Michael Pratt · 8 weeks ago
  73. fe37217 Revert: check-builtins target for LLVM_ENABLE_RUNTIMES (#171940) by Andrew Haberlandt · 8 weeks ago
  74. 3720fa7 [Sanitizer] show configure.log for libz build (#171932) by Florian Mayer · 8 weeks ago
  75. 7cedbc3 [scudo] Fix typo in multiple files (#171925) by Sadaf Ebrahimi · 8 weeks ago
  76. 161a46f [scudo] Show the resident pages from the secondary cache. (#170568) by Christopher Ferris · 8 weeks ago
  77. 9e64b33 [sanitizer_common][test-only] Mark popen xfail on iossim (#171814) by Dan Blackwell · 8 weeks ago
  78. a0ea7fc [sanitizer_common][test-only] Remove xfail for darwin ubsan on dedup_token_length_test (#171812) by Dan Blackwell · 8 weeks ago
  79. 4785f6e [JITLink] Add TLS support for SystemZ (#171559) by anoopkg6 · 8 weeks ago
  80. db81ac6 [PPC] XFAIL ppc/fixtfti_test.c and ppc/fixunstfti_test.c and track them under issue 171751 by Wael Yehia · 9 weeks ago
  81. 2ec112a Revert "[sanitizer_common][test-only] Specify full path for sort executable in popen.cpp" (#171706) by Dan Blackwell · 9 weeks ago
  82. 2a891aa [compiler-rt] Add baremetal version of profile library. (#167998) by Eli Friedman · 9 weeks ago
  83. 2c0c109 [sanitizer_common][test-only] Specify full path for sort executable in popen.cpp (#171622) by Dan Blackwell · 9 weeks ago
  84. a1d0269 [compiler-rt][sanitizer_common] Make sanitizer_common tests work for other Apple Platforms (#150994) by Dan Blackwell · 9 weeks ago
  85. 1cac77f [compiler-rt][sanitizer] fix i386 build for Haiku (#171075) by Brad Smith · 9 weeks ago
  86. b0ce604 [scudo] Add last release time info to getStats (#170902) by Sadaf Ebrahimi · 9 weeks ago
  87. ea20114 [compiler-rt] Fix usage of `stdin`/`stdout` (#171560) by Arthur Eubanks · 9 weeks ago
  88. 789ffe0 [scudo] Refactor initialization of TSDs. (#169738) by Christopher Ferris · 9 weeks ago
  89. b9d43c5 [sanitizer_common] child_stdin_fd_ should only be set on posix_spawn path (#171508) by Andrew Haberlandt · 9 weeks ago
  90. cfa88de [sanitizer_common] [Darwin] Replace pty with pipe on posix_spawn path for spawning symbolizer (#170809) by Andrew Haberlandt · 9 weeks ago
  91. 6fcb713 [compiler-rt] Try bumping soft_rss_limit again (#171469) by Aiden Grossman · 9 weeks ago
  92. c37834c [JITLink] Add orc-runtime support for SystemZ (#171062) by anoopkg6 · 9 weeks ago
  93. ae2198e [compiler-rt] [test] refine target_page_size() in lit.common.cfg.py (NFC) (#170475) by Mészáros Gergely · 9 weeks ago
  94. 2078ec1 [hwasan] Add config for AArch64 Linux with 39-bit VA. (#170927) by Eli Friedman · 9 weeks ago
  95. 499e6bd [asan] Add config for AArch64 Linux with 39-bit VA. (#170929) by Eli Friedman · 9 weeks ago
  96. ed7a070 [XRay] Disable two more tests on armhf by Aiden Grossman · 9 weeks ago
  97. 72654df [compiler-rt] Add check-builtins target for LLVM_ENABLE_RUNTIMES builds (#166837) by Andrew Haberlandt · 9 weeks ago
  98. 89c92a8 [Sanitizer] Bump soft_rss_limit_mb in test (#170911) by Aiden Grossman · 9 weeks ago
  99. 5fa4c1a [fuzzer][test-only] Bump runs for reduce_inputs.test unseeded run (#169641) by Dan Blackwell · 9 weeks ago
  100. 13f7d22 Revert "[FMV][AArch64] Add initial AT_HWCAP3 / AT_HWCAP4 support (#161595)" (#171071) by Brad Smith · 9 weeks ago