summaryrefslogtreecommitdiff
path: root/compiler-rt
AgeCommit message (Expand)Author
2025-10-29[TSan][Test-Only][Darwin] Fix typo in external.cpp again (#165612)Dan Blackwell
2025-10-29[ASan][Test-Only][Darwin] Mark asan-symbolize-templated-cxx.cpp unsupported (...Dan Blackwell
2025-10-29[TSan][Test-Only][Darwin] Fix typo in external.cpp test (#165534)Dan Blackwell
2025-10-28[Fuzzer][Test-Only] Re-enable fuzzer-ubsan.test on Darwin (#165403)Dan Blackwell
2025-10-28[Fuzzer][Test-Only] Increase runs for reduce-inputs.test (#165402)Dan Blackwell
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-27[InstrProf][NFC] Use -profile-correlate flag in tests (#163299)Ellis Hoag
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ö
2025-10-22[asm][ie86-x86-64] Fix build error (#164532)Walter Lee
2025-10-21[NFCI][asm][i386/x86-64] Enable AT&T syntax explicitly (#164453)Raul Tambre
2025-10-21[compiler-rt] [CMake] Skip find_darwin_sdk_dir on disabled platforms (#163591)Andrew Haberlandt
2025-10-21[cmake][compiler-rt] Define _DEFAULT_SOURCE instead of enabling extensions (#...Raul Tambre
2025-10-20[runtimes][PAC] Harden unwinding when possible (#143230)Oliver Hunt
2025-10-19[sanitizer][test] Clean up allow_user_segv.cpp test case (#163870)Thurston Dang
2025-10-18Remove non-standard use of `std::exception` in `compiler-rt/test/asan/TestCas...David Justo
2025-10-17[ASan] Do not instrument catch block parameters on Windows (#159618)David Justo
2025-10-16Reapply "[sanitizer] Add cloak_sanitizer_signal_handlers runtime option" (#16...Thurston Dang
2025-10-16[compiler-rt][asan][test] Make wchar tests more robust (#163715)Maosu Zhao
2025-10-16[AIX] Remove POST_BUILD from add_custom_command() (#163613)Xing Xue
2025-10-16[X86] Add support for Nova Lake (#163552)Mikołaj Piróg
2025-10-15[asan] Hide SetTLSFakeStack and replaces uses with ResetTLSFakeStack (#163674)Vitaly Buka
2025-10-16[asan] Make GetFakeStackFast()/GetFakeStackFastAlways() lazily init fake_stac...Vitaly Buka
2025-10-15[NFC][Asan] Replace 0 with nullptr in asan_fake_stack (#163670)Vitaly Buka
2025-10-15[NFC][Asan] Make GetTLSFakeStack staticVitaly Buka
2025-10-15[NFC][asan] Clang-format asan_fake_stack.cppVitaly Buka
2025-10-15[X86] Add support for Wildcat Lake (#163214)Mikołaj Piróg
2025-10-14[sanitizers] COMPILER_RT_ASAN_UNIT_TESTS_USE_HOST_RUNTIME to build only unit ...Andrew Haberlandt
2025-10-14[msan] Mark allocator padding as uninitialized, with new origin tag (#157187)Thurston Dang
2025-10-14[TSan][Test-Only] Mark write-interpose.c unsupported on ios (#163178)Dan Blackwell
2025-10-13Revert "[sanitizer] Add cloak_sanitizer_signal_handlers runtime option" (#163...Thurston Dang
2025-10-13[sanitizer] Add cloak_sanitizer_signal_handlers runtime option (#162746)Thurston Dang
2025-10-13[TSan] guard lock_during_write flag on Apple platforms changes to exclude Go ...Dan Blackwell
2025-10-09[TSan] Add lock_during_write flag on Apple platforms to avoid deadlock (#157928)Dan Blackwell
2025-10-08[builtins][AArch64] Clean up the sys/auxv.h header handling (#161751)Brad Smith
2025-10-08[ORC][Runtime] Add dlupdate for coff (#115448)SahilPatidar
2025-10-07[compiler-rt][TSan] Fix compilation error on Android x86 (#162385)Fei Peng
2025-10-07[FMV][AArch64] Fix build after edb43192516a55165cc4c158eb4fd4b2d81a8fce, try ...Brad Smith
2025-10-07[FMV][AArch64] Fix build after edb43192516a55165cc4c158eb4fd4b2d81a8fce (#162...Brad Smith
2025-10-07[compiler-rt][TSan] Fix TSan compile error on Android (#162369)Fei Peng
2025-10-07[FMV][AArch64] Add initial AT_HWCAP3 / AT_HWCAP4 support (#161595)Brad Smith