1. 0bc2bdd Revert "Skipping host target exports during cross-compilation" (#210468) by Haowei · 2 hours ago main
  2. 3f50fe0 Adding an option to Skip LLVM and Clang exports (#209922) by Haowei · 3 hours ago
  3. 133c088 [docs] Finish misc MyST migration (#210209) by Reid Kleckner · 7 hours ago
  4. 855c4b8 [docs] Rename misc rst docs to md (#210208) by Reid Kleckner · 9 hours ago
  5. 9ccc423 [compiler-rt] Fix tests after #205331 (#210370) by Aiden Grossman · 9 hours ago
  6. a38bbdd Replace Python's deprecated tempfile.mktemp() with secure temp APIs (#210123) by Zachary Henkel · 11 hours ago
  7. 85aac85 [compiler-rt][test] Use configured Python for lit page-size probe (#209175) by maflcko · 21 hours ago
  8. 409c99d [compiler-rt][ubsan] Fix suppressions for inlined functions (#206735) by maflcko · 21 hours ago
  9. 42990d2 [Clang][Sema] Reland -Wstringop-overread with computeDependence fix (#208012) by John Paul Jepko · 29 hours ago
  10. 3f5d368 [tsan] Enable __TSAN_HAS_INT128 on s390x and mips64 (#197319) by Mauri de Souza Meneguzzo · 30 hours ago
  11. 2745a35 [compiler-rt][memprof] clear histogram tail granule on allocation. (#208911) by David CARLIER · 31 hours ago
  12. a868992 [Sanitizers][Darwin] Add atos-canary test (#209338) by Mariusz Borsa · 32 hours ago
  13. 79d9d7f [sanitizer_common] fix shadowed ret hiding symbolizer read failures. (#209971) by David CARLIER · 32 hours ago
  14. e5a75f5 [tsan][go]: add a128 store, load, compare_exchange (#196833) by Mauri de Souza Meneguzzo · 32 hours ago
  15. e6c7fa9 [tsan] Add 47-bit VMA mapping for linux/aarch64 (#205949) by Fei Peng · 2 days ago
  16. c3d8ee2 [compiler-rt] Fix asan_interceptors.cpp build warning -Wunused-template (#209750) by Wenju He · 2 days ago
  17. 9dff91f [compiler-rt][sanitizer_common] Fix setgroups syscall pre-hook to check its input (#209207) by Patrik Dokoupil · 2 days ago
  18. b2201a2 [codegen]Ensure __builtin_trap() has an unreachable (#197789) by Vy Nguyen · 2 days ago
  19. 54fab45 [compiler-rt][tsan] Fix -Wunused-template in tsan_interface_atomic.cpp (NFC) (#209621) by Kyungtak Woo · 2 days ago
  20. a07c611 [compiler-rt] Fix amdgcn -> amdgpu conversion for compiler-rt (#209765) by Joseph Huber · 2 days ago
  21. 3007de2 [compiler-rt] Drop support for using the external shell by Aiden Grossman · 3 days ago
  22. d662304 Reland "[compiler-rt] [sanitizer_common] Fix SIGSEGV in ForEachMappedRegion for DSOs with custom image base" (#209576) by Mike Kruskal · 3 days ago
  23. 60aa3d8 [ASan][AIX] Intercept __linux_vec_malloc/__linux_vec_calloc/__linux_realloc (#209359) by Midhunesh · 4 days ago
  24. da06528 Revert "[compiler-rt] [sanitizer_common] Fix SIGSEGV in ForEachMappedRegion for DSOs with custom image base" (#209371) by Thurston Dang · 4 days ago
  25. 59c863a [compiler-rt][GWP-ASan] Use no-op backtrace if execinfo.h missing (#201266) by Brian Cain · 4 days ago
  26. dbfa4af [compiler-rt] [sanitizer_common] Fix SIGSEGV in ForEachMappedRegion for DSOs with custom image base (#206299) by Mike Kruskal · 4 days ago
  27. f55e772 compiler-rt: ubsan: Add suppressions test for nested functions (#206962) by maflcko · 5 days ago
  28. 6333d1f [Darwin] Mark scalbn tests unsupported on macOS 26.4 (#208858) by Andrew Haberlandt · 7 days ago
  29. 110d383 [compiler-rt] [sanitizer_common] Add a testcase reproducing SIGSEGV in ForEachMappedRegion (#208358) by Mike Kruskal · 7 days ago
  30. f50b2fb [compiler-rt][hexagon][test] Guard __hexagon_fmadf5 unit test with __hexagon__ define (#208818) by Kyungtak Woo · 7 days ago
  31. 48dd6a8 [asan][test] Fix Posix/new_array_cookie_with_new_from_class.cpp to work for arm targets (#208378) by Ian Anderson · 7 days ago
  32. 4d7c413 [DebugMetadata][DwarfDebug][CodeView] Support function-local static variables in lexical block scopes (6/7) (#187927) by Vladislav Dzhidzhoev · 7 days ago
  33. ca6fb80 [compiler-rt][hexagon] Fix `__hexagon_fmadf5` overflow under directed rounding (#207373) by Zain · 8 days ago
  34. 499a9c8 [scudo] Small refactor of getTSDXXX functions. (#208127) by Christopher Ferris · 8 days ago
  35. 1f6d207 [compiler-rt][memprof] fix off-by-one in shadow access-count accumula… (#208376) by David CARLIER · 8 days ago
  36. 65b1f19 [X86] Sync compiler-rt cpu subtypes and vendors with libgcc and refactor internal cpu type tables in LLVM (#171172) by Mikołaj Piróg · 11 days ago
  37. ac30128 [X86] Remove AMX-TF32 (#207673) by Jaydeep Chauhan · 11 days ago
  38. 230acc6 Revert "[Clang][Sema] Add -Wstringop-overread warning for source buffer overreads (#183004)" (#207840) by Arthur Eubanks · 11 days ago
  39. 7d90b0b [NFC] Fix "is is" typos (#206288) by Aliaksei Urbanski · 11 days ago
  40. 80c8e5f [scudo] Make death tests use SCUDO_XXX_DEATH_TEST. (#206196) by Christopher Ferris · 11 days ago
  41. 4290ea6 [scudo] Remove internal linkage from LargeBlock header helpers (NFC) (#207708) by Aditya Medhane · 12 days ago
  42. 7c0d0b6 [compiler-rt][sanitizer_common] Fix -Wunused-template in test helpers… (#207706) by Aditya Medhane · 12 days ago
  43. 824fd2b [compiler-rt][nsan] Remove unused checkValueConsistency template (NFC) (#207441) by Aditya Medhane · 14 days ago
  44. 221020f [compiler-rt][hwasan] Remove internal linkage from check templates (NFC) (#207430) by Aditya Medhane · 2 weeks ago
  45. 92cdd92 [compiler-rt][sanitizer_common] Remove internal linkage from RegisterFlag (NFC) (#206308) by Aditya Medhane · 2 weeks ago
  46. 0eb3dca [PGO][HIP][NFC] Fix hipModuleGetGlobal -Wunused-function warning (#207293) by Wenju He · 2 weeks ago
  47. 4b36ff6 [compiler-rt][builtins] introduce libc math routines (#197950) by hulxv · 2 weeks ago
  48. 3e37f58 [sanitizer] Raise kMaxAllowedMallocSize to 1TB on AArch64 (#206649) by Azat Khuzhin · 2 weeks ago
  49. e6531d6 [X86] Add AVX512BMM support for AMD Zen 6 (znver6) (#182556) by Ganesh · 2 weeks ago
  50. 19596f2 [libfuzzer] Improve error message for file not found (#207081) by Giovanni Ortuño · 2 weeks ago
  51. 816da52 [compiler-rt] Support triples that start with thumb*- (#206848) by Petr Hosek · 2 weeks ago
  52. 1fff913 Reland "[MC/DC][Coverage] Enable profile correlation for MC/DC" (#204675) by Roman Beliaev · 2 weeks ago
  53. fd7078e compiler-rt: intercept fortified read/pread wrappers (#206228) by maflcko · 2 weeks ago
  54. 14f71a7 [Darwin][TSan] Fix false positive race report when using dispatch_apply (#204866) by Dan Blackwell · 3 weeks ago
  55. f365260 [compiler-rt][test][builtins] Check linker support for --start-group (#205610) by Kelvin Li · 3 weeks ago
  56. 0a4c402 [X86] Hygon C86-4G-M8 Initial enablement (#204587) by Xiaomeng Zhang · 3 weeks ago
  57. 963dd05 [CMake] Warn when the version of CMake is older than 3.31.0 (#204203) by Petr Hosek · 3 weeks ago
  58. 8d8a646 [sanitizer_common] [Darwin] Update version mapping for macOS 27-aligned releases (#204608) by Andrew Haberlandt · 3 weeks ago
  59. 6d4e3cb [PGO][AMDGPU] Add uniformity-aware offload profile format and instrumentation (#190708) by Yaxun (Sam) Liu · 3 weeks ago
  60. 57d6af5 [SafeStack] Allocate unsafe sigaltstack (#206463) by Jakob Koschel · 3 weeks ago
  61. 732884b [compiler-rt][ARM] Optimized single precision FP add/sub (#179929) by Simon Tatham · 3 weeks ago
  62. e97f9aa [Hexagon] Add ShadowCallStack support (#200508) by Brian Cain · 3 weeks ago
  63. c1350cc Revert "[Instrumentor] Add runtime examples: [1/N] A flop counter" (#205960) by Johannes Doerfert · 3 weeks ago
  64. 3298b5e [Instrumentor] Add runtime examples: [1/N] A flop counter (#205698) by Johannes Doerfert · 3 weeks ago
  65. 0ebf652 [TySan] Remove incorrect memcpy shadow memory tracking (#199958) by Matthew Nagy · 3 weeks ago
  66. ac5c776 Revert "[Instrumentor] Add runtime examples: [1/N] A flop counter (#205221)" (#205696) by Johannes Doerfert · 3 weeks ago
  67. 5f6e36a [Instrumentor][FIX] Ensure CXX headers are available (#205693) by Johannes Doerfert · 3 weeks ago
  68. 17768d3 [Instrumentor] Add runtime examples: [1/N] A flop counter (#205221) by Johannes Doerfert · 3 weeks ago
  69. 24cd732 [tysan] Guard mallopt() use on SANITIZER_GLIBC instead of SANITIZER_LINUX (#203118) by Brian Cain · 3 weeks ago
  70. 8b82075 [compiler-rt][ARM] Fix underflow handling in new divdf3.S (#204784) by Simon Tatham · 3 weeks ago
  71. b8772d8 [PGO][HIP] HSA-introspection device profile drain + GPU PGO tests (#203056) by Larry Meadows · 4 weeks ago
  72. f079fcc [Clang][Sema] Add -Wstringop-overread warning for source buffer overreads (#183004) by John Paul Jepko · 4 weeks ago
  73. fe03e8f [tsan] fit Go/s390x mapping under QEMU (#204503) by Tamir Duberstein · 4 weeks ago
  74. a9ea24a Revert "Revert "[Compiler-rt][test] Fix circular link dependency between builtins and libc"" (#204728) by Garvit Gupta · 4 weeks ago
  75. ea75a44 [Fuzzer] Bump rss_limit again (#204701) by Aiden Grossman · 4 weeks ago
  76. 6796c60 [RISCV] Implement Zicfiss Extension Bitmask (#201699) by Sam Elliott · 4 weeks ago
  77. 242e3a3 [scudo] Remove static error info functions. (#204483) by Christopher Ferris · 4 weeks ago
  78. d6d8c55 [compiler-rt] Fix default builtins target _Float16 detection on x86_64/i386 (#204474) by Andrew Haberlandt · 4 weeks ago
  79. a7e6fe8 [scudo] For a realloc that shrinks, retag the extra. (#204031) by Christopher Ferris · 4 weeks ago
  80. 0817f0a [scudo] Use the unmap function on MemMap object. (#204001) by Christopher Ferris · 4 weeks ago
  81. d130f12 [XRay][Hexagon] Use PC-rel addressing for runtime globals in trampoline (#203122) by Brian Cain · 4 weeks ago
  82. 245c5c4 [XRay][Hexagon] Fix immext encoding of high bits in sled patcher (#203129) by Brian Cain · 4 weeks ago
  83. a87056d [XRay][Hexagon] Make XRay sleds register-transparent (#203117) by Brian Cain · 4 weeks ago
  84. bc97b63 [Fuzzer] Bump max RSS in fork tests (#203688) by Aiden Grossman · 5 weeks ago
  85. c556c9b [Fuzzer] Use the internal shell by default (#203450) by Aiden Grossman · 5 weeks ago
  86. 76b5b79 [RISC-V] Add newer Linux hwprobe extensions detection (#192761) by Jiaqi He · 5 weeks ago
  87. 1f414f0 [Fuzzer] Make signal tests work with internal shell (#203445) by Aiden Grossman · 5 weeks ago
  88. 0cc4572 [PGO][HIP] Fix HIP device profile collection and sections emission (#202095) by Yaxun (Sam) Liu · 5 weeks ago
  89. f2db549 [Fuzzer] Make two tests compatible with the internal shell. (#203448) by Aiden Grossman · 5 weeks ago
  90. 18ea7ec Revert "[Compiler-rt][test] Fix circular link dependency between builtins and libc" (#203152) by David Tenty · 5 weeks ago
  91. acdef50 [asan] Fix asan_new_delete.cpp C++ header resolution under -nostdinc++ (#202816) by Justin T. Gibbs · 5 weeks ago
  92. f70e8d3 lsan: Document that ptrace_scope needs to be disabled. by Peter Collingbourne · 5 weeks ago
  93. 5358b42 [compiler-rt][ARM] Optimized integer -> FP conversions (#179928) by Simon Tatham · 5 weeks ago
  94. a3d1856 Build ROCm profile runtime by default (#202718) by Yaxun (Sam) Liu · 5 weeks ago
  95. db25b26 [compiler-rt] Fix undefined AMDGPU variable not set for builtins (#202733) by Joseph Huber · 5 weeks ago
  96. 53db5ee compiler-rt: Consolidate regex checks for amdgpu targets (#202281) by Matt Arsenault · 5 weeks ago
  97. e111978 [asan] Make exceptions for asan_new_delete.cpp conditional (#202436) by gulfemsavrun · 5 weeks ago
  98. 11bdbc5 compiler-rt: Suppress -g error for gpu builds (#202230) by Matt Arsenault · 5 weeks ago
  99. b78374f [compiler-rt] Fix misspelled variable name in GPU caches (#202604) by Joseph Huber · 6 weeks ago
  100. 49bbbb0 [X86] Hygon Processors Initial enablement (#187622) by Xiaomeng Zhang · 6 weeks ago