aboutsummaryrefslogtreecommitdiff
path: root/libgcc/config/rs6000
AgeCommit message (Expand)AuthorFilesLines
2024-05-20libgcc, rs6000: Remove powerpcspe related codeKewen Lin15-1032/+1
2024-02-21rs6000: Neuter option -mpower{8,9}-vector [PR109987]Kewen Lin1-1/+1
2024-01-03Update copyright years.Jakub Jelinek75-75/+75
2023-09-06libgcc _BitInt support [PR102989]Jakub Jelinek2-2/+2
2023-06-04libgcc: Use initarray section type for .init_stackKewen Lin1-1/+1
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-01-16Update copyright years.Jakub Jelinek75-75/+75
2022-10-06libgcc: Decrease size of _Unwind_FrameState and even more size of cleared are...Jakub Jelinek4-17/+17
2022-03-04Darwin, libgcc: Fix build errors on powerpc-darwin8.Iain Sandoe1-2/+2
2022-01-03Update copyright years.Jakub Jelinek75-75/+75
2021-12-17libgcc, Darwin: Add missing build dependencies.Iain Sandoe1-3/+1
2021-12-10Replace t-ppccomm by t-vxworks in libgcc/config/rs6000Rasmus Villemoes1-0/+1
2021-12-08libgcc, Darwin: Build a libgcc_s.1 for backwards compatibility.Iain Sandoe2-0/+8
2021-11-19Darwin: Rework handling for unwinder code in libgcc_s and specs [PR80556].Iain Sandoe2-199/+0
2021-11-11libgcc: Fix backtrace fallback on PowerPC Big-endianRaphael Moreira Zinsly1-1/+7
2021-11-10rs6000, libgcc: Fix up -Wmissing-prototypes warning on rs6000/linux-unwind.hJakub Jelinek1-1/+2
2021-10-14libgcc: Add a backchain fallback to _Unwind_Backtrace() on PowerPCRaphael Moreira Zinsly1-14/+88
2021-10-07libgcc: use .init_stack for constructors if availableIan Lance Taylor1-0/+6
2021-08-26rs6000: inline ldouble __gcc_qsubDavid Edelsohn1-4/+10
2021-07-15[POWER10] __morestack calls from pcrel codeAlan Modra1-0/+41
2021-06-22rs6000: Fix typos in float128 ISA3.1 supportKewen Lin3-19/+10
2021-06-10rs6000: Fix *TItype_ppcSegher Boessenkool1-0/+12
2021-06-09Conversions between 128-bit integer and floating point values.Carl Love12-23/+185
2021-04-28Practical improvement to libgcc complex dividePatrick McGehearty1-8/+101
2021-04-23Fix logic error in 32-bit trampolines.Michael Meissner1-4/+2
2021-04-05Honor --disable-decimal-float on PowerPC Decimal/Float128 conversionsMichael Meissner1-2/+5
2021-04-03rs6000: Fix up libgcc ABI when built with --with-long-double-format=ieee [PR9...Jakub Jelinek1-4/+6
2021-03-29Require GLIBC 2.32 for Decimal/_Float128 conversions.Michael Meissner5-177/+1
2021-03-01Fix __sprintfkf prototype in libgcc.Michael Meissner2-2/+2
2021-02-22Add conversions between _Float128 and Decimal.Michael Meissner12-1/+431
2021-01-04Update copyright years.Jakub Jelinek70-70/+70
2020-12-03PowerPC: PR libgcc/97543 and libgcc/97643, fix long double issuesMichael Meissner1-0/+22
2020-11-17[RS6000] Use LIB2_SIDITI_CONV_FUNCS in place of ppc64-fp.cAlan Modra2-239/+1
2020-10-01[RS6000] Adjust gcc asm for power10Alan Modra2-9/+27
2020-10-01[RS6000] -mno-minimal-toc vs. power10 pcrelativeAlan Modra1-1/+6
2020-09-27aix: Use $(AR) without -X32_64 to build FAT libraries.Clément Chigot1-10/+11
2020-07-14aix: FAT libraries: test native compiler mode directlyDavid Edelsohn1-1/+1
2020-06-21aix: Add GCC64 configuration and FAT target libraries.David Edelsohn2-23/+61
2020-05-05Delete file meant for a private branchMichael Meissner1-7/+0
2020-05-05Remove files meant for private branchMichael Meissner2-85/+0
2020-05-05Delete changes meant for a private branch.Michael Meissner1-7/+0
2020-05-05Patch ieee128-lib-patch010bMichael Meissner3-0/+92
2020-05-05New fileMichael Meissner1-0/+0
2020-05-05New filesMichael Meissner2-0/+0
2020-05-05Patch ieee128-lib-patch003bMichael Meissner1-0/+7
2020-04-27RS6000: Use .machine ppc for some CRT filesSebastian Huber3-0/+3
2020-01-01Update copyright years.Jakub Jelinek71-71/+71
2019-07-03[Darwin] Some TLC for older Darwin versions.Iain Sandoe2-10/+10
2019-06-25[Darwin, PPC] Move the out of line register save/restore to an endfile.Iain Sandoe1-8/+34