summaryrefslogtreecommitdiff
path: root/compiler-rt/lib
AgeCommit message (Expand)Author
2025-11-21[scudo] Small cleanup of memory tagging code part 2. (#168807)Christopher Ferris
2025-11-21[TSan] [Darwin] Fix off by one in TSAN init due to MemoryRangeIsAvailable (#1...Andrew Haberlandt
2025-11-21Revert "[ubsan_minimal] Allow UBSan handler from Minimal runtime to accept ar...Vitaly Buka
2025-11-20Revert "[UBSan] [compiler-rt] add preservecc variants of handlers" (#168973)Florian Mayer
2025-11-20[UBSan] [compiler-rt] add preservecc variants of handlers (#168643)Florian Mayer
2025-11-19[ASan] Document define to disable container overflow checks at compile time. ...Paddy McDonald
2025-11-19[gn] "port" 5efce7392f3f (arm 32-bit asm compiler-rt)Nico Weber
2025-11-19[asan] Implement address sanitizer on AIX: platform support (#139587)Jake Egan
2025-11-19[Runtimes] Default build must use its own output dirs (#168266)Michael Kruse
2025-11-18[compiler-rt][ARM] Optimized mulsf3 and divsf3 (#168394)Simon Tatham
2025-11-17[scudo] Skip test if mlock fails. (#168448)Christopher Ferris
2025-11-17[scudo] Fix wrong return type. (#168157)Christopher Ferris
2025-11-15[X86] Remove vector length (256 vs 512) distinction of AVX10 (#167736)Mikołaj Piróg
2025-11-14[compiler-rt] [Darwin] Strip MTE tags from ASAN and TSAN (#166453)Andrew Haberlandt
2025-11-13[sanitizer-common] [Darwin] Fix overlapping dyld segment addresses (attempt 2...Andrew Haberlandt
2025-11-13[sanitizer_common] Add darwin-specific MemoryRangeIsAvailable (#167797)Andrew Haberlandt
2025-11-13[scudo] Always zero on linux even if the memory cannot be released. (#167788)Christopher Ferris
2025-11-13Revert "[compiler-rt][ARM] Optimized mulsf3 and divsf3" (#167906)Simon Tatham
2025-11-13[compiler-rt][ARM] Optimized mulsf3 and divsf3 (#161546)Simon Tatham
2025-11-13Revert "[compiler-rt] [builtins] Remove unused/misnamed x86 chkstk functions"Martin Storsjö
2025-11-13Revert "[compiler-rt] Rename the now lone i386/chkstk2.S to i386/chkstk.S"Martin Storsjö
2025-11-13[ASan] Fix forward 141c2bAiden Grossman
2025-11-12[ASan][Windows] Add new instruction sizes (#167734)Aiden Grossman
2025-11-12Revert "[sanitizer-common] [Darwin] Fix overlapping dyld segment addresses (#...Andrew Haberlandt
2025-11-11[compiler-rt][asan] Fix a test on Windows (#167591)Alan Zhao
2025-11-11[Asan] Ensure minimum stack size 128KB in ThreadedStressStackReuseTest (#165198)Riyaz Ahmad
2025-11-10Revert "[scudo] Small cleanup of memory tagging code." (#167425)Christopher Ferris
2025-11-10[scudo] Small cleanup of memory tagging code. (#166860)Christopher Ferris
2025-11-07[compiler-rt] Add CMake option to enable execute-only code generation on AArc...Csanád Hajdú
2025-11-06[sanitizer-common] [Darwin] Fix overlapping dyld segment addresses (#166005)Andrew Haberlandt
2025-11-04[sanitizer_common] Add arm64e module type (#166018)Andrew Haberlandt
2025-11-04[compiler-rt][x86] Don't use assert.h when building without a libc (#165384)quic-k
2025-11-03[sanitizer-common] [Darwin] Provide warnings for common sandbox issues (#165907)Andrew Haberlandt
2025-11-03[scudo] Add config option to modify get usable size behavior (#158710)Christopher Ferris
2025-11-03Revert "[UBSan] Improve error message when a misalignment is due to t… (#16...Matthew Nagy
2025-11-03[UBSan] Improve error message when a misalignment is due to target default as...Matthew Nagy
2025-10-31[TySan] Add option to outline instrumentation (#120582)gbMattN
2025-10-30lsan: fix allocator on arm64 Android (#165656)quic-likaid
2025-10-28Revert "[nsan] More unit tests for `float128`. (#165248)" (#165391)Clement Courbet
2025-10-28[TSan] Fix warning when compiling with -Wmissing-designated-field-initializer...Dan Blackwell
2025-10-28[nsan] More unit tests for `float128`. (#165248)Clement Courbet
2025-10-26[compiler-rt] Restore unsigned value in struct, use enum only in function (#1...Mikołaj Piróg
2025-10-25[compiler-rt][libunwind] Allow for CET on OpenBSD (#164341)Brad Smith
2025-10-24[scudo] Secondary release to OS uses LRU to scan. (#163691)Christopher Ferris
2025-10-24[asan] Avoid -Wtautological-pointer-compare (#164918)Thurston Dang
2025-10-23[asan] Avoid -Wpointer-bool-conversion warning by comparing to nullptr (#164906)Thurston Dang
2025-10-23[compiler-rt][ASan] Define SANITIZER_INTERCEPT_WCSNLEN (#164845)Zack Johnson
2025-10-23[Compiler-rt] Fix wrong assignment in compiler_rt (#164713)Mikołaj Piróg
2025-10-22[PAC][libunwind] Fix gcc build of libunwind and compiler-rt (#164535)Oliver Hunt
2025-10-22[compiler-rt] Fix building for arm64ec (#164590)Martin Storsjö