summaryrefslogtreecommitdiff
path: root/compiler-rt
AgeCommit message (Expand)Author
2025-04-05[compiler-rt][rtsan] symlink/symlinkat interception. (#134168)David CARLIER
2025-04-05[compiler-rt][rtsan] Linux's eventfd interception. (#132836)David CARLIER
2025-04-04[compiler-rt][CMake] Pass all flags to _Float16 try-compile (#133952)Evan Wilde
2025-04-04[ASan] Fix shadowed-stack-serialization test on targets with different stack ...gbMattN
2025-04-03[sanitizer_common][NFC] Fix sanitizer_symbolizer_libcdep.cpp formatting (#13...Jake Egan
2025-04-03[ASan] Add metadata to renamed instructions so ASan doesn't use the i… (#11...gbMattN
2025-04-01Reapply "[sanitizer] intercept getservent_r, getservbyname_r, getservbyport_r...Florian Mayer
2025-03-31[Sanitizers][Darwin][Test] Remove community incompliant internal link from s...Mariusz Borsa
2025-03-31[ctxprof][nfc] Remove redundant `SANITIZER_NO_THREAD_SAFETY_ANALYSIS` (#133784)Mircea Trofin
2025-03-31[ctxprof][nfc] Refactor `__llvm_ctx_profile_start_context` (#133744)Mircea Trofin
2025-03-31[AIX][PGO] Add testcase for D136192Wael Yehia
2025-03-28[ctxprof][nfc] Move 2 implementation functions up in `CtxInstrProfiling.cpp` ...Mircea Trofin
2025-03-28[ctxprof] Auto root detection: trie for stack samples (#133106)Mircea Trofin
2025-03-28[sanitizer] actually run preadv2 test (#133529)Florian Mayer
2025-03-28Fix some small typos in compiler-rt. NFC (#133388)Qinkun Bao
2025-03-28[Clang][AMDGPU] Remove special handling for COV4 libraries (#132870)Joseph Huber
2025-03-27[NFCI] Change compiler_rt_Test_runtime to lowercase (#133362)Qinkun Bao
2025-03-27Revert "[compiler-rt][nfc] DenseMap needs placement new (#133329)"Mircea Trofin
2025-03-27[compiler-rt][nfc] DenseMap needs placement new (#133329)Mircea Trofin
2025-03-27Revert "[sanitizer] intercept getservent_r, getservbyname_r, getservbyport_r"...Florian Mayer
2025-03-27[sanitizer] intercept getservent_r, getservbyname_r, getservbyport_r (#133339)Florian Mayer
2025-03-27[compiler-rt][tests][AIX] Use /opt/freeware/bin/env (#133160)Hubert Tong
2025-03-27[asan] Print diagnostic if unlimited stack size detected (#133170)Thurston Dang
2025-03-26[asan][NFCI] Add ASAN_POISONING_H header guard (#133178)Thurston Dang
2025-03-27[compiler-rt][builtins] Add missing flag for builtins standalone build (#133046)Wu Yingcong
2025-03-26[compiler-rt][Darwin][x86] Fix instrprof-darwin-dead-strip test (#132874)David Tellenbach
2025-03-26[FMV][AArch64] Add feature CSSC and detect on linux platform. (#132727)Alexandros Lamprineas
2025-03-26[compiler-rt][sanitizer] setproctitle interception for NetBSD/FreeBSD. (#131648)David CARLIER
2025-03-25[PGO][Offload] Don't define GPU entrypoint on Darwin (#132966)Ethan Luis McDonough
2025-03-25[scudo] Use a tryLock in secondary release to OS (#132827)Christopher Ferris
2025-03-25Add cmake option to enable/disable searching PATH for symbolizer (#129012)Midhunesh
2025-03-25[NFC][sanitizer] Clang-format sanitizer_symbolizer_posix_libcdep.cpp (#133011)Vitaly Buka
2025-03-24[tsan] Don't treat uncontended pthread_once as a potentially blocking region ...David Benjamin
2025-03-24[asan] Re-exec without ASLR if needed on 64-bit Linux (#132682)Thurston Dang
2025-03-24[compiler-rt][rtsan] Linux timerfd api interception. (#132709)David CARLIER
2025-03-24[asan] Fix-forward #131975 by renaming 'TryReExecWithoutASLR'Thurston Dang
2025-03-24[ORC-RT] Add unique_function utility to the ORC runtime.Lang Hames
2025-03-24[ORC-RT] Rename extensible_rtti.{h,cpp} to rtti.{h,cpp}. NFCI.Lang Hames
2025-03-24[ORC-RT] Fix typos in file comments. NFC.Lang Hames
2025-03-23[compiler-rt][rtsan] memffd_create for linux interception. (#132571)David CARLIER
2025-03-22Revert "[compiler-rt] Disable LLVM_ENABLE_PER_TARGET_RUNTIME_DIR=ON on AIX. (...Daniel Chen
2025-03-21[Darwin][ASan][Test] Create a unoptimized wrapper function in unsanitized dyl...Paddy McDonald
2025-03-21Reland [Coverage] Fix region termination for GNU statement expressions (#132222)Justin Cady
2025-03-21[win/asan] GetInstructionSize: Detect `66 90` two-byte NOP at 32-bit too. (#1...bernhardu
2025-03-20[ctxprof][nfc] Share the definition of FunctionData between compiler-rt and l...Mircea Trofin
2025-03-20[asan] Fix-forward by removing sys/personality.h for non-Linux in #131975Thurston Dang
2025-03-20[asan] Fix-forward by adding SANITIZER_LINUX guard to 131975Thurston Dang
2025-03-20[profile] Implement a non-mmap path when reading profile files from a non-loc...Wael Yehia
2025-03-20[asan] Re-exec without ASLR if needed on 32-bit Linux (#131975)Thurston Dang
2025-03-19[PGO][Offload] Allow PGO flags to be used on GPU targets (#94268)Ethan Luis McDonough