summaryrefslogtreecommitdiff
path: root/libgfortran/generated
Commit message (Expand)AuthorAgeFilesLines
* re PR libfortran/32972 (performance of pack/unpack)Thomas Koenig2008-03-2813-0/+3601
* re PR libfortran/32972 (performance of pack/unpack)Thomas Koenig2008-03-2313-0/+4394
* re PR libfortran/32972 (performance of pack/unpack)Thomas Koenig2008-03-2113-0/+4030
* re PR libfortran/32972 (performance of pack/unpack)Thomas Koenig2008-03-1912-0/+1416
* ifunction_logical.m4: Add casts to get rid of warnings.Francois-Xavier Coudert2008-02-2515-30/+45
* re PR libfortran/35001 (shape for negative sizes)Thomas Koenig2008-02-023-6/+9
* re PR libfortran/34980 (Segfault in shape given a scalar)Thomas Koenig2008-01-283-0/+9
* re PR libfortran/34671 (any(kind=1) and all(kind=1))Thomas Koenig2008-01-1519-976/+1217
* re PR libfortran/34746 (wrong formats in libgfortran's runtime_error)Thomas Koenig2008-01-13167-1482/+1649
* re PR libfortran/34670 (bounds checking for array intrinsics)Thomas Koenig2008-01-11167-1457/+9665
* re PR fortran/34566 (Matmul of logical values)Thomas Koenig2007-12-253-6/+6
* minloc1.m4: Update copyright year and ajust headers order.Francois-Xavier Coudert2007-08-31421-936/+759
* re PR libfortran/32972 (performance of pack/unpack)Thomas Koenig2007-08-24155-2634/+3233
* re PR libfortran/32336 (matmul: flag runtime- instead of assertation error)Thomas Koenig2007-07-0913-13/+26
* Forgot to delete these during yesterdays commit.Janne Blomqvist2007-07-024-320/+0
* cpu_time.c: Don't include headers already included by libgfortran.h.Francois-Xavier Coudert2007-04-06150-154/+0
* re PR fortran/30981 ([4.1 only] a ** exp fails for integer exponents if exp i...Thomas Koenig2007-03-0433-90/+222
* re PR libfortran/30533 ([4.1 only] minval, maxval missing for kind=1 and kind=2)Thomas Koenig2007-02-1934-0/+12914
* re PR fortran/30512 ([4.1 only] MAXVAL() incorrect for zero-size int arrays, ...Tobias Burnus2007-02-0921-51/+51
* gfortran.h (gfc_options_t): Add flag_allow_leading_underscore.Francois-Xavier Coudert2007-01-20137-471/+471
* re PR fortran/30321 (program crash for SUM applied to zero-size array)Thomas Koenig2006-12-3096-690/+3753
* re PR libfortran/27895 (problem with RESHAPE and zero-sized arrays)Francois-Xavier Coudert2006-11-0311-55/+363
* re PR fortran/26025 (Optionally use BLAS for matmul)Francois-Xavier Coudert2006-10-2211-33/+484
* minval_r8.c: Regenerate.Francois-Xavier Coudert2006-10-20169-300/+300
* spacing.m4: Use scalbn[f,l] if ldexp[f,l] is unavailable.Steven G. Kargl2006-10-138-8/+44
* re PR fortran/15441 (RRSPACING broken for denormals)Steven G. Kargl2006-10-098-0/+424
* re PR fortran/16580 ([4.1 only] gfortran ICE on test g77.f-torture/execute/in...François-Xavier Coudert2006-10-0717-0/+1027
* re PR libfortran/18791 (CABS specifics declared of wrong type)Francois-Xavier Coudert2006-09-298-16/+16
* re PR fortran/28947 (Double MATMUL() uses wrong array elements)Paul Thomas2006-09-1011-0/+154
* re PR libfortran/27919 (dot_product should be removed from the library)Janne Blomqvist2006-07-1914-1157/+0
* re PR fortran/28094 (Modulo of real(kind=10) variables doesn't work)Francois-Xavier Coudert2006-06-242-0/+102
* re PR fortran/26769 (Implement transpose() and reshape() for real instead of ...Francois-Xavier Coudert2006-06-224-0/+712
* re PR fortran/25049 (TRANSPOSE not allowed in initialisation expression)Paul Thomas2006-06-2011-121/+308
* in_pack.m4: Add TODO comment about detecting temporaries...Janne Blomqvist2006-06-06184-3135/+63
* re PR libfortran/26985 (incorrect matmul result)Francois-Xavier Coudert2006-05-0511-22/+22
* re PR fortran/26769 (Implement transpose() and reshape() for real instead of ...Jakub Jelinek2006-04-222-0/+372
* re PR fortran/26769 (Implement transpose() and reshape() for real instead of ...Thomas Koenig2006-03-252-0/+372
* re PR fortran/20935 (failed assertion for maxloc(n, mask=.true.))Thomas Koenig2006-03-20120-0/+6396
* re PR libfortran/25378 ([Fortran 2003] maxloc for all-false mask)Paul Thomas2006-03-1384-336/+336
* re PR libfortran/24903 (dotprod should use __builtin_conj)Francois-Xavier Coudert2006-02-164-12/+4
* Make-lang.in (fortran/trans-resolve.o): Depend on fortran/dependency.h.Richard Sandiford2005-12-1311-88/+693
* libgfortran ChangeLog:Janne Blomqvist2005-11-27175-1739/+2583
* re PR libfortran/21468 (vectorizing libfortran)Janne Blomqvist2005-11-1414-153/+159
* re PR libfortran/19308 (I/O library should support more real and integer kinds)François-Xavier Coudert2005-10-03370-0/+33763
* c99_protos.h: Add prototypes for C99 complex functions.Francois-Xavier Coudert2005-09-256-610/+0
* re PR fortran/19269 (transpose(reshape(...)) of character array segfaults.)Richard Sandiford2005-09-136-122/+258
* All files: Update FSF address.Kelley Cook2005-08-17188-376/+376
* libgfortran.h (GFC_ARRAY_DESCRIPTOR): Replace 'type *base' by 'size_t offset'.Tobias Schlüter2005-07-0882-138/+138
* re PR fortran/21594 ([4.0 only] FAIL: gfortran.dg/eoshift.f90 -O0 execution...Thomas Koenig2005-07-074-4/+32
* re PR libfortran/22142 ([4.0 only] eoshift: boundary not filled in correctly)Thomas Koenig2005-06-282-2/+2