aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt/lib
AgeCommit message (Expand)AuthorFilesLines
2025-12-01[TySan] TySan support for SystemZ - Re-submission of original pr#162396 (#16...anoopkg61-0/+7
2025-11-29[SPARC] Properly handle CC for long double on sparc32 (#162226)Koakuma1-2/+3
2025-11-28[compiler-rt] Add missing cpuid check for clflushopt (#169900)Mikołaj Piróg1-0/+2
2025-11-28[TySan] Make TySan compatible with UBSan (#169036)Matthew Nagy1-0/+4
2025-11-27[X86] Sync multiversion features with libgcc and refactor internal feature ta...Mikołaj Piróg1-18/+18
2025-11-26Revert "[tysan] Type Sanitizer support for SystemZ" (#169726)Ulrich Weigand1-6/+0
2025-11-26[tysan] Type Sanitizer support for SystemZ (#162396)anoopkg61-0/+6
2025-11-25[scudo] Lock/unlock MutexTSDs in disable/enable. (#169440)Christopher Ferris1-0/+2
2025-11-24[scudo] Only print stats when the test fails. (#168000)Christopher Ferris4-23/+39
2025-11-24Reapply "[UBSan] [compiler-rt] add preservecc variants of handlers" (#168973)...Florian Mayer1-1/+40
2025-11-23[M68k][compiler-rt] Allow compiler-rt builtins to be built for M68k (#169256)Daniel Thornburgh1-0/+2
2025-11-21[scudo] Small cleanup of memory tagging code part 2. (#168807)Christopher Ferris4-14/+7
2025-11-21[TSan] [Darwin] Fix off by one in TSAN init due to MemoryRangeIsAvailable (#1...Andrew Haberlandt1-1/+1
2025-11-21Revert "[ubsan_minimal] Allow UBSan handler from Minimal runtime to accept ar...Vitaly Buka1-39/+13
2025-11-20Revert "[UBSan] [compiler-rt] add preservecc variants of handlers" (#168973)Florian Mayer1-19/+0
2025-11-20[UBSan] [compiler-rt] add preservecc variants of handlers (#168643)Florian Mayer1-0/+19
2025-11-19[ASan] Document define to disable container overflow checks at compile time. ...Paddy McDonald1-5/+9
2025-11-19[gn] "port" 5efce7392f3f (arm 32-bit asm compiler-rt)Nico Weber1-1/+2
2025-11-19[asan] Implement address sanitizer on AIX: platform support (#139587)Jake Egan4-2/+59
2025-11-19[Runtimes] Default build must use its own output dirs (#168266)Michael Kruse1-1/+1
2025-11-18[compiler-rt][ARM] Optimized mulsf3 and divsf3 (#168394)Simon Tatham7-0/+1417
2025-11-17[scudo] Skip test if mlock fails. (#168448)Christopher Ferris1-11/+11
2025-11-17[scudo] Fix wrong return type. (#168157)Christopher Ferris1-1/+1
2025-11-15[X86] Remove vector length (256 vs 512) distinction of AVX10 (#167736)Mikołaj Piróg1-15/+6
2025-11-14[compiler-rt] [Darwin] Strip MTE tags from ASAN and TSAN (#166453)Andrew Haberlandt3-4/+18
2025-11-13[sanitizer-common] [Darwin] Fix overlapping dyld segment addresses (attempt 2...Andrew Haberlandt1-17/+65
2025-11-13[sanitizer_common] Add darwin-specific MemoryRangeIsAvailable (#167797)Andrew Haberlandt5-20/+47
2025-11-13[scudo] Always zero on linux even if the memory cannot be released. (#167788)Christopher Ferris2-1/+52
2025-11-13Revert "[compiler-rt][ARM] Optimized mulsf3 and divsf3" (#167906)Simon Tatham7-1395/+0
2025-11-13[compiler-rt][ARM] Optimized mulsf3 and divsf3 (#161546)Simon Tatham7-0/+1395
2025-11-13Revert "[compiler-rt] [builtins] Remove unused/misnamed x86 chkstk functions"Martin Storsjö3-0/+59
2025-11-13Revert "[compiler-rt] Rename the now lone i386/chkstk2.S to i386/chkstk.S"Martin Storsjö2-1/+1
2025-11-13[ASan] Fix forward 141c2bAiden Grossman1-2/+2
2025-11-12[ASan][Windows] Add new instruction sizes (#167734)Aiden Grossman2-0/+8
2025-11-12Revert "[sanitizer-common] [Darwin] Fix overlapping dyld segment addresses (#...Andrew Haberlandt1-61/+17
2025-11-11[compiler-rt][asan] Fix a test on Windows (#167591)Alan Zhao1-0/+9
2025-11-11[Asan] Ensure minimum stack size 128KB in ThreadedStressStackReuseTest (#165198)Riyaz Ahmad1-1/+14
2025-11-10Revert "[scudo] Small cleanup of memory tagging code." (#167425)Christopher Ferris5-6/+12
2025-11-10[scudo] Small cleanup of memory tagging code. (#166860)Christopher Ferris5-12/+6
2025-11-07[compiler-rt] Add CMake option to enable execute-only code generation on AArc...Csanád Hajdú11-10/+36
2025-11-06[sanitizer-common] [Darwin] Fix overlapping dyld segment addresses (#166005)Andrew Haberlandt1-17/+61
2025-11-04[sanitizer_common] Add arm64e module type (#166018)Andrew Haberlandt4-19/+34
2025-11-04[compiler-rt][x86] Don't use assert.h when building without a libc (#165384)quic-k1-4/+8
2025-11-03[sanitizer-common] [Darwin] Provide warnings for common sandbox issues (#165907)Andrew Haberlandt2-1/+18
2025-11-03[scudo] Add config option to modify get usable size behavior (#158710)Christopher Ferris4-19/+324
2025-11-03Revert "[UBSan] Improve error message when a misalignment is due to t… (#16...Matthew Nagy2-28/+6
2025-11-03[UBSan] Improve error message when a misalignment is due to target default as...Matthew Nagy2-6/+28
2025-10-31[TySan] Add option to outline instrumentation (#120582)gbMattN2-3/+134
2025-10-30lsan: fix allocator on arm64 Android (#165656)quic-likaid1-0/+4
2025-10-28Revert "[nsan] More unit tests for `float128`. (#165248)" (#165391)Clement Courbet1-3/+8