aboutsummaryrefslogtreecommitdiff
path: root/libgcc/config/riscv
AgeCommit message (Expand)AuthorFilesLines
2024-05-06[RISC-V] Add support for _Bfloat16Xiao Zeng3-4/+12
2024-01-03Update copyright years.Jakub Jelinek9-9/+9
2023-10-13riscv: Fix -Wincompatible-pointer-types warning during libgcc buildFlorian Weimer1-1/+1
2023-09-06libgcc _BitInt support [PR102989]Jakub Jelinek1-3/+3
2023-07-22Fix PR 110066: crash with -pg -static on riscvAndrew Pinski1-0/+5
2023-07-06RISC-V: Handle rouding mode correctly on zfinxKito Cheng1-1/+1
2023-05-02RISC-V: Enforce Libatomic LR/SC SEQ_CSTPatrick O'Neill1-2/+2
2023-04-26RISCV: Inline subword atomic opsPatrick O'Neill1-0/+2
2023-02-13RISC-V: Handle vlenb correctly in unwindingKito Cheng1-0/+39
2023-01-16Update copyright years.Jakub Jelinek8-8/+8
2022-10-06libgcc: Decrease size of _Unwind_FrameState and even more size of cleared are...Jakub Jelinek1-2/+2
2022-08-16RISC-V: Support _Float16 type.Kito Cheng3-0/+9
2022-01-03Update copyright years.Jakub Jelinek8-8/+8
2021-12-06RISC-V: jal cannot refer to a default visibility symbol for shared object.Nelson Chu2-7/+14
2021-03-23RISC-V: Update soft-fp config for big-endianMarcus Comstedt1-0/+4
2021-01-04Update copyright years.Jakub Jelinek8-8/+8
2020-09-29RISC-V/libgcc: Use `-fasynchronous-unwind-tables' for LIB2_DIVMOD_FUNCSMaciej W. Rozycki1-0/+2
2020-07-31RISC-V/libgcc: Reduce the size of RV64 millicode by 6 bytesMaciej W. Rozycki1-6/+7
2020-06-02RISC-V: Make __divdi3 handle div by zero same as hardware.Jim Wilson1-3/+5
2020-01-01Update copyright years.Jakub Jelinek8-8/+8
2019-11-01RISC-V: Build soft-float divide routines for -mno-fdiv.Jim Wilson1-0/+17
2019-01-01Update copyright years.Jakub Jelinek8-8/+8
2018-05-18RISC-V: Add RV32E support.Kito Cheng1-1/+45
2018-01-03Update copyright years.Jakub Jelinek8-8/+8
2017-12-12Use C version of multi3 for RVE support.Kito Cheng3-91/+87
2017-12-08Add .type and .size directives to riscv libgcc functions.Jim Wilson5-102/+175
2017-06-28Use ucontext_t not struct ucontext in linux-unwind.h files.Joseph Myers1-1/+1
2017-02-06RISC-V Port: libgccPalmer Dabbelt14-0/+1112