aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/generated/matmul_i8.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-03-05PR libfortran/99218 - matmul on temporary array accesses invalid memoryHarald Anlauf1-5/+10
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-10-18PR libfortran/97063 - Wrong result for vector (step size is negative) * matrixHarald Anlauf1-70/+70
2020-05-21libgfortran: Use __builtin_cpu_is/__builtin_cpu_supportsH.J. Lu1-11/+10
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-09-16re PR fortran/37802 (Improve wording for matmul bound checking)Thomas Koenig1-60/+115
2018-08-25re PR fortran/86704 (Segmentation fault when using matmul in combination with...Thomas Koenig1-10/+35
2018-04-06re PR libfortran/85253 (asan detects heap-buffer-overflow in matmul_r4.c)Thomas Koenig1-5/+5
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-06-06re PR fortran/80975 (matmul for zero-length arrays)Thomas Koenig1-25/+25
2017-05-25re PR libfortran/78379 (Processor-specific versions for matmul)Thomas Koenig1-0/+38
2017-05-15re PR fortran/80765 (178.galgel in SPEC CPU 2000 fails to run)Thomas Koenig1-15/+15
2017-05-10re PR target/80687 (VLA usage in libgfortran; nvptx target: "sorry, unimpleme...Thomas Koenig1-20/+15
2017-05-08re PR libfortran/80602 (Reduce stack usage for blocked matmul)Thomas Koenig1-10/+60
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-5/+3
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-21libgfortran.h: Include <stdlib.h> header.Francois-Xavier Coudert1-1/+0
2016-12-03re PR libfortran/78379 (Processor-specific versions for matmul)Thomas Koenig1-0/+2233
2016-11-15[multiple changes]Jerry DeLisle1-81/+315
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
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-3/+3
2007-07-09re PR libfortran/32336 (matmul: flag runtime- instead of assertation error)Thomas Koenig1-1/+2
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