summaryrefslogtreecommitdiff
path: root/compiler-rt
AgeCommit message (Expand)Author
2025-09-09compiler-rt: Use OpenBSD's elf_aux_info to detect AArch64 HW features (#155768)Brad Smith
2025-09-09[builtins] Rename freebsd to elf_aux_info to reflect the function called. NFC...Brad Smith
2025-09-09[compiler-rt] Remove leftovers of FreeBSD md5/sha2 interceptors (#153351)Alex Rønne Petersen
2025-09-08[compiler-rt] Avoid depending on the libnvmm header for NetBSD (#153534)Alex Rønne Petersen
2025-09-03[sanitizer_common] Older Haiku needs _GNU_SOURCE (#156291)Brad Smith
2025-08-11[compiler-rt][AArch64] Add GCS property in assembly files (#152502)Csanád Hajdú
2025-08-05Remove reference to obsolete termio ioctlsAndreas Schwab
2025-08-05[sanitizer] Remove usage of termios ioctl constants on Linux glibc since 2.41...cqwrteur
2025-08-01[scudo] Make Ptr volatile so that the malloc and free calls are not optimized...Fabio D'Urso
2025-08-01[PAC][compiler-rt] Fix init/fini array signing schema (#150691)Daniil Kovalev
2025-07-24[compiler-rt][Mips] Fix stat size check on mips64 musl (#143301)Jens Reidel
2025-07-22compiler-rt: test: Use the host instead of the target to select %expect_crash.Peter Collingbourne
2025-07-14Reapply "compiler-rt: Introduce runtime functions for emulated PAC."Peter Collingbourne
2025-07-14[scudo] Fix c wrappers double free test. (#148066)Christopher Ferris
2025-07-11[sanitizer_common][NFC] Fix sanitizer_platform_limits_posix.h formatting (#1...Jake Egan
2025-07-10Revert "compiler-rt: Introduce runtime functions for emulated PAC."Peter Collingbourne
2025-07-10[compiler-rt] Don't handle Linux-specific shmctl commands in sanitizer (#143116)Jessica Clarke
2025-07-10[compiler-rt][sanitizer] Add Windows MIPS32 support (#145110)Hervé Poussineau
2025-07-10[compiler-rt] Include missing headers for libFuzzer (#146828)Takuto Ikuta
2025-07-09builtins: Speculative MSVC fix.Peter Collingbourne
2025-07-09[sanitizer_common] Introduce SANITIZER_MMAP_BEGIN macro (#147645)Jake Egan
2025-07-09compiler-rt: Introduce runtime functions for emulated PAC.Peter Collingbourne
2025-07-09[scudo] Move out the definitions of member functions in primary allocators (#...ChiaHungDuan
2025-07-09rtsan: Support free_sized and free_aligned_sized from C23 (#145085)Justin King
2025-07-08hwasan: refactor new/delete interceptor macros (#146698)Justin King
2025-07-08[scudo] Make block storage in TransferBatch trailing objects (#144204)ChiaHungDuan
2025-07-08[asan][AIX] Move import/export lists to an AIX-specific subdirectory (#145936)Jake Egan
2025-07-07[sanitizer_common] Drop remaining support for Android 5 or older (#146187)Brad Smith
2025-07-07[sanitizer_common] Drop support for Android 5 (#145227)Brad Smith
2025-07-03[compiler-rt][sanitizer_common] Improve handling of env vars for iOS simulato...Dan Blackwell
2025-07-02[ASan][Windows] Honor asan config flags on windows when set through the user ...David Justo
2025-07-02asan: refactor new/delete interceptor macros (#146696)Justin King
2025-07-02Reland [TSan] Clarify and enforce shadow end alignment (#146676)Kunqiu Chen
2025-07-02Revert "[TSan] Clarify and enforce shadow end alignment" (#146674)Kunqiu Chen
2025-06-30[nfc][asan] clang-format for #145087Vitaly Buka
2025-06-30tsan: Support free_sized and free_aligned_sized from C23 (#144531)Justin King
2025-06-27Fix uncaught-exception.test. (#146190)Qinkun Bao
2025-06-27Fix uncaught-exception.test. (#146181)Qinkun Bao
2025-06-27Reapply "[NFC][DebugInfo][DWARF] Create new low-level dwarf library (#… (#1...Sterling-Augustine
2025-06-27[compiler-rt][ARM] Only use bxaut when the target has pacbti (#146057)John Brawn
2025-06-27[TSan] Clarify and enforce shadow end alignment (#144648)Kunqiu Chen
2025-06-25[asan] Implement address sanitizer on AIX: build configuration (#139583)Jake Egan
2025-06-25[asan] Implement address sanitizer on AIX: address descriptions (#138891)Jake Egan
2025-06-25[TSan] Add 2 test cases related to incomplete shadow cleanup in unmap (#145472)Kunqiu Chen
2025-06-24Reapply "[msan] Automatically print shadow for failing outlined checks" (#145...Thurston Dang
2025-06-24Revert "[msan] Automatically print shadow for failing outlined checks" (#145611)Thurston Dang
2025-06-24[msan] Automatically print shadow for failing outlined checks (#145107)Thurston Dang
2025-06-23[TSan, NFC] Eliminate useless calculations in TSan (#145283)Kunqiu Chen
2025-06-23[NFC][Sanitizer] Fix incorrect desc of [beg, end] to [beg, end)Camsyn
2025-06-21[TSan] Fix p == end == ShadowMem::end in ShadowSet (#144994)Kunqiu Chen