aboutsummaryrefslogtreecommitdiff
path: root/libgcc/config/gcn
AgeCommit message (Expand)AuthorFilesLines
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