aboutsummaryrefslogtreecommitdiff
path: root/libgcc/config
AgeCommit message (Expand)AuthorFilesLines
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
2023-11-10[PATCH] libgcc/m68k: Fixes for soft floatKeith Packard2-34/+134
2023-11-09libgcc: Add {unsigned ,}__int128 <-> _Decimal{32,64,128} conversion support [...Jakub Jelinek1-1/+3
2023-11-09Daily bump.GCC Administrator1-0/+4
2023-11-08LibF7: Tweak IEEE double multiplication.Georg-Johann Lay1-101/+107
2023-11-03GCN: Address undeclared 'NULL' usage in 'libgcc/config/gcn/gthr-gcn.h:__gthre...Thomas Schwinge1-1/+1
2023-10-24libgcc: make heap-based trampolines conditional on libc presenceSergei Trofimovich2-0/+10
2023-10-22Config,Darwin: Allow for configuring Darwin to use embedded runpath.Iain Sandoe2-12/+18
2023-10-22libgcc: support heap-based trampolinesAndrew Burgess4-0/+382
2023-10-20amdgcn: add -march=gfx1030 EXPERIMENTALAndrew Stubbs1-1/+2
2023-10-19Daily bump.GCC Administrator1-0/+6
2023-10-18LibF7: Implement mul_mant for devices without MUL instruction.Georg-Johann Lay3-4/+98
2023-10-18Daily bump.GCC Administrator1-0/+13
2023-10-17LibF7: Re-generate f7-renames.h to pick up white-space from f7renames.sh.Georg-Johann Lay1-4/+4
2023-10-17LibF7: Implement fma / fmal.Georg-Johann Lay3-10/+62
2023-10-13or1k: Fix -Wincompatible-pointer-types warning during libgcc buildFlorian Weimer1-1/+1
2023-10-13arc: Fix -Wincompatible-pointer-types warning during libgcc buildFlorian Weimer1-1/+1
2023-10-13riscv: Fix -Wincompatible-pointer-types warning during libgcc buildFlorian Weimer1-1/+1
2023-10-13csky: Fix -Wincompatible-pointer-types warning during libgcc buildFlorian Weimer1-1/+1
2023-10-13m68k: Avoid implicit function declaration in libgccFlorian Weimer1-0/+1
2023-10-13Daily bump.GCC Administrator1-0/+6
2023-10-12LibF7: Implement atan2.Georg-Johann Lay3-3/+61
2023-10-06Daily bump.GCC Administrator1-0/+13
2023-10-05LibF7: Remove uses of attribute pure.Georg-Johann Lay2-27/+26
2023-10-05LibF7: Use monic denominator polynomials to save a multiplication.Georg-Johann Lay3-18/+25
2023-09-26AArch64: Remove BTI from outline atomicsWilco Dijkstra1-3/+3
2023-09-20aarch64: Ensure const and sign correctnessPekka Seppänen1-2/+3
2023-09-06libgcc _BitInt support [PR102989]Jakub Jelinek10-8/+35
2023-07-22Fix PR 110066: crash with -pg -static on riscvAndrew Pinski1-0/+5
2023-07-19Support type _Float16/__bf16 independent of SSE2.liuhongt1-0/+7
2023-07-06RISC-V: Handle rouding mode correctly on zfinxKito Cheng1-1/+1
2023-06-19amdgcn: implement vector div and mod libfuncsAndrew Stubbs9-47/+1052
2023-06-19amdgcn: Delete inactive libfuncsAndrew Stubbs3-126/+0
2023-06-04libgcc: Use initarray section type for .init_stackKewen Lin3-3/+3
2023-06-05MIPS: Add speculation_barrier supportYunQiang Su4-2/+94
2023-05-19Darwin, libgcc : Adjust min version supported for the OS.Iain Sandoe5-8/+45
2023-05-02RISC-V: Enforce Libatomic LR/SC SEQ_CSTPatrick O'Neill1-2/+2
2023-05-01libgcc pru: Define TARGET_HAS_NO_HW_DIVIDEDimitar Dimitrov1-0/+3
2023-04-27libgcc CRIS: Define TARGET_HAS_NO_HW_DIVIDEHans-Peter Nilsson1-0/+3
2023-04-26RISCV: Inline subword atomic opsPatrick O'Neill1-0/+2