summaryrefslogtreecommitdiff
path: root/libgfortran/m4
Commit message (Expand)AuthorAgeFilesLines
* fortran, libgfortran: Avoid using libquadmath for glibc 2.26+Jakub Jelinek2022-06-281-0/+6
* Make sure the Fortran specifics have real(kind=16).Thomas Koenig2022-01-112-8/+39
* Prepare library for REAL(KIND=17).Thomas Koenig2022-01-112-3/+18
* Update copyright years.Jakub Jelinek2022-01-0347-47/+47
* PR libfortran/99218 - matmul on temporary array accesses invalid memoryHarald Anlauf2021-03-051-1/+2
* Update copyright years.Jakub Jelinek2021-01-0447-47/+47
* PR libfortran/97063 - Wrong result for vector (step size is negative) * matrixHarald Anlauf2020-10-181-14/+14
* libgfortran/m4/unpack.m4: Silence -Wmaybe-uninitializedTobias Burnus2020-09-281-4/+4
* PR fortran/96890 - Wrong answer with intrinsic IALLHarald Anlauf2020-09-031-1/+1
* libgfortran: Use __builtin_cpu_is/__builtin_cpu_supportsH.J. Lu2020-05-211-11/+10
* Update copyright years.Jakub Jelinek2020-01-0147-47/+47
* re PR libfortran/88807 (misleading indentation warnings building libgfortran)Jakub Jelinek2019-01-121-21/+21
* Update copyright years.Jakub Jelinek2019-01-0147-47/+47
* re PR fortran/82995 (Segmentation fault passing optional argument to intrinsi...Thomas Koenig2018-12-319-15/+64
* re PR fortran/54613 ([F08] Add FINDLOC plus support MAXLOC/MINLOC with KIND=/...Thomas Koenig2018-10-289-1/+1186
* re PR fortran/37802 (Improve wording for matmul bound checking)Thomas Koenig2018-09-161-12/+23
* re PR fortran/86704 (Segmentation fault when using matmul in combination with...Thomas Koenig2018-08-251-2/+7
* re PR fortran/85816 (nested spread fails with "Integer overflow in xmallocarr...Steven G. Kargl2018-06-018-18/+19
* re PR fortran/54613 ([F08] Add FINDLOC plus support MAXLOC/MINLOC with KIND=/...Thomas Koenig2018-05-0814-115/+186
* re PR libfortran/85253 (asan detects heap-buffer-overflow in matmul_r4.c)Thomas Koenig2018-04-061-1/+1
* libgfortran.h (GFC_ARRAY_DESCRIPTOR): Remove dimension of descriptor to use v...Thomas Koenig2018-02-121-1/+1
* Use pointer sized array indices.Janne Blomqvist2018-01-318-37/+24
* re PR fortran/37577 ([meta-bug] change internal array descriptor format for b...Thomas Koenig2018-01-301-1/+0
* re PR fortran/54613 ([F08] Add FINDLOC plus support MAXLOC/MINLOC with KIND=/...Thomas Koenig2018-01-1515-92/+164
* libgfortran.h (GFC_DTYPE_COPY): New macro.Thomas Koenig2018-01-0711-21/+21
* Update copyright years.Jakub Jelinek2018-01-0344-44/+44
* re PR fortran/36313 ([F03] {MIN,MAX}{LOC,VAL} should accept character arguments)Thomas Koenig2017-12-037-0/+1003
* PR 36313 Replace int with gfc_charlen_type, take 3Janne Blomqvist2017-11-242-2/+2
* re PR fortran/36313 ([F03] {MIN,MAX}{LOC,VAL} should accept character arguments)Thomas Koenig2017-11-232-4/+5
* re PR fortran/36313 ([F03] {MIN,MAX}{LOC,VAL} should accept character arguments)Thomas Koenig2017-11-2210-2/+1385
* re PR fortran/81581 (runtime checks for DIM argument of intrinsic SUM missing)Thomas Koenig2017-07-311-2/+24
* eoshift2.c (eoshift2): Use memcpy for innermost copy where possible.Thomas Koenig2017-07-092-12/+35
* re PR fortran/52473 (CSHIFT slow - inline it?)Thomas Koenig2017-06-242-12/+318
* re PR fortran/52473 (CSHIFT slow - inline it?)Thomas Koenig2017-06-181-24/+93
* re PR fortran/80975 (matmul for zero-length arrays)Thomas Koenig2017-06-061-5/+5
* re PR libfortran/78379 (Processor-specific versions for matmul)Thomas Koenig2017-05-252-0/+107
* re PR fortran/80765 (178.galgel in SPEC CPU 2000 fails to run)Thomas Koenig2017-05-151-3/+3
* re PR target/80687 (VLA usage in libgfortran; nvptx target: "sorry, unimpleme...Thomas Koenig2017-05-101-4/+3
* re PR libfortran/80602 (Reduce stack usage for blocked matmul)Thomas Koenig2017-05-081-2/+12
* re PR libfortran/79956 (many new -Wmaybe-uninitialized warnings with bootstra...Thomas Koenig2017-03-171-1/+1
* re PR libfortran/79956 (many new -Wmaybe-uninitialized warnings with bootstra...Thomas Koenig2017-03-151-0/+9
* re PR libfortran/79956 (many new -Wmaybe-uninitialized warnings with bootstra...Thomas Koenig2017-03-103-9/+9
* matmul.m4 (matmul_'rtype_code`): Avoid race condition on storing function poi...Thomas Koenig2017-03-021-11/+17
* re PR libfortran/78379 (Processor-specific versions for matmul)Thomas Koenig2017-03-021-10/+3
* Update copyright years.Jakub Jelinek2017-01-0132-32/+32
* random.c: Do not include <sys/types.h> header.Francois-Xavier Coudert2016-12-216-12/+6
* libgfortran.h: Include <stdlib.h> header.Francois-Xavier Coudert2016-12-2130-44/+14
* abort.c: Remove unused headers.Francois-Xavier Coudert2016-12-2128-44/+16
* Remove unused functions, take 2.Janne Blomqvist2016-12-197-407/+0
* re PR libfortran/78379 (Processor-specific versions for matmul)Thomas Koenig2016-12-032-514/+619