aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt
AgeCommit message (Expand)AuthorFilesLines
5 days[scudo] Move getResidentPages function (#183138)Sadaf Ebrahimi15-65/+91
7 daysDisable leak sanitizer test on ppc. (#184414)Sean Fertile1-1/+2
7 days[sanitizer][Fuchsia] Define interceptor for reallocarray on Fuchsia (#184410)PiJoules1-1/+1
7 days[CFI] Expand test to include minimal runtime (#183646)Vitaly Buka1-0/+6
8 days[compiler-rt][ARM] Fix conditions for strict-mode FP testing (#183507)Simon Tatham1-3/+11
9 days[UBSan] Wrap Location variants in anonymous union (#168866)Benjamin Stott1-4/+5
9 days[ASan] Mark recent integration tests as accordingly for MSVC (#135889)MacGyver Codilla2-0/+3
9 days[compiler-rt][CMake] Fix build when specifying --stdlib= (with 2 dashes) (#13...Reagan5-6/+6
11 days[SafeStack] Allow -fsanitize-minimal-runtime with -fsanitize=safestack (#183644)Vitaly Buka1-0/+6
11 days[scudo] Add reallocarray C wrapper. (#183385)Alexey Samsonov6-3/+55
12 days[scudo] Change header tagging for the secondary allocator (#182487)Tamas Kaman1-7/+4
13 days[compiler-rt][Fuzzer] Relax reduce_inputs.test to account for non-determinism...Dan Blackwell1-2/+3
14 daysReapply "[ASan][Fuchsia] Have Fuchsia use a dynamic shadow start" (#182972) (...PiJoules3-8/+8
14 days[sanitizer_common] [Darwin] Adopt _dyld_get_dyld_header (#182943)Andrew Haberlandt3-3/+8
2026-02-24[compiler-rt][ARM] Enable strict mode in divsf3/mulsf3 tests (#179918)Simon Tatham3-16/+35
2026-02-24Revert "[ASan][Fuchsia] Have Fuchsia use a dynamic shadow start" (#182972)Paul Kirth4-11/+14
2026-02-23[ASan][Fuchsia] Have Fuchsia use a dynamic shadow start (#180880)PiJoules4-14/+11
2026-02-20[ASan] Fix test IsPoisonedDoesNotCrashOnMemoryBoundaries for 32-bit targets (...Roman Vinogradov1-3/+3
2026-02-20Make mmap-munmap interceptor fail earlier (#171295)Honey Goyal3-9/+164
2026-02-19[ASan] Fix crash in __asan_region_is_poisoned at application memory boundarie...Roman Vinogradov2-9/+39
2026-02-18[ASan/sanitizers] Make stack unwinding better on Windows. (#180205)b0689311-6/+43
2026-02-17[tsan] Only init AdaptiveDelay if enabled (#181757)Chris Cotter2-8/+8
2026-02-16[tsan] Introduce Adaptive Delay Scheduling to TSAN (#178836)Chris Cotter13-11/+844
2026-02-14[ASan] [Windows] Fix a new test in mingw modeMartin Storsjö1-1/+1
2026-02-13[ASan][Windows] Fix false positive for zero sized rtl allocations (#181015)Zack Johnson4-5/+175
2026-02-11[scudo] Add new fast purge option. (#175266)Christopher Ferris7-10/+57
2026-02-10[hwasan][Fuchsia] Use GetCurrentThread (#180602)PiJoules1-1/+10
2026-02-10[TySan] Add skeleton for adding interface functions (#170859)Matthew Nagy3-0/+31
2026-02-09[Profile] Enable binary profile correlation for Mach-O binaries (#179937)Marina Taylor1-1/+1
2026-02-09[asan][AIX] Add vec_malloc and vec_calloc interceptors (#175584)Jake Egan7-8/+80
2026-02-07[compiler-rt] [ubsan] Fix missing include directory (#180341)Michał Górny1-0/+1
2026-02-07[X86] AMD Zen 6 Initial enablement (#179150)Ganesh1-2/+10
2026-02-06ubsan: Add loop detection runtime and e2e tests for -fsanitize-trap-loop.Peter Collingbourne7-9/+176
2026-02-06[asan][AIX] Change #ifdef to #if for AIX guard (#180280)Jake Egan1-1/+1
2026-02-05[ubsan][test] Skip Misc/Posix/static-link.cpp on Solaris (#175464)Rainer Orth1-1/+1
2026-02-04[asan] Disable strict init checking on AIX (#178012)Jake Egan4-0/+24
2026-02-03[AIX] Implement the ifunc attribute. (#153049)Wael Yehia4-0/+86
2026-02-02[scudo] Add resident pages info to getStats (#178969)Sadaf Ebrahimi1-1/+6
2026-02-02[Compiler-rt] Implement AEABI Unaligned Read/Write Helpers in compiler-rt (#1...Simi Pallipurath6-0/+339
2026-01-30fuzzer: modernize FuzzedDataProvider conversions (#177794)Winnie Gitau1-3/+3
2026-01-30comipler-rt: add atomic to SANITIZER_COMMON_LINK_LIBS for MIPS (#178819)YunQiang Su1-0/+4
2026-01-29[scudo] Add missing space to getStats (#178537)Sadaf Ebrahimi1-1/+1
2026-01-29[sanitizers] [Darwin] Fix erroneous warning when external_symbolizer_path="" ...Andrew Haberlandt1-7/+7
2026-01-27[ASan] Fix UnpoisonDefaultStack stack bottom estimation (#178137)Andrew Haberlandt1-1/+3
2026-01-27[compiler-rt][aarch64][sme] Add SVE/FP variant of `__arm_sc_memcpy` (#127093)Benjamin Maxwell3-1/+184
2026-01-23[scudo] Add flags to secondary cache entries. (#177506)Christopher Ferris1-12/+24
2026-01-22[ORC] Fix missing support of deinitialize on ELF platform and execution order...Yaxing Cai2-0/+189
2026-01-21[Sanitizers] Remove unused variable (#177061)Mariusz Borsa1-1/+0
2026-01-21[asan] Fix -Wformat warning for %zx with pointer argument (#177219)Jonathan Wakely1-2/+2
2026-01-21[HWASAN] [RISC-V] Update EnableTaggingAbi for RISC-V linux. (#176616)Tharo2-3/+22