aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/m4
AgeCommit message (Expand)AuthorFilesLines
2019-01-12re PR libfortran/88807 (misleading indentation warnings building libgfortran)Jakub Jelinek1-21/+21
2019-01-01Update copyright years.Jakub Jelinek47-47/+47
2018-12-31re PR fortran/82995 (Segmentation fault passing optional argument to intrinsi...Thomas Koenig9-15/+64
2018-10-28re PR fortran/54613 ([F08] Add FINDLOC plus support MAXLOC/MINLOC with KIND=/...Thomas Koenig9-1/+1186
2018-09-16re PR fortran/37802 (Improve wording for matmul bound checking)Thomas Koenig1-12/+23
2018-08-25re PR fortran/86704 (Segmentation fault when using matmul in combination with...Thomas Koenig1-2/+7
2018-06-01re PR fortran/85816 (nested spread fails with "Integer overflow in xmallocarr...Steven G. Kargl8-18/+19
2018-05-08re PR fortran/54613 ([F08] Add FINDLOC plus support MAXLOC/MINLOC with KIND=/...Thomas Koenig14-115/+186
2018-04-06re PR libfortran/85253 (asan detects heap-buffer-overflow in matmul_r4.c)Thomas Koenig1-1/+1
2018-02-12libgfortran.h (GFC_ARRAY_DESCRIPTOR): Remove dimension of descriptor to use v...Thomas Koenig1-1/+1
2018-01-31Use pointer sized array indices.Janne Blomqvist8-37/+24
2018-01-30re PR fortran/37577 ([meta-bug] change internal array descriptor format for b...Thomas Koenig1-1/+0
2018-01-15re PR fortran/54613 ([F08] Add FINDLOC plus support MAXLOC/MINLOC with KIND=/...Thomas Koenig15-92/+164
2018-01-07libgfortran.h (GFC_DTYPE_COPY): New macro.Thomas Koenig11-21/+21
2018-01-03Update copyright years.Jakub Jelinek44-44/+44
2017-12-03re PR fortran/36313 ([F03] {MIN,MAX}{LOC,VAL} should accept character arguments)Thomas Koenig7-0/+1003
2017-11-24PR 36313 Replace int with gfc_charlen_type, take 3Janne Blomqvist2-2/+2
2017-11-23re PR fortran/36313 ([F03] {MIN,MAX}{LOC,VAL} should accept character arguments)Thomas Koenig2-4/+5
2017-11-22re PR fortran/36313 ([F03] {MIN,MAX}{LOC,VAL} should accept character arguments)Thomas Koenig10-2/+1385
2017-07-31re PR fortran/81581 (runtime checks for DIM argument of intrinsic SUM missing)Thomas Koenig1-2/+24
2017-07-09eoshift2.c (eoshift2): Use memcpy for innermost copy where possible.Thomas Koenig2-12/+35
2017-06-24re PR fortran/52473 (CSHIFT slow - inline it?)Thomas Koenig2-12/+318
2017-06-18re PR fortran/52473 (CSHIFT slow - inline it?)Thomas Koenig1-24/+93
2017-06-06re PR fortran/80975 (matmul for zero-length arrays)Thomas Koenig1-5/+5
2017-05-25re PR libfortran/78379 (Processor-specific versions for matmul)Thomas Koenig2-0/+107
2017-05-15re PR fortran/80765 (178.galgel in SPEC CPU 2000 fails to run)Thomas Koenig1-3/+3
2017-05-10re PR target/80687 (VLA usage in libgfortran; nvptx target: "sorry, unimpleme...Thomas Koenig1-4/+3
2017-05-08re PR libfortran/80602 (Reduce stack usage for blocked matmul)Thomas Koenig1-2/+12
2017-03-17re PR libfortran/79956 (many new -Wmaybe-uninitialized warnings with bootstra...Thomas Koenig1-1/+1
2017-03-15re PR libfortran/79956 (many new -Wmaybe-uninitialized warnings with bootstra...Thomas Koenig1-0/+9
2017-03-10re PR libfortran/79956 (many new -Wmaybe-uninitialized warnings with bootstra...Thomas Koenig3-9/+9
2017-03-02matmul.m4 (matmul_'rtype_code`): Avoid race condition on storing function poi...Thomas Koenig1-11/+17
2017-03-02re PR libfortran/78379 (Processor-specific versions for matmul)Thomas Koenig1-10/+3
2017-01-01Update copyright years.Jakub Jelinek32-32/+32
2016-12-21random.c: Do not include <sys/types.h> header.Francois-Xavier Coudert6-12/+6
2016-12-21libgfortran.h: Include <stdlib.h> header.Francois-Xavier Coudert30-44/+14
2016-12-21abort.c: Remove unused headers.Francois-Xavier Coudert28-44/+16
2016-12-19Remove unused functions, take 2.Janne Blomqvist7-407/+0
2016-12-03re PR libfortran/78379 (Processor-specific versions for matmul)Thomas Koenig2-514/+619
2016-11-15[multiple changes]Jerry DeLisle1-83/+317
2016-01-04Update copyright years.Jakub Jelinek39-39/+39
2015-08-26re PR fortran/29600 ([F03] MINLOC and MAXLOC take an optional KIND argument)Francois-Xavier Coudert1-2/+2
2015-01-05Update copyright years.Jakub Jelinek39-39/+39
2014-10-01Fix -Wmaybe-uninitialized warnings.Janne Blomqvist1-0/+4
2014-08-20re PR libfortran/62188 (Array bounds overrun in bessel_yn_r4/8/16 and other f...Steven G. Kargl1-1/+1
2014-06-17Introduce xmallocarray, an overflow checking variant of xmalloc.Janne Blomqvist16-38/+35
2014-01-02Update copyright years in libgfortran/Richard Sandiford39-39/+39
2013-01-14Update copyright years in libgfortran.Richard Sandiford39-40/+39
2012-10-28bessel.m4: Remove useless statement.Tobias Burnus2-10/+4
2012-04-10cshift0.m4 (cshift0_'rtype_code`): Guard use of modulo.Michael Matz1-3/+7