aboutsummaryrefslogtreecommitdiff
path: root/libgcc/config
AgeCommit message (Expand)AuthorFilesLines
2024-05-10AVR: target/114981 - Tweak __builtin_powif / __powisf2Georg-Johann Lay2-1/+157
2024-05-09Daily bump.GCC Administrator1-0/+8
2024-05-08AVR: target/114981 - Support __builtin_powi[l] / __powidf2.Georg-Johann Lay3-8/+35
2024-05-07Add aarch64-w64-mingw32 target to libgccZac Walker3-0/+2
2024-05-07AVR: target/114835 - Tweak popcountqi2Wolfgang Hospital1-15/+15
2024-05-07Remove obsolete Solaris 11.3 supportRainer Orth4-305/+0
2024-05-06[RISC-V] Add support for _Bfloat16Xiao Zeng3-4/+12
2024-05-06Daily bump.GCC Administrator1-0/+59
2024-05-05Update libbid according to the latest Intel Decimal Floating-Point Math Library.liuhongt15-238/+220
2024-04-21AVR: target/114794 - Tweak __udivmodqi4Georg-Johann Lay1-3/+3
2024-04-15m68k: Quiet up cppcheck warning [PR114689]Jakub Jelinek1-1/+1
2024-04-10aarch64: Add support for _BitIntAndre Vieira2-1/+10
2024-04-09libgcc: Add basic support for aarch64-gnu (GNU/Hurd on AArch64)Sergey Bugaev2-2/+38
2024-04-03libgcc: Add missing HWCAP entries to aarch64/cpuinfo.cWilco Dijkstra1-3/+15
2024-03-20Hurd x86_64: add unwind support for signal trampoline codeFlavio Cruz1-3/+94
2024-02-21rs6000: Neuter option -mpower{8,9}-vector [PR109987]Kewen Lin1-1/+1
2024-02-21libgcc, aarch64: Allow for BE platforms in heap trampolines.Iain Sandoe1-15/+15
2024-02-20aarch64: Allow aarch64-linux-muscl for heap trampolines [PR113971].Iain Sandoe1-2/+2
2024-02-16libgcc: fix Win32 CV abnormal spurious wakeups in timed wait [PR113850]Matteo Italia1-1/+1
2024-02-14x86: Support x32 and IBT in heap trampolineH.J. Lu1-3/+39
2024-02-12x86, libgcc: Implement ia32 basic heap trampoline [PR113855].Iain Sandoe1-3/+37
2024-02-09libgcc, Darwin: Update symbol exports to include bitint and bf.Iain Sandoe1-1/+23
2024-02-06libgcc: Export i386 symbols added after GCC_7.0.0 on Solaris [PR113700]Rainer Orth2-0/+40
2024-02-02[PATCH] libgcc: Include stdlib.h for abort() on mingw32Khem Raj1-0/+1
2024-02-02libgcc: Export XF, TF, HF and BFmode specific _BitInt symbols from libgcc_s.s...Jakub Jelinek1-6/+6
2024-02-01libgcc: Avoid warnings on __gcc_nested_func_ptr_created [PR113402]Jakub Jelinek2-6/+6
2024-02-01libgcc: Fix up i386/t-heap-trampoline [PR113403]Jakub Jelinek1-1/+1
2024-02-01aarch64: libgcc: Cleanup ELF marking in asmSzabolcs Nagy3-51/+1
2024-01-30libgcc: Make heap trampoline support dynamic [PR113403].Iain Sandoe3-0/+29
2024-01-30libgcc: Make heap trampoline support dynamic [PR113403].Iain Sandoe2-2/+4
2024-01-28Fix __builtin_nested_func_ptr_{created,deleted} symbol versions [PR113402]Iain Sandoe2-8/+8
2024-01-26amdgcn: additional gfx1030/gfx1100 supportAndrew Stubbs1-1/+1
2024-01-23Ifdef `.hidden`, `.type`, and `.size` pseudo-ops for `aarch64-w64-mingw32` ta...Zac Walker6-20/+27
2024-01-03Update copyright years.Jakub Jelinek1021-1021/+1021
2024-01-03Update Copyright year in ChangeLog filesJakub Jelinek1-1/+1
2023-12-23GCN, nvptx: Basic '__cxa_guard_{acquire,abort,release}' for C++ static local ...Thomas Schwinge2-0/+6
2023-12-20strub: sparc: omit frame in strub_leave [PR112917]Alexandre Oliva1-0/+4
2023-12-16[aarch64] Add function multiversioning supportAndrew Carlotti1-67/+2
2023-12-16aarch64: Add cpu feature detection to libgccAndrew Carlotti2-0/+501
2023-12-08libgcc: aarch64: Add SME unwinder supportSzabolcs Nagy2-0/+21
2023-12-08libgcc: aarch64: Add SME runtime supportSzabolcs Nagy8-0/+517
2023-12-02[committed] Fix rx build failure in libgccJeff Law1-0/+14
2023-12-02[committed] Fix frv build after C99 changesJeff Law1-0/+1
2023-12-01aarch64: Avoid -Wincompatible-pointer-types warning in Linux unwinderFlorian Weimer1-1/+4
2023-11-30AArch64: Fix __sync_val_compare_and_swap [PR111404]Wilco Dijkstra1-4/+7
2023-11-27arm: libgcc: tweak warning from __sync_synchronizeRichard Earnshaw1-1/+1
2023-11-24arm: libgcc: provide implementations of __sync_synchronizeRichard Earnshaw5-0/+97
2023-11-14Daily bump.GCC Administrator1-0/+12
2023-11-14LibF7: sinh: Fix loss of precision due to cancellation for small values.Georg-Johann Lay2-0/+27
2023-11-12LibF7: Use paper-pencil method for sqrt instead of Newton-Raphson iteration.Georg-Johann Lay2-103/+184