aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt
AgeCommit message (Expand)AuthorFilesLines
79 min.[scudo] Add resident pages info to getStats (#178969)Sadaf Ebrahimi1-1/+6
7 hours[Compiler-rt] Implement AEABI Unaligned Read/Write Helpers in compiler-rt (#1...Simi Pallipurath6-0/+339
4 daysfuzzer: modernize FuzzedDataProvider conversions (#177794)Winnie Gitau1-3/+3
4 dayscomipler-rt: add atomic to SANITIZER_COMMON_LINK_LIBS for MIPS (#178819)YunQiang Su1-0/+4
4 days[scudo] Add missing space to getStats (#178537)Sadaf Ebrahimi1-1/+1
4 days[sanitizers] [Darwin] Fix erroneous warning when external_symbolizer_path="" ...Andrew Haberlandt1-7/+7
6 days[ASan] Fix UnpoisonDefaultStack stack bottom estimation (#178137)Andrew Haberlandt1-1/+3
7 days[compiler-rt][aarch64][sme] Add SVE/FP variant of `__arm_sc_memcpy` (#127093)Benjamin Maxwell3-1/+184
10 days[scudo] Add flags to secondary cache entries. (#177506)Christopher Ferris1-12/+24
12 days[ORC] Fix missing support of deinitialize on ELF platform and execution order...Yaxing Cai2-0/+189
12 days[Sanitizers] Remove unused variable (#177061)Mariusz Borsa1-1/+0
12 days[asan] Fix -Wformat warning for %zx with pointer argument (#177219)Jonathan Wakely1-2/+2
13 days[HWASAN] [RISC-V] Update EnableTaggingAbi for RISC-V linux. (#176616)Tharo2-3/+22
13 days[asan] Reduce stack usage of DescribeThread() (#176540)Thurston Dang1-28/+34
13 daysUpdate sanitizer_coverage_allowlist_ignorelist.cpp to use POSIX-compliant reg...Alison Zhang1-4/+4
13 days[TSan][Darwin] Fix error message for invalid lock_during_write flag (#176347)Dan Blackwell1-1/+1
2026-01-19[libc++][NFC] Remove `LIBCXX_ENABLE_ASSERTIONS` (#176574)Hristo Hristov1-1/+0
2026-01-19[dfsan] Add dataflow sanitizer support for SystemZ (#168991)anoopkg69-17/+66
2026-01-14[compiler-rt][rtsan] Fix build failures when building against in-tree libc++ ...Nick Hutchinson3-6/+4
2026-01-13Fix typos and spelling errors across codebase (#156270)Austin Jiang3-3/+3
2026-01-13[Darwin] [compiler-rt] Normalize DYLD_LIBRARY_PATH to workaround LD bug (#175...Andrew Haberlandt1-0/+6
2026-01-12[lsan] Fix flaky test in swapcontext.cpp (#175635)Thurston Dang1-0/+10
2026-01-09[asan][AIX] Set allocator size and beginning (#144784)Jake Egan3-1/+10
2026-01-09[compiler-rt] [Darwin] VerifyMemoryMapping should ignore zero-size sections (...Andrew Haberlandt1-0/+2
2026-01-09[PPC] Disable some ORC-powerpc64le-linux tests. (#175100)Sean Fertile8-2/+27
2026-01-08[compiler-rt] [Darwin] Add darwin-remote feature for remote darwin test targe...Andrew Haberlandt30-40/+44
2026-01-08[compiler-rt][AArch64] Exit early from __arm_za_disable. (#174942)Sander de Smalen1-0/+7
2026-01-08[compiler-rt] Add supported Arm arches for the baremetal profile lib (#172984)Volodymyr Turanskyy1-0/+10
2026-01-06[compiler-rt] Support default-True lit config options (follow up to #174522) ...Andrew Haberlandt1-1/+1
2026-01-06[NFCI] [Darwin] Add APPLE_TARGET_IS_HOST lit option to compiler-rt (#174522)Andrew Haberlandt14-2/+37
2026-01-05[compiler-rt] Fix check-builtins buildbot failures (#174443)Andrew Haberlandt4-14/+17
2026-01-05[compiler-rt] fix crt target dependency. (#174475)Zequan Wu1-1/+1
2026-01-05Reland check-builtins target for LLVM_ENABLE_RUNTIMES (#171941)Andrew Haberlandt5-9/+46
2026-01-05[unrelated][upstream-separately] XFAIL multc3_test.c fixunstfdi_test.c on AIX...Wael Yehia2-0/+2
2026-01-02[asan] Adjust interception compatibility for AIX (#131870)Jake Egan7-10/+95
2026-01-02[asan][NFC] Fix formatting of asan_interceptors.cpp (#173088)Jake Egan1-234/+234
2025-12-31[lit] Drop shell feature from all upstream projects (#173341)Aiden Grossman1-2/+0
2025-12-31lib/tsan/go: add mechanism to skip framesKeith Randall4-18/+44
2025-12-29[scudo] Use setenv instead of putenv in ScudoCombinedTest.ZeroOnDeallocEnable...Fabio D'Urso1-33/+37
2025-12-27[compiler-rt] Rework 08debd7f4461 [-Wno-c2y-extensions]NAKAMURA Takumi1-1/+3
2025-12-27[compiler-rt][builtins] Add `-Wno-c2y-extensions`NAKAMURA Takumi2-0/+2
2025-12-23[Fuzzer] Mark test as unsupported on WindowsAiden Grossman1-0/+2
2025-12-23[compiler-rt] Remove REQUIRES: shell lines (#173338)Aiden Grossman15-22/+13
2025-12-23[ORC] Add, and call through, reoptimize function in ReOptimizeLayer. (#173204)Lang Hames3-1/+28
2025-12-23[sanitizer_common] [Darwin] Fix typo in AtosSymbolizer error message (#173329)Andrew Haberlandt2-3/+3
2025-12-19[compiler-rt][sanitizer] some additional Haiku build fixes (#172773)Brad Smith2-2/+4
2025-12-18[Test][NFC] Update test to match new warning output (#172950)thetruestblue1-1/+1
2025-12-18[X86][APX] Check APXSave before enabling APX features (#172834)Phoebe Wang1-1/+2
2025-12-17[scudo] Add an option to zero memory on deallocation. (#142394)piwicode4-0/+109
2025-12-17[sanitizer_common] [Darwin] Add inline frame support for AtosSymbolizer (#170...Andrew Haberlandt3-37/+93