aboutsummaryrefslogtreecommitdiff
path: root/libgcc/config/gcn
AgeCommit message (Expand)AuthorFilesLines
9 daysnon-gcc: Remove trailing whitespaceJakub Jelinek1-1/+1
2024-01-26amdgcn: additional gfx1030/gfx1100 supportAndrew Stubbs1-1/+1
2024-01-03Update copyright years.Jakub Jelinek13-13/+13
2023-12-23GCN, nvptx: Basic '__cxa_guard_{acquire,abort,release}' for C++ static local ...Thomas Schwinge1-0/+3
2023-11-03GCN: Address undeclared 'NULL' usage in 'libgcc/config/gcn/gthr-gcn.h:__gthre...Thomas Schwinge1-1/+1
2023-10-20amdgcn: add -march=gfx1030 EXPERIMENTALAndrew Stubbs1-1/+2
2023-06-19amdgcn: implement vector div and mod libfuncsAndrew Stubbs9-47/+1052
2023-06-19amdgcn: Delete inactive libfuncsAndrew Stubbs3-126/+0
2023-01-16Update copyright years.Jakub Jelinek9-9/+9
2022-03-09GCN: Implement __atomic_compare_exchange_{1,2} in libgcc [PR102215]Tobias Burnus1-1/+28
2022-01-03Update copyright years.Jakub Jelinek9-9/+9
2021-06-29amdgcn: Enable support for TImode for AMD GCNJulian Brown4-0/+92
2021-06-29amdgcn: Use unsigned types for udivsi3/umodsi3 libgcc helper args/returnJulian Brown2-6/+6
2021-01-04Update copyright years.Jakub Jelinek7-7/+7
2020-01-10[amdgcn] Remove dependency on stdint.h in libgccKwok Cheung Yeung1-3/+2
2020-01-09[amdgcn] Add support for sub-word sync_compare_and_swap operationsKwok Cheung Yeung2-1/+62
2020-01-01Update copyright years.Jakub Jelinek6-6/+6
2019-06-25Stub implementation of unwinding for AMD GCN.Andrew Stubbs2-1/+39
2019-06-25Create GCN-specific gthreadsKwok Cheung Yeung1-0/+163
2019-05-22Add support for constructors and destuctors on GCNKwok Cheung Yeung1-0/+56
2019-01-17GCN libgcc.Andrew Stubbs6-0/+373