aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/generated
AgeCommit message (Expand)AuthorFilesLines
2016-12-19Remove unused functions, take 2.Janne Blomqvist35-2453/+0
2016-12-03re PR libfortran/78379 (Processor-specific versions for matmul)Thomas Koenig13-0/+29045
2016-11-15[multiple changes]Jerry DeLisle13-1053/+4095
2016-01-04Update copyright years.Jakub Jelinek516-516/+516
2015-08-26re PR fortran/29600 ([F03] MINLOC and MAXLOC take an optional KIND argument)Francois-Xavier Coudert5-6/+140
2015-01-05Update copyright years.Jakub Jelinek514-514/+514
2014-10-01Fix -Wmaybe-uninitialized warnings.Janne Blomqvist13-0/+52
2014-08-20re PR libfortran/62188 (Array bounds overrun in bessel_yn_r4/8/16 and other f...Steven G. Kargl4-4/+4
2014-06-17Introduce xmallocarray, an overflow checking variant of xmalloc.Janne Blomqvist297-1444/+1092
2014-01-02Update copyright years in libgfortran/Richard Sandiford514-514/+514
2013-01-14Update copyright years in libgfortran.Richard Sandiford514-527/+514
2012-10-28bessel.m4: Remove useless statement.Tobias Burnus117-795/+226
2012-04-10cshift0.m4 (cshift0_'rtype_code`): Guard use of modulo.Michael Matz13-39/+91
2012-03-26Combined get_mem and internal_malloc_size.Janne Blomqvist297-706/+706
2012-03-10libgfortran.h (descriptor_dimension, [...]): Rename _lbound to lower_bound an...Tobias Burnus323-3157/+3142
2011-09-10re PR fortran/49479 (reshape / optionals / zero sized arrays)Thomas Koenig98-196/+98
2011-09-01bessel_r4.c: Regenerated.Thomas Koenig4-8/+0
2011-08-28re PR fortran/48066 (Segfault with SUM of zero-sized array)Thomas Koenig161-169/+161
2011-07-05memory.c (internal_malloc_size): If size is zero, allocate a single byte.Thomas Koenig32-209/+142
2011-06-28re PR fortran/49479 (reshape / optionals / zero sized arrays)Thomas Koenig11-11/+99
2011-04-12Cleanup memsize typesJanne Blomqvist13-26/+26
2011-03-12re PR fortran/48066 (Segfault with SUM of zero-sized array)Thomas Koenig113-113/+113
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek27-27/+27
2010-11-16re PR fortran/32049 (Support on x86_64 also kind=16)Francois-Xavier Coudert15-11/+102
2010-10-21re PR fortran/46007 (wrong code for SHAPE in a scalarized loop)Thomas Koenig3-3/+33
2010-09-06re PR fortran/38282 (Bit intrinsics: ILEN and IBCHNG)Tobias Burnus15-0/+7635
2010-09-06bessel.m4: Fix printf warning by casting to (long int).Tobias Burnus4-8/+8
2010-08-28mtype.m4 (upcase, [...]): New macros.Francois-Xavier Coudert32-134/+262
2010-08-27re PR fortran/33197 (Fortran 2008: math functions)Tobias Burnus122-200/+2085
2010-08-21re PR fortran/36158 (Transformational function BESSEL_YN(n1,n2,x) and BESSEL_...Tobias Burnus4-0/+732
2009-11-28pack_generic.c (pack_internal): Remove unused zero_sized variable.Jakub Jelinek98-294/+0
2009-08-30pack.m4 (pack_'rtype_code`): Use count_0 for counting true values in a logica...Thomas Koenig13-741/+65
2009-07-24re PR fortran/40643 (maxloc/minloc: Wrong result for NaN at position 1)Jakub Jelinek152-13274/+20060
2009-07-19[multiple changes]Thomas Koenig161-6900/+1278
2009-06-21re PR fortran/37577 ([meta-bug] change internal array descriptor format for b...Thomas Koenig295-8906/+8072
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek485-7275/+4850
2009-01-21re PR fortran/38887 (run-time abort for MVBITS with run-time zero sized array...Daniel Kraft13-39/+39
2008-11-23re PR libfortran/38234 (In Reshape, SOURCE can be bigger than result)Thomas Koenig11-352/+352
2008-11-22re PR libfortran/38225 (RESHAPE bounds with multi-dimensional SOURCE)Thomas Koenig11-11/+88
2008-11-18re PR fortran/38135 (RESHAPE gives wrong result)Thomas Koenig11-44/+44
2008-10-21re PR libfortran/34670 (bounds checking for array intrinsics)Thomas Koenig11-0/+242
2008-10-16re PR libfortran/34670 (bounds checking for array intrinsics)Thomas Koenig1-2/+1
2008-10-15re PR libfortran/34670 (bounds checking for array intrinsics)Thomas Koenig12-1/+233
2008-09-07re PR fortran/37203 (Check ORDER= of RESHAPE)Thomas Koenig11-0/+297
2008-09-06libgfortran.h (likely,unlikely): New makros.Tobias Burnus196-500/+500
2008-08-14re PR libfortran/36886 (misaligment for cshift of character)Thomas Koenig13-0/+2288
2008-07-21re PR libfortran/36773 (zero-sized arrays with cshift and eoshift)Thomas Koenig9-3/+51
2008-07-07re PR fortran/36341 (MATMUL: Bounds check missing)Thomas Koenig16-0/+656
2008-06-13re PR fortran/36518 (libgfortran: "warning: format '%d' expects type 'int', b...Tobias Burnus15-15/+15
2008-05-28re PR fortran/36319 (Segfault with wide characters in DATA)Francois-Xavier Coudert9-24/+291