Age | Commit message (Expand) | Author | Files | Lines |
2025-05-13 | libfortran: Fix up _gfortran_{,m,s}findloc2_s{1,4} [PR120196] | Jakub Jelinek | 1 | -2/+2 |
2025-05-13 | libfortran: Fix up _gfortran_s{max,min}loc1_{4,8,16}_s{1,4} [PR120191] | Jakub Jelinek | 1 | -3/+2 |
2025-05-13 | libfortran: Fix up _gfortran_s{max,min}loc2_{4,8,16}_s{1,4} [PR120191] | Jakub Jelinek | 2 | -4/+4 |
2025-05-08 | libfortran: Fix up maxval/maxloc for UNSIGNED [PR120158] | Jakub Jelinek | 1 | -1/+1 |
2025-02-04 | Add modular exponentiation for UNSIGNED. | Thomas Koenig | 1 | -0/+80 |
2025-01-02 | Update copyright years. | Jakub Jelinek | 47 | -47/+47 |
2024-09-24 | Implement SUM and PRODUCT for unsigned. | Thomas Koenig | 3 | -11/+21 |
2024-09-24 | Implement MATMUL and DOT_PRODUCT for unsigned. | Thomas Koenig | 3 | -15/+18 |
2024-01-03 | Update copyright years. | Jakub Jelinek | 47 | -47/+47 |
2023-11-08 | libgfortran: Remove empty array descriptor first dimension overwrite [PR112371] | Mikael Morin | 5 | -68/+13 |
2023-11-08 | libgfortran: Remove early return if extent is zero [PR112371] | Mikael Morin | 3 | -6/+6 |
2023-11-08 | libgfortran: Don't skip allocation if size is zero [PR112412] | Mikael Morin | 4 | -17/+7 |
2023-02-27 | Fortran: Eliminate nuisance warnings by initializing. | Jerry DeLisle | 2 | -0/+5 |
2023-01-16 | Update copyright years. | Jakub Jelinek | 47 | -47/+47 |
2022-06-28 | fortran, libgfortran: Avoid using libquadmath for glibc 2.26+ | Jakub Jelinek | 1 | -0/+6 |
2022-01-11 | Make sure the Fortran specifics have real(kind=16). | Thomas Koenig | 2 | -8/+39 |
2022-01-11 | Prepare library for REAL(KIND=17). | Thomas Koenig | 2 | -3/+18 |
2022-01-03 | Update copyright years. | Jakub Jelinek | 47 | -47/+47 |
2021-03-05 | PR libfortran/99218 - matmul on temporary array accesses invalid memory | Harald Anlauf | 1 | -1/+2 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 47 | -47/+47 |
2020-10-18 | PR libfortran/97063 - Wrong result for vector (step size is negative) * matrix | Harald Anlauf | 1 | -14/+14 |
2020-09-28 | libgfortran/m4/unpack.m4: Silence -Wmaybe-uninitialized | Tobias Burnus | 1 | -4/+4 |
2020-09-03 | PR fortran/96890 - Wrong answer with intrinsic IALL | Harald Anlauf | 1 | -1/+1 |
2020-05-21 | libgfortran: Use __builtin_cpu_is/__builtin_cpu_supports | H.J. Lu | 1 | -11/+10 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 47 | -47/+47 |
2019-01-12 | re PR libfortran/88807 (misleading indentation warnings building libgfortran) | Jakub Jelinek | 1 | -21/+21 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 47 | -47/+47 |
2018-12-31 | re PR fortran/82995 (Segmentation fault passing optional argument to intrinsi... | Thomas Koenig | 9 | -15/+64 |
2018-10-28 | re PR fortran/54613 ([F08] Add FINDLOC plus support MAXLOC/MINLOC with KIND=/... | Thomas Koenig | 9 | -1/+1186 |
2018-09-16 | re PR fortran/37802 (Improve wording for matmul bound checking) | Thomas Koenig | 1 | -12/+23 |
2018-08-25 | re PR fortran/86704 (Segmentation fault when using matmul in combination with... | Thomas Koenig | 1 | -2/+7 |
2018-06-01 | re PR fortran/85816 (nested spread fails with "Integer overflow in xmallocarr... | Steven G. Kargl | 8 | -18/+19 |
2018-05-08 | re PR fortran/54613 ([F08] Add FINDLOC plus support MAXLOC/MINLOC with KIND=/... | Thomas Koenig | 14 | -115/+186 |
2018-04-06 | re PR libfortran/85253 (asan detects heap-buffer-overflow in matmul_r4.c) | Thomas Koenig | 1 | -1/+1 |
2018-02-12 | libgfortran.h (GFC_ARRAY_DESCRIPTOR): Remove dimension of descriptor to use v... | Thomas Koenig | 1 | -1/+1 |
2018-01-31 | Use pointer sized array indices. | Janne Blomqvist | 8 | -37/+24 |
2018-01-30 | re PR fortran/37577 ([meta-bug] change internal array descriptor format for b... | Thomas Koenig | 1 | -1/+0 |
2018-01-15 | re PR fortran/54613 ([F08] Add FINDLOC plus support MAXLOC/MINLOC with KIND=/... | Thomas Koenig | 15 | -92/+164 |
2018-01-07 | libgfortran.h (GFC_DTYPE_COPY): New macro. | Thomas Koenig | 11 | -21/+21 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 44 | -44/+44 |
2017-12-03 | re PR fortran/36313 ([F03] {MIN,MAX}{LOC,VAL} should accept character arguments) | Thomas Koenig | 7 | -0/+1003 |
2017-11-24 | PR 36313 Replace int with gfc_charlen_type, take 3 | Janne Blomqvist | 2 | -2/+2 |
2017-11-23 | re PR fortran/36313 ([F03] {MIN,MAX}{LOC,VAL} should accept character arguments) | Thomas Koenig | 2 | -4/+5 |
2017-11-22 | re PR fortran/36313 ([F03] {MIN,MAX}{LOC,VAL} should accept character arguments) | Thomas Koenig | 10 | -2/+1385 |
2017-07-31 | re PR fortran/81581 (runtime checks for DIM argument of intrinsic SUM missing) | Thomas Koenig | 1 | -2/+24 |
2017-07-09 | eoshift2.c (eoshift2): Use memcpy for innermost copy where possible. | Thomas Koenig | 2 | -12/+35 |
2017-06-24 | re PR fortran/52473 (CSHIFT slow - inline it?) | Thomas Koenig | 2 | -12/+318 |
2017-06-18 | re PR fortran/52473 (CSHIFT slow - inline it?) | Thomas Koenig | 1 | -24/+93 |
2017-06-06 | re PR fortran/80975 (matmul for zero-length arrays) | Thomas Koenig | 1 | -5/+5 |
2017-05-25 | re PR libfortran/78379 (Processor-specific versions for matmul) | Thomas Koenig | 2 | -0/+107 |