aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt/lib/builtins
AgeCommit message (Expand)AuthorFilesLines
2026-02-07[X86] AMD Zen 6 Initial enablement (#179150)Ganesh1-2/+10
2026-02-03[AIX] Implement the ifunc attribute. (#153049)Wael Yehia2-0/+48
2026-02-02[Compiler-rt] Implement AEABI Unaligned Read/Write Helpers in compiler-rt (#1...Simi Pallipurath5-0/+253
2026-01-27[compiler-rt][aarch64][sme] Add SVE/FP variant of `__arm_sc_memcpy` (#127093)Benjamin Maxwell3-1/+184
2026-01-13Fix typos and spelling errors across codebase (#156270)Austin Jiang2-2/+2
2026-01-08[compiler-rt][AArch64] Exit early from __arm_za_disable. (#174942)Sander de Smalen1-0/+7
2026-01-05[compiler-rt] Fix check-builtins buildbot failures (#174443)Andrew Haberlandt1-2/+3
2026-01-05Reland check-builtins target for LLVM_ENABLE_RUNTIMES (#171941)Andrew Haberlandt1-3/+5
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 Takumi1-0/+1
2025-12-18[X86][APX] Check APXSave before enabling APX features (#172834)Phoebe Wang1-1/+2
2025-12-16[LFI] Introduce AArch64 LFI Target (#167061)Zachary Yedidia1-0/+1
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-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-11Revert: check-builtins target for LLVM_ENABLE_RUNTIMES (#171940)Andrew Haberlandt1-3/+3
2025-12-08[compiler-rt] Add check-builtins target for LLVM_ENABLE_RUNTIMES builds (#166...Andrew Haberlandt1-3/+3
2025-12-07Revert "[FMV][AArch64] Add initial AT_HWCAP3 / AT_HWCAP4 support (#161595)" (...Brad Smith5-33/+7
2025-11-29[SPARC] Properly handle CC for long double on sparc32 (#162226)Koakuma1-2/+3
2025-11-28[compiler-rt] Add missing cpuid check for clflushopt (#169900)Mikołaj Piróg1-0/+2
2025-11-27[X86] Sync multiversion features with libgcc and refactor internal feature ta...Mikołaj Piróg1-18/+18
2025-11-23[M68k][compiler-rt] Allow compiler-rt builtins to be built for M68k (#169256)Daniel Thornburgh1-0/+2
2025-11-19[gn] "port" 5efce7392f3f (arm 32-bit asm compiler-rt)Nico Weber1-1/+2
2025-11-18[compiler-rt][ARM] Optimized mulsf3 and divsf3 (#168394)Simon Tatham7-0/+1417
2025-11-15[X86] Remove vector length (256 vs 512) distinction of AVX10 (#167736)Mikołaj Piróg1-15/+6
2025-11-13Revert "[compiler-rt][ARM] Optimized mulsf3 and divsf3" (#167906)Simon Tatham7-1395/+0
2025-11-13[compiler-rt][ARM] Optimized mulsf3 and divsf3 (#161546)Simon Tatham7-0/+1395
2025-11-13Revert "[compiler-rt] [builtins] Remove unused/misnamed x86 chkstk functions"Martin Storsjö3-0/+59
2025-11-13Revert "[compiler-rt] Rename the now lone i386/chkstk2.S to i386/chkstk.S"Martin Storsjö2-1/+1
2025-11-07[compiler-rt] Add CMake option to enable execute-only code generation on AArc...Csanád Hajdú1-1/+21
2025-11-04[compiler-rt][x86] Don't use assert.h when building without a libc (#165384)quic-k1-4/+8
2025-10-26[compiler-rt] Restore unsigned value in struct, use enum only in function (#1...Mikołaj Piróg1-116/+130
2025-10-25[compiler-rt][libunwind] Allow for CET on OpenBSD (#164341)Brad Smith1-1/+1
2025-10-23[Compiler-rt] Fix wrong assignment in compiler_rt (#164713)Mikołaj Piróg1-16/+14
2025-10-22[PAC][libunwind] Fix gcc build of libunwind and compiler-rt (#164535)Oliver Hunt1-0/+4
2025-10-22[compiler-rt] Fix building for arm64ec (#164590)Martin Storsjö1-1/+2
2025-10-22[asm][ie86-x86-64] Fix build error (#164532)Walter Lee1-1/+1
2025-10-21[NFCI][asm][i386/x86-64] Enable AT&T syntax explicitly (#164453)Raul Tambre1-0/+4
2025-10-20[runtimes][PAC] Harden unwinding when possible (#143230)Oliver Hunt1-6/+75
2025-10-16[X86] Add support for Nova Lake (#163552)Mikołaj Piróg1-0/+14
2025-10-15[X86] Add support for Wildcat Lake (#163214)Mikołaj Piróg1-0/+7
2025-10-08[builtins][AArch64] Clean up the sys/auxv.h header handling (#161751)Brad Smith4-12/+7
2025-10-07[FMV][AArch64] Fix build after edb43192516a55165cc4c158eb4fd4b2d81a8fce, try ...Brad Smith2-4/+4
2025-10-07[FMV][AArch64] Fix build after edb43192516a55165cc4c158eb4fd4b2d81a8fce (#162...Brad Smith2-8/+18
2025-10-07[FMV][AArch64] Add initial AT_HWCAP3 / AT_HWCAP4 support (#161595)Brad Smith5-23/+35
2025-10-03Fix filename in wasm build of compiler-rt (#161875)Derek Schuff1-1/+1
2025-10-02[FMV][AArch64] Remove last of MRS bits and rename file (#161585)Brad Smith2-6/+3
2025-10-01[WebAssembly] Define llvm-internal WasmEH tags in compiler-rt (#160959)Sam Clegg3-5/+58