summaryrefslogtreecommitdiff
path: root/libgfortran/m4
Commit message (Expand)AuthorAgeFilesLines
* 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
* [multiple changes]Jerry DeLisle2016-11-151-83/+317
* Update copyright years.Jakub Jelinek2016-01-0439-39/+39
* re PR fortran/29600 ([F03] MINLOC and MAXLOC take an optional KIND argument)Francois-Xavier Coudert2015-08-261-2/+2
* Update copyright years.Jakub Jelinek2015-01-0539-39/+39
* Fix -Wmaybe-uninitialized warnings.Janne Blomqvist2014-10-011-0/+4
* re PR libfortran/62188 (Array bounds overrun in bessel_yn_r4/8/16 and other f...Steven G. Kargl2014-08-201-1/+1
* Introduce xmallocarray, an overflow checking variant of xmalloc.Janne Blomqvist2014-06-1716-38/+35
* Update copyright years in libgfortran/Richard Sandiford2014-01-0239-39/+39
* Update copyright years in libgfortran.Richard Sandiford2013-01-1439-40/+39
* bessel.m4: Remove useless statement.Tobias Burnus2012-10-282-10/+4
* cshift0.m4 (cshift0_'rtype_code`): Guard use of modulo.Michael Matz2012-04-101-3/+7
* Combined get_mem and internal_malloc_size.Janne Blomqvist2012-03-2617-30/+30
* libgfortran.h (descriptor_dimension, [...]): Rename _lbound to lower_bound an...Tobias Burnus2012-03-1018-153/+153
* re PR fortran/49479 (reshape / optionals / zero sized arrays)Thomas Koenig2011-09-101-2/+1
* memory.c (internal_malloc_size): If size is zero, allocate a single byte.Thomas Koenig2011-07-054-23/+14
* re PR fortran/49479 (reshape / optionals / zero sized arrays)Thomas Koenig2011-06-281-1/+9
* Cleanup memsize typesJanne Blomqvist2011-04-121-2/+2
* re PR fortran/48066 (Segfault with SUM of zero-sized array)Thomas Koenig2011-03-122-2/+2
* Update Copyright years for files modified in 2010.Jakub Jelinek2011-01-037-7/+7
* re PR fortran/32049 (Support on x86_64 also kind=16)Francois-Xavier Coudert2010-11-161-1/+1
* re PR fortran/46007 (wrong code for SHAPE in a scalarized loop)Thomas Koenig2010-10-211-1/+11
* re PR fortran/38282 (Bit intrinsics: ILEN and IBCHNG)Tobias Burnus2010-09-063-0/+138
* bessel.m4: Fix printf warning by casting to (long int).Tobias Burnus2010-09-061-2/+2
* mtype.m4 (upcase, [...]): New macros.Francois-Xavier Coudert2010-08-289-41/+64
* re PR fortran/33197 (Fortran 2008: math functions)Tobias Burnus2010-08-2711-26/+126
* re PR fortran/36158 (Transformational function BESSEL_YN(n1,n2,x) and BESSEL_...Tobias Burnus2010-08-211-0/+185