aboutsummaryrefslogtreecommitdiff
path: root/libgfortran
AgeCommit message (Expand)AuthorFilesLines
9 daysDaily bump.GCC Administrator1-0/+4
10 dayslibgfortran/intrinsics: Fix build for targets with int32_t=long intHans-Peter Nilsson1-1/+1
10 daysDaily bump.GCC Administrator1-0/+10
11 daysFortran: Implement the F2018 reduce intrinsic [PR85836]Paul Thomas4-2/+296
2025-02-28Daily bump.GCC Administrator1-0/+6
2025-02-27nvptx: Build libgfortran with '-mfake-ptx-alloca' [PR107635]Thomas Schwinge2-0/+6
2025-02-22Daily bump.GCC Administrator1-0/+5
2025-02-21Fortran: Fix build on solaris [PR107635]Andre Vehreschild1-2/+2
2025-02-21Daily bump.GCC Administrator1-0/+69
2025-02-20Fortran: Remove deprecated coarray routines [PR107635]Andre Vehreschild2-2499/+0
2025-02-20Fortran: Add transfer_between_remotes [PR107635]Andre Vehreschild2-0/+81
2025-02-20Fortran: Add send_to_remote [PR107635]Andre Vehreschild2-15/+54
2025-02-20Fortran: Add caf_is_present_on_remote. [PR107635]Andre Vehreschild2-102/+29
2025-02-20Fortran: Allow to use non-pure/non-elemental functions in coarray indexes [PR...Andre Vehreschild2-9/+19
2025-02-20Fortran: Prepare for more caf-rework. [PR107635]Andre Vehreschild2-16/+13
2025-02-20Fortran: Move caf_get-rewrite to coarray.cc [PR107635]Andre Vehreschild2-9/+8
2025-02-07Daily bump.GCC Administrator1-0/+8
2025-02-06Fortran: Fix handling of the X edit descriptor.Jerry DeLisle1-26/+49
2025-02-05Daily bump.GCC Administrator1-0/+32
2025-02-04Add modular exponentiation for UNSIGNED.Thomas Koenig29-19/+2247
2025-01-25Daily bump.GCC Administrator1-0/+6
2025-01-24Fortran: Fix UTF-8 output with A edit descriptor.Jerry DeLisle1-1/+3
2025-01-18Daily bump.GCC Administrator1-0/+6
2025-01-17libfortran: G formatting for UNSIGNED [PR118536]Harald Anlauf1-0/+3
2025-01-17Daily bump.GCC Administrator1-0/+6
2025-01-16libfortran: fix conversion of UNSIGNED(kind=16) to decimal in output [PR118406]Harald Anlauf1-9/+26
2025-01-02Update copyright years.Jakub Jelinek937-937/+937
2025-01-02Rotate ChangeLog files.Jakub Jelinek14-474/+467
2024-12-24Daily bump.GCC Administrator1-0/+5
2024-12-24libgfortran: Fix build for targets with int32_t=long intHans-Peter Nilsson1-1/+1
2024-12-23Daily bump.GCC Administrator1-0/+22
2024-12-22Fortran: Replace getting of coarray data with accessor-based version. [PR107635]Andre Vehreschild2-6/+144
2024-12-21Daily bump.GCC Administrator1-0/+12
2024-12-20Fortran: Fix caf_stop_numeric and reporting exceptions from caf [PR57598]Andre Vehreschild4-6/+24
2024-12-11Daily bump.GCC Administrator1-0/+9
2024-12-10Fortran: Fix READ with padding in BLANK ZERO mode.Jerry DeLisle1-9/+42
2024-12-05Daily bump.GCC Administrator1-0/+5
2024-12-03Fortran: Fix B64.0 formatted write output.Jerry DeLisle1-0/+4
2024-11-24Daily bump.GCC Administrator1-0/+7
2024-11-23Fortran: Reject missing comma in format.Jerry DeLisle1-3/+6
2024-10-08Daily bump.GCC Administrator1-0/+65
2024-10-07Implement MAXLOC and MINLOC for unsigned.Thomas Koenig62-55/+30048
2024-10-02Daily bump.GCC Administrator1-0/+16
2024-10-01Implement MAXVAL and MINVAL for UNSIGNED.Thomas Koenig13-6/+5712
2024-09-25Daily bump.GCC Administrator1-0/+74
2024-09-24Add random numbers and fix some bugs.Thomas Koenig2-0/+450
2024-09-24Implement SUM and PRODUCT for unsigned.Thomas Koenig33-501/+511
2024-09-24Implement MATMUL and DOT_PRODUCT for unsigned.Thomas Koenig19-1060/+1070
2024-09-08Daily bump.GCC Administrator1-0/+39
2024-09-07Implement first part of unsigned integers for Fortran.Thomas Koenig8-48/+591