aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/m4/matmul.m4
AgeCommit message (Expand)AuthorFilesLines
2014-06-17Introduce xmallocarray, an overflow checking variant of xmalloc.Janne Blomqvist1-1/+1
2014-01-02Update copyright years in libgfortran/Richard Sandiford1-1/+1
2013-01-14Update copyright years in libgfortran.Richard Sandiford1-1/+1
2012-03-26Combined get_mem and internal_malloc_size.Janne Blomqvist1-1/+1
2012-03-10libgfortran.h (descriptor_dimension, [...]): Rename _lbound to lower_bound an...Tobias Burnus1-7/+7
2009-06-21re PR fortran/37577 ([meta-bug] change internal array descriptor format for b...Thomas Koenig1-35/+32
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek1-15/+10
2008-09-06libgfortran.h (likely,unlikely): New makros.Tobias Burnus1-1/+1
2008-07-07re PR fortran/36341 (MATMUL: Bounds check missing)Thomas Koenig1-0/+41
2008-04-23re PR fortran/35988 (run-time abort for MATMUL of run-time zero sized array)Thomas Koenig1-1/+4
2007-08-31minloc1.m4: Update copyright year and ajust headers order.Francois-Xavier Coudert1-4/+4
2007-07-09re PR libfortran/32336 (matmul: flag runtime- instead of assertation error)Thomas Koenig1-1/+2
2007-03-14re PR libfortran/30690 ([4.2, 4.1 only] Clean up m4 files)Thomas Koenig1-42/+42
2006-10-22re PR fortran/26025 (Optionally use BLAS for matmul)Francois-Xavier Coudert1-3/+44
2006-09-10re PR fortran/28947 (Double MATMUL() uses wrong array elements)Paul Thomas1-0/+14
2006-06-20re PR fortran/25049 (TRANSPOSE not allowed in initialisation expression)Paul Thomas1-11/+28
2006-06-06in_pack.m4: Add TODO comment about detecting temporaries...Janne Blomqvist1-10/+1
2006-05-05re PR libfortran/26985 (incorrect matmul result)Francois-Xavier Coudert1-2/+2
2005-12-13Make-lang.in (fortran/trans-resolve.o): Depend on fortran/dependency.h.Richard Sandiford1-8/+63
2005-11-14re PR libfortran/21468 (vectorizing libfortran)Janne Blomqvist1-12/+12
2005-10-03re PR libfortran/19308 (I/O library should support more real and integer kinds)François-Xavier Coudert1-0/+4
2005-08-17All files: Update FSF address.Kelley Cook1-2/+2
2005-07-08libgfortran.h (GFC_ARRAY_DESCRIPTOR): Replace 'type *base' by 'size_t offset'.Tobias Schlüter1-1/+1
2005-06-07re PR libfortran/21926 ([4.0 only] matmul does not deal with non-packed result)Thomas Koenig1-1/+8
2005-05-15Remove extra whitespace.Andreas Jaeger1-3/+3
2005-05-15normalize.c (almostone_r4, [...]): Fix parameter list.Andreas Jaeger1-3/+3
2005-04-30Fix matmul PR18857 and supply testcasePaul Thomas1-4/+0
2005-01-12re PR libfortran/19280 (Inconsistent licensing of libgfortran)Toon Moene1-5/+14
2004-12-12iresolve.c (gfc_resolve_all, [...]): Use PREFIX.Richard Henderson1-3/+3
2004-12-12acinclude.m4 (LIBGFOR_CHECK_ATTRIBUTE_VISIBILITY): New.Richard Henderson1-0/+3
2004-12-06cshift0.c, [...]: Use internal_malloc_size instead of internal_malloc.Richard Henderson1-2/+2
2004-11-18Modified Files:Victor Leikehman1-60/+94
2004-08-09matmul.m4, [...]: Allocate space if return value has NULL in its data field.Victor Leikehman1-1/+31
2004-05-18Makefile.am: Remove references to types.m4.Paul Brook1-6/+1
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-0/+145