aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt
AgeCommit message (Expand)AuthorFilesLines
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
2025-12-17[PPC] mark ppc/fixtfti_test.c and ppc/fixunstfti_test.c as UNSUPPORTED becaus...Wael Yehia2-2/+2
2025-12-16[compiler-rt] [Darwin] OS/feature detection should use the run-wrapper (#171167)Andrew Haberlandt2-20/+27
2025-12-16[sanitizer_common] Fix missing `check-sanitizer` deps under LLVM_ENABLE_RUNTI...Andrew Haberlandt1-1/+1
2025-12-16[LFI] Introduce AArch64 LFI Target (#167061)Zachary Yedidia2-1/+2
2025-12-16[compiler-rt][ppc] add powerpc fixup of config.compiler_rt_libdir when buildi...Wael Yehia1-0/+8
2025-12-16[X86] Correct CPUID checks for AVX10 (#172350)Mikołaj Piróg1-2/+2
2025-12-16[NFC][compiler-rt] Fix typos in int_to_fp_impl (#171067)Hendrik Hübner1-5/+5
2025-12-16 [HWASan] Compatible with Windows path retrieval (#172194)GkvJwa1-7/+2
2025-12-15[sanitizers] build symbolizer with lld (#172093)Florian Mayer1-1/+1
2025-12-15[AArch64] Fix typos in 09e57cfd32b0073b63d568835f07251e0d51affb (#172357)Eli Friedman1-2/+1
2025-12-15[AArch64] Fix typo in 09e57cfd32b0073b63d568835f07251e0d51affb (#172354)Eli Friedman1-1/+1
2025-12-15[AArch64] Extend Windows CPU feature detection with more features. (#171930)Eli Friedman1-5/+44
2025-12-14[tsan] Export __cxa_guard_ interceptors from TSan runtime. (#171921)Alexey Samsonov1-0/+3
2025-12-14[XRay][test] Mark fdr-mode.cpp test as unsupported for RISC-VAlex Bradbury1-0/+2
2025-12-12[TSan] Zero-initialize Trace.local_headMichael Pratt2-1/+5
2025-12-11Revert: check-builtins target for LLVM_ENABLE_RUNTIMES (#171940)Andrew Haberlandt5-43/+8
2025-12-11[Sanitizer] show configure.log for libz build (#171932)Florian Mayer1-0/+2
2025-12-11[scudo] Fix typo in multiple files (#171925)Sadaf Ebrahimi5-7/+7
2025-12-11[scudo] Show the resident pages from the secondary cache. (#170568)Christopher Ferris6-29/+110
2025-12-11[sanitizer_common][test-only] Mark popen xfail on iossim (#171814)Dan Blackwell1-0/+2