aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt/lib
AgeCommit message (Expand)AuthorFilesLines
2026-04-27[asan_abi] Skip new __asan_get_report_* from ABI (#194463)Mariusz Borsa1-0/+5
2026-04-27Reland "[sanitizer] Fix race condition in GetNamedMappingFd with decorate_pro...Vitaly Buka1-3/+4
2026-04-26Revert "[sanitizer] Fix race condition in GetNamedMappingFd with decorate_pro...Thurston Dang1-3/+3
2026-04-26[sanitizer] Fix race condition in GetNamedMappingFd with decorate_pro… (#19...martin04131331-3/+3
2026-04-26[Asan]Add align argument to Realloc() (#194255)Midhunesh1-3/+3
2026-04-25[compiler-rt] Use asm .set only for Hexagon (#194160)Matt Turner1-5/+17
2026-04-25[asan] API for getting multiple pointer ranges (#181446)Maksim Ivanov6-41/+202
2026-04-24[compiler-rt][sanitizer] Remove linux/scc.h (#194116)cqwrteur1-12/+9
2026-04-24Revert "[Clang][CodeGen] Report when an alias points to an incompatible targe...Igor Kudrin1-6/+1
2026-04-24[Clang][CodeGen] Report when an alias points to an incompatible target (#192397)Igor Kudrin1-1/+6
2026-04-25[compiler-rt][WebAssembly] Use an int as CMP_RESULT (#194093)Trevor Gross1-0/+3
2026-04-24[compiler-rt] Improve ubsan-minimal runtime for GPU use (#193597)Joseph Huber2-8/+31
2026-04-24[compiler-rt][TySan] Add Hexagon target support (#191603)Brian Cain1-0/+14
2026-04-23[TySan] add internal interface support (#192413)Matthew Nagy1-7/+28
2026-04-23[scudo] Adjust PROT_MTE page count for secondary allocator (#192202)Tamas Kaman1-5/+8
2026-04-22Revert "[compiler-rt][asan] Add asan checks for __builtin_assume_dereferencab...Mariusz Borsa7-80/+13
2026-04-22Revert "[ASan][Windows] Fix memmove/memcpy interception on x64" (#193524)Alexandre Ganea3-58/+3
2026-04-22[compiler-rt] Initial support for compiler-rt builtins on SPIRV64 target (#19...jinge903-2/+9
2026-04-22[ASan][Windows] Fix memmove/memcpy interception on x64 (#192060)Alexandre Ganea3-3/+58
2026-04-21[compiler-rt][profile] Use runtimes-libc-headers in the GPU runtimes build (#...Yaxun (Sam) Liu1-0/+11
2026-04-21[compiler-rt][asan] Add asan checks for __builtin_assume_dereferencable (#190...PiJoules7-13/+80
2026-04-21[compiler-rt] Implement __clear_cache for Hexagon (#188411)Brian Cain1-0/+18
2026-04-20[compiler-rt] Don't provide `__arm_sme_state` for baremetal targets (#191434)Benjamin Maxwell4-21/+29
2026-04-17[compiler-rt][AArch64][NFC] Sort HWCAP entries (#192370)Brad Smith1-6/+6
2026-04-16[TySan] Set and cache tool name. (#192410)Matthew Nagy1-0/+3
2026-04-16[TSAN][RISCV] Fix kHiAppMemEnd boundary for riscv64 (#191170)Boyao Wang1-2/+2
2026-04-16[HWASan] [compiler-rt] Add tag_bits option to HWASan alloc (#192386)Florian Mayer2-2/+16
2026-04-15[compiler-rt][Fuchsia] Use dynamic shadow global in hwasan runtime (#192148)PiJoules1-1/+1
2026-04-15[sanitizer] Use close_range on Linux to close FDs in StartSubprocess (#191450)Paweł Bylica1-2/+2
2026-04-15[sanitizer] Generalize FD closing in StartSubprocess (#192114)Paweł Bylica1-5/+4
2026-04-14[sanitizer] Make internal_close_range available on all POSIX platforms (#191971)Paweł Bylica6-4/+22
2026-04-14[sanitizer] Add missing bitcast to sanitizer_bitvector_test.cpp (#192090)Thurston Dang1-1/+1
2026-04-14[compiler-rt][TySan] Use pointer-width types for shadow memory ops (#191602)Brian Cain1-15/+14
2026-04-14[scudo] Do not define some entrypoints on Fuchsia (#191826)Fabio D'Urso1-0/+2
2026-04-14[XRay] Remove unused argument of DataExtractor constructor (NFC) (#191864)Sergei Barannikov2-17/+17
2026-04-13Unbreak macOS builds broken by #183310 (#191899)Dan Liew2-66/+8
2026-04-13[clang][driver][AIX] Change linker bcdtor mode to default to mbr (#191265)David Tenty1-1/+1
2026-04-13[compiler-rt] clang-cl: skip MSVC external-header probe; -std=c++ for unit-te...Alexandre Ganea3-9/+3
2026-04-13[TySan][Sanitizer Common] Make TySan compatible with sanitizer common… (#18...Matthew Nagy2-8/+66
2026-04-10[scudo] Remove fill when realloc to smaller size. (#191321)Christopher Ferris2-49/+27
2026-04-10[compiler-rt] Address dlvsym not found compilation error when targeting certa...google-yfyang1-0/+2
2026-04-10[compiler-rt] Address dlvsym not found compilation error when targeting certa...google-yfyang1-0/+2
2026-04-10[compiler-rt] Expose shared DSO helpers for compiler-rt runtimes (#191098)Yaxun (Sam) Liu4-5/+99
2026-04-09[scudo] Refactor the wrapper code into a single file. (#190857)Christopher Ferris5-502/+437
2026-04-09[compiler-rt] [Darwin] Move macOS ASAN reservation above 512G (#191039)Andrew Haberlandt2-0/+34
2026-04-09[LSAN] Add extra suppressions on Apple Aarch64 (#117478)Mads Marquart1-0/+7
2026-04-08[compiler-rt] fix __sanitizer::struct_sock_fprog_sz availability (#183411)Marian Buschsieweke1-1/+2
2026-04-08[TSan] Fix determining static TLS blocks (#183106)Stefan Schulze Frielinghaus1-2/+2
2026-04-07[sanitizer_common] Fix memory leak in ListOfModules (#190104)Andrew Haberlandt1-1/+8
2026-04-07[compiler-rt] Enable minimal ubsan for GPU targets (#188289)Joseph Huber2-3/+18