summaryrefslogtreecommitdiff
path: root/libgfortran/generated
Commit message (Expand)AuthorAgeFilesLines
* Fortran: Eliminate nuisance warnings by initializing.Jerry DeLisle2023-02-2730-0/+75
* Update copyright years.Jakub Jelinek2023-01-16694-694/+694
* fortran, libgfortran: Avoid using libquadmath for glibc 2.26+Jakub Jelinek2022-06-284-0/+12
* Make sure the Fortran specifics have real(kind=16).Thomas Koenig2022-01-1131-88/+88
* Prepare library for REAL(KIND=17).Thomas Koenig2022-01-1185-0/+26418
* Update copyright years.Jakub Jelinek2022-01-03609-609/+609
* PR libfortran/99218 - matmul on temporary array accesses invalid memoryHarald Anlauf2021-03-0526-91/+182
* Update copyright years.Jakub Jelinek2021-01-04609-609/+609
* PR libfortran/97063 - Wrong result for vector (step size is negative) * matrixHarald Anlauf2020-10-1826-1274/+1274
* libgfortran/m4/unpack.m4: Silence -Wmaybe-uninitializedTobias Burnus2020-09-2813-52/+52
* PR fortran/96890 - Wrong answer with intrinsic IALLHarald Anlauf2020-09-035-5/+5
* libgfortran: Export forgotten _gfortran_{,m,s}findloc{0,1}_c10 [PR95390]Jakub Jelinek2020-05-292-0/+898
* libgfortran: Use __builtin_cpu_is/__builtin_cpu_supportsH.J. Lu2020-05-2113-143/+130
* Update copyright years.Jakub Jelinek2020-01-01607-607/+607
* re PR fortran/54613 ([F08] Add FINDLOC plus support MAXLOC/MINLOC with KIND=/...Jakub Jelinek2019-05-172-0/+898
* re PR libfortran/88807 (misleading indentation warnings building libgfortran)Jakub Jelinek2019-01-1227-567/+567
* Update copyright years.Jakub Jelinek2019-01-01605-605/+605
* re PR fortran/82995 (Segmentation fault passing optional argument to intrinsi...Thomas Koenig2018-12-31227-305/+2101
* re PR fortran/54613 ([F08] Add FINDLOC plus support MAXLOC/MINLOC with KIND=/...Thomas Koenig2018-10-2872-388/+12390
* re PR fortran/37802 (Improve wording for matmul bound checking)Thomas Koenig2018-09-1626-1092/+2093
* re PR fortran/86704 (Segmentation fault when using matmul in combination with...Thomas Koenig2018-08-2526-182/+637
* re PR fortran/85816 (nested spread fails with "Integer overflow in xmallocarr...Steven G. Kargl2018-06-01243-633/+646
* re PR fortran/54613 ([F08] Add FINDLOC plus support MAXLOC/MINLOC with KIND=/...Thomas Koenig2018-05-08212-3011/+4243
* re PR libfortran/85253 (asan detects heap-buffer-overflow in matmul_r4.c)Thomas Koenig2018-04-0626-91/+91
* libgfortran.h (GFC_ARRAY_DESCRIPTOR): Remove dimension of descriptor to use v...Thomas Koenig2018-02-1211-11/+11
* Use pointer sized array indices.Janne Blomqvist2018-01-3164-331/+240
* re PR fortran/37577 ([meta-bug] change internal array descriptor format for b...Thomas Koenig2018-01-303-3/+0
* re PR fortran/54613 ([F08] Add FINDLOC plus support MAXLOC/MINLOC with KIND=/...Thomas Koenig2018-01-15212-930/+3049
* libgfortran.h (GFC_DTYPE_COPY): New macro.Thomas Koenig2018-01-07252-642/+642
* Update copyright years.Jakub Jelinek2018-01-03577-577/+577
* re PR fortran/36313 ([F03] {MIN,MAX}{LOC,VAL} should accept character arguments)Thomas Koenig2017-12-038-0/+3272
* PR 36313 Replace int with gfc_charlen_type, take 3Janne Blomqvist2017-11-2412-12/+12
* re PR fortran/36313 ([F03] {MIN,MAX}{LOC,VAL} should accept character arguments)Thomas Koenig2017-11-2312-24/+30
* re PR fortran/36313 ([F03] {MIN,MAX}{LOC,VAL} should accept character arguments)Thomas Koenig2017-11-2236-0/+12414
* re PR fortran/81581 (runtime checks for DIM argument of intrinsic SUM missing)Thomas Koenig2017-07-31122-348/+2897
* eoshift2.c (eoshift2): Use memcpy for innermost copy where possible.Thomas Koenig2017-07-096-36/+105
* re PR fortran/52473 (CSHIFT slow - inline it?)Thomas Koenig2017-06-2442-36/+7899
* re PR fortran/52473 (CSHIFT slow - inline it?)Thomas Koenig2017-06-1813-312/+1209
* re PR fortran/80975 (matmul for zero-length arrays)Thomas Koenig2017-06-0626-455/+455
* re PR libfortran/78379 (Processor-specific versions for matmul)Thomas Koenig2017-05-2526-0/+15470
* re PR fortran/80765 (178.galgel in SPEC CPU 2000 fails to run)Thomas Koenig2017-05-1513-195/+195
* re PR target/80687 (VLA usage in libgfortran; nvptx target: "sorry, unimpleme...Thomas Koenig2017-05-1013-260/+195
* re PR libfortran/80602 (Reduce stack usage for blocked matmul)Thomas Koenig2017-05-0813-130/+780
* re PR libfortran/79956 (many new -Wmaybe-uninitialized warnings with bootstra...Thomas Koenig2017-03-1711-11/+11
* re PR libfortran/79956 (many new -Wmaybe-uninitialized warnings with bootstra...Thomas Koenig2017-03-1511-0/+99
* re PR libfortran/79956 (many new -Wmaybe-uninitialized warnings with bootstra...Thomas Koenig2017-03-10191-721/+721
* matmul.m4 (matmul_'rtype_code`): Avoid race condition on storing function poi...Thomas Koenig2017-03-0213-143/+221
* re PR libfortran/78379 (Processor-specific versions for matmul)Thomas Koenig2017-03-0213-81/+39
* Update copyright years.Jakub Jelinek2017-01-01481-481/+481
* random.c: Do not include <sys/types.h> header.Francois-Xavier Coudert2016-12-21117-117/+0