aboutsummaryrefslogtreecommitdiff
path: root/libgcc/config
AgeCommit message (Expand)Author
2024-04-15m68k: Quiet up cppcheck warning [PR114689]Jakub Jelinek
2024-04-10aarch64: Add support for _BitIntAndre Vieira
2024-04-09libgcc: Add basic support for aarch64-gnu (GNU/Hurd on AArch64)Sergey Bugaev
2024-04-03libgcc: Add missing HWCAP entries to aarch64/cpuinfo.cWilco Dijkstra
2024-03-20Hurd x86_64: add unwind support for signal trampoline codeFlavio Cruz
2024-02-21rs6000: Neuter option -mpower{8,9}-vector [PR109987]Kewen Lin
2024-02-21libgcc, aarch64: Allow for BE platforms in heap trampolines.Iain Sandoe
2024-02-20aarch64: Allow aarch64-linux-muscl for heap trampolines [PR113971].Iain Sandoe
2024-02-16libgcc: fix Win32 CV abnormal spurious wakeups in timed wait [PR113850]Matteo Italia
2024-02-14x86: Support x32 and IBT in heap trampolineH.J. Lu
2024-02-12x86, libgcc: Implement ia32 basic heap trampoline [PR113855].Iain Sandoe
2024-02-09libgcc, Darwin: Update symbol exports to include bitint and bf.Iain Sandoe
2024-02-06libgcc: Export i386 symbols added after GCC_7.0.0 on Solaris [PR113700]Rainer Orth
2024-02-02[PATCH] libgcc: Include stdlib.h for abort() on mingw32Khem Raj
2024-02-02libgcc: Export XF, TF, HF and BFmode specific _BitInt symbols from libgcc_s.s...Jakub Jelinek
2024-02-01libgcc: Avoid warnings on __gcc_nested_func_ptr_created [PR113402]Jakub Jelinek
2024-02-01libgcc: Fix up i386/t-heap-trampoline [PR113403]Jakub Jelinek
2024-02-01aarch64: libgcc: Cleanup ELF marking in asmSzabolcs Nagy
2024-01-30libgcc: Make heap trampoline support dynamic [PR113403].Iain Sandoe
2024-01-30libgcc: Make heap trampoline support dynamic [PR113403].Iain Sandoe
2024-01-28Fix __builtin_nested_func_ptr_{created,deleted} symbol versions [PR113402]Iain Sandoe
2024-01-26amdgcn: additional gfx1030/gfx1100 supportAndrew Stubbs
2024-01-23Ifdef `.hidden`, `.type`, and `.size` pseudo-ops for `aarch64-w64-mingw32` ta...Zac Walker
2024-01-03Update copyright years.Jakub Jelinek
2024-01-03Update Copyright year in ChangeLog filesJakub Jelinek
2023-12-23GCN, nvptx: Basic '__cxa_guard_{acquire,abort,release}' for C++ static local ...Thomas Schwinge
2023-12-20strub: sparc: omit frame in strub_leave [PR112917]Alexandre Oliva
2023-12-16[aarch64] Add function multiversioning supportAndrew Carlotti
2023-12-16aarch64: Add cpu feature detection to libgccAndrew Carlotti
2023-12-08libgcc: aarch64: Add SME unwinder supportSzabolcs Nagy
2023-12-08libgcc: aarch64: Add SME runtime supportSzabolcs Nagy
2023-12-02[committed] Fix rx build failure in libgccJeff Law
2023-12-02[committed] Fix frv build after C99 changesJeff Law
2023-12-01aarch64: Avoid -Wincompatible-pointer-types warning in Linux unwinderFlorian Weimer
2023-11-30AArch64: Fix __sync_val_compare_and_swap [PR111404]Wilco Dijkstra
2023-11-27arm: libgcc: tweak warning from __sync_synchronizeRichard Earnshaw
2023-11-24arm: libgcc: provide implementations of __sync_synchronizeRichard Earnshaw
2023-11-14Daily bump.GCC Administrator
2023-11-14LibF7: sinh: Fix loss of precision due to cancellation for small values.Georg-Johann Lay
2023-11-12LibF7: Use paper-pencil method for sqrt instead of Newton-Raphson iteration.Georg-Johann Lay
2023-11-10[PATCH] libgcc/m68k: Fixes for soft floatKeith Packard
2023-11-09libgcc: Add {unsigned ,}__int128 <-> _Decimal{32,64,128} conversion support [...Jakub Jelinek
2023-11-09Daily bump.GCC Administrator
2023-11-08LibF7: Tweak IEEE double multiplication.Georg-Johann Lay
2023-11-03GCN: Address undeclared 'NULL' usage in 'libgcc/config/gcn/gthr-gcn.h:__gthre...Thomas Schwinge
2023-10-24libgcc: make heap-based trampolines conditional on libc presenceSergei Trofimovich
2023-10-22Config,Darwin: Allow for configuring Darwin to use embedded runpath.Iain Sandoe
2023-10-22libgcc: support heap-based trampolinesAndrew Burgess
2023-10-20amdgcn: add -march=gfx1030 EXPERIMENTALAndrew Stubbs
2023-10-19Daily bump.GCC Administrator