aboutsummaryrefslogtreecommitdiff
path: root/libgcc/config
AgeCommit message (Expand)AuthorFilesLines
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
2023-04-08PR target/109402: v850 (not v850e) variant of __muldi3() moves sp in reversed...Tetsuma Hoshino1-2/+0
2023-04-05Add assember CFI directives to millicode division and remainder routines.John David Anglin1-0/+14
2023-03-19or1k: Do not clear existing FPU exceptions before updatingStafford Horne1-1/+0
2023-03-13xtensa: add .note.GNU-stack section on linuxMax Filippov4-0/+24
2023-03-13aarch64: Add bfloat16_t support for aarch64Jakub Jelinek3-3/+19
2023-03-10libgcc, i386: Add __fix{,uns}bfti and __float{,un}tibf [PR107703]Jakub Jelinek2-1/+6
2023-03-08libgcc, rs6000: Fix bump size for powerpc64 elfv1 ABI [PR108727]Kewen Lin1-2/+2
2023-03-06PR target/107299: Fix build issue when long double is IEEE 128-bitMichael Meissner3-11/+46
2023-02-13RISC-V: Handle vlenb correctly in unwindingKito Cheng1-0/+39
2023-02-03arm: Fix warning in libgcc/config/arm/pr-support.cChristophe Lyon1-0/+6
2023-01-30Add support for x86_64-*-gnu-* targets to build x86_64 gnumach/hurdFlavio Cruz1-0/+10
2023-01-23arm: Add support for new frame unwinding instruction "0xb5".Srinath Parvathaneni1-2/+13
2023-01-23[PATCH 6/15] arm: Add pointer authentication for stack-unwinding runtimeAndrea Corallo2-0/+60
2023-01-18libgcc: Fix uninitialized RA signing on AArch64 [PR107678]Wilco Dijkstra1-28/+12
2023-01-16Update copyright years.Jakub Jelinek1005-1005/+1005
2023-01-13Fix support for atomic loads and stores on hppa.John David Anglin6-17/+400
2023-01-13libstdc++: Fix unintended layout change to std::basic_filebuf [PR108331]Jonathan Wakely1-0/+8
2023-01-13arm: unified syntax for libgcc clear_cacheSeija Kijin1-1/+1
2023-01-07Always define `WIN32_LEAN_AND_MEAN` before <windows.h>LIU Hao1-0/+1
2023-01-02Update Copyright year in ChangeLog filesJakub Jelinek1-1/+1
2022-12-25libgcc: fix gfortran build on WindowsJonathan Yong1-1/+3
2022-12-24libgcc, Darwin: No early install for the compatibility libgcc_s.1.dylib.Iain Sandoe1-7/+14
2022-12-23Reimplement GNU threads library on native WindowsEric Botcazou7-457/+626
2022-12-08libgcc: xtensa: remove stray symbols from X*HAL macro definitionsMax Filippov1-7/+7