| Commit message (Expand) | Author | Age | Files | Lines |
* | Fortran: Eliminate nuisance warnings by initializing. | Jerry DeLisle | 2023-02-27 | 30 | -0/+75 |
* | Update copyright years. | Jakub Jelinek | 2023-01-16 | 694 | -694/+694 |
* | fortran, libgfortran: Avoid using libquadmath for glibc 2.26+ | Jakub Jelinek | 2022-06-28 | 4 | -0/+12 |
* | Make sure the Fortran specifics have real(kind=16). | Thomas Koenig | 2022-01-11 | 31 | -88/+88 |
* | Prepare library for REAL(KIND=17). | Thomas Koenig | 2022-01-11 | 85 | -0/+26418 |
* | Update copyright years. | Jakub Jelinek | 2022-01-03 | 609 | -609/+609 |
* | PR libfortran/99218 - matmul on temporary array accesses invalid memory | Harald Anlauf | 2021-03-05 | 26 | -91/+182 |
* | Update copyright years. | Jakub Jelinek | 2021-01-04 | 609 | -609/+609 |
* | PR libfortran/97063 - Wrong result for vector (step size is negative) * matrix | Harald Anlauf | 2020-10-18 | 26 | -1274/+1274 |
* | libgfortran/m4/unpack.m4: Silence -Wmaybe-uninitialized | Tobias Burnus | 2020-09-28 | 13 | -52/+52 |
* | PR fortran/96890 - Wrong answer with intrinsic IALL | Harald Anlauf | 2020-09-03 | 5 | -5/+5 |
* | libgfortran: Export forgotten _gfortran_{,m,s}findloc{0,1}_c10 [PR95390] | Jakub Jelinek | 2020-05-29 | 2 | -0/+898 |
* | libgfortran: Use __builtin_cpu_is/__builtin_cpu_supports | H.J. Lu | 2020-05-21 | 13 | -143/+130 |
* | Update copyright years. | Jakub Jelinek | 2020-01-01 | 607 | -607/+607 |
* | re PR fortran/54613 ([F08] Add FINDLOC plus support MAXLOC/MINLOC with KIND=/... | Jakub Jelinek | 2019-05-17 | 2 | -0/+898 |
* | re PR libfortran/88807 (misleading indentation warnings building libgfortran) | Jakub Jelinek | 2019-01-12 | 27 | -567/+567 |
* | Update copyright years. | Jakub Jelinek | 2019-01-01 | 605 | -605/+605 |
* | re PR fortran/82995 (Segmentation fault passing optional argument to intrinsi... | Thomas Koenig | 2018-12-31 | 227 | -305/+2101 |
* | re PR fortran/54613 ([F08] Add FINDLOC plus support MAXLOC/MINLOC with KIND=/... | Thomas Koenig | 2018-10-28 | 72 | -388/+12390 |
* | re PR fortran/37802 (Improve wording for matmul bound checking) | Thomas Koenig | 2018-09-16 | 26 | -1092/+2093 |
* | re PR fortran/86704 (Segmentation fault when using matmul in combination with... | Thomas Koenig | 2018-08-25 | 26 | -182/+637 |
* | re PR fortran/85816 (nested spread fails with "Integer overflow in xmallocarr... | Steven G. Kargl | 2018-06-01 | 243 | -633/+646 |
* | re PR fortran/54613 ([F08] Add FINDLOC plus support MAXLOC/MINLOC with KIND=/... | Thomas Koenig | 2018-05-08 | 212 | -3011/+4243 |
* | re PR libfortran/85253 (asan detects heap-buffer-overflow in matmul_r4.c) | Thomas Koenig | 2018-04-06 | 26 | -91/+91 |
* | libgfortran.h (GFC_ARRAY_DESCRIPTOR): Remove dimension of descriptor to use v... | Thomas Koenig | 2018-02-12 | 11 | -11/+11 |
* | Use pointer sized array indices. | Janne Blomqvist | 2018-01-31 | 64 | -331/+240 |
* | re PR fortran/37577 ([meta-bug] change internal array descriptor format for b... | Thomas Koenig | 2018-01-30 | 3 | -3/+0 |
* | re PR fortran/54613 ([F08] Add FINDLOC plus support MAXLOC/MINLOC with KIND=/... | Thomas Koenig | 2018-01-15 | 212 | -930/+3049 |
* | libgfortran.h (GFC_DTYPE_COPY): New macro. | Thomas Koenig | 2018-01-07 | 252 | -642/+642 |
* | Update copyright years. | Jakub Jelinek | 2018-01-03 | 577 | -577/+577 |
* | re PR fortran/36313 ([F03] {MIN,MAX}{LOC,VAL} should accept character arguments) | Thomas Koenig | 2017-12-03 | 8 | -0/+3272 |
* | PR 36313 Replace int with gfc_charlen_type, take 3 | Janne Blomqvist | 2017-11-24 | 12 | -12/+12 |
* | re PR fortran/36313 ([F03] {MIN,MAX}{LOC,VAL} should accept character arguments) | Thomas Koenig | 2017-11-23 | 12 | -24/+30 |
* | re PR fortran/36313 ([F03] {MIN,MAX}{LOC,VAL} should accept character arguments) | Thomas Koenig | 2017-11-22 | 36 | -0/+12414 |
* | re PR fortran/81581 (runtime checks for DIM argument of intrinsic SUM missing) | Thomas Koenig | 2017-07-31 | 122 | -348/+2897 |
* | eoshift2.c (eoshift2): Use memcpy for innermost copy where possible. | Thomas Koenig | 2017-07-09 | 6 | -36/+105 |
* | re PR fortran/52473 (CSHIFT slow - inline it?) | Thomas Koenig | 2017-06-24 | 42 | -36/+7899 |
* | re PR fortran/52473 (CSHIFT slow - inline it?) | Thomas Koenig | 2017-06-18 | 13 | -312/+1209 |
* | re PR fortran/80975 (matmul for zero-length arrays) | Thomas Koenig | 2017-06-06 | 26 | -455/+455 |
* | re PR libfortran/78379 (Processor-specific versions for matmul) | Thomas Koenig | 2017-05-25 | 26 | -0/+15470 |
* | re PR fortran/80765 (178.galgel in SPEC CPU 2000 fails to run) | Thomas Koenig | 2017-05-15 | 13 | -195/+195 |
* | re PR target/80687 (VLA usage in libgfortran; nvptx target: "sorry, unimpleme... | Thomas Koenig | 2017-05-10 | 13 | -260/+195 |
* | re PR libfortran/80602 (Reduce stack usage for blocked matmul) | Thomas Koenig | 2017-05-08 | 13 | -130/+780 |
* | re PR libfortran/79956 (many new -Wmaybe-uninitialized warnings with bootstra... | Thomas Koenig | 2017-03-17 | 11 | -11/+11 |
* | re PR libfortran/79956 (many new -Wmaybe-uninitialized warnings with bootstra... | Thomas Koenig | 2017-03-15 | 11 | -0/+99 |
* | re PR libfortran/79956 (many new -Wmaybe-uninitialized warnings with bootstra... | Thomas Koenig | 2017-03-10 | 191 | -721/+721 |
* | matmul.m4 (matmul_'rtype_code`): Avoid race condition on storing function poi... | Thomas Koenig | 2017-03-02 | 13 | -143/+221 |
* | re PR libfortran/78379 (Processor-specific versions for matmul) | Thomas Koenig | 2017-03-02 | 13 | -81/+39 |
* | Update copyright years. | Jakub Jelinek | 2017-01-01 | 481 | -481/+481 |
* | random.c: Do not include <sys/types.h> header. | Francois-Xavier Coudert | 2016-12-21 | 117 | -117/+0 |