aboutsummaryrefslogtreecommitdiff
path: root/libgfortran
AgeCommit message (Expand)AuthorFilesLines
2017-07-24ChangeLog: Fix typo in date and ommitted PR number.Thomas Koenig1-1/+2
2017-07-24unix.c (buf_write): Return early if there is nothing to write.Thomas Koenig2-0/+8
2017-07-09eoshift2.c (eoshift2): Use memcpy for innermost copy where possible.Thomas Koenig10-54/+170
2017-07-02eoshift0.c: For contiguous arrays, use block algorithm.Thomas Koenig2-36/+113
2017-06-26Fix for SPEC CPU2017 621.wrf_s failure, add missing locking code.Jim Wilson2-0/+12
2017-06-24re PR fortran/52473 (CSHIFT slow - inline it?)Thomas Koenig48-69/+9026
2017-06-18re PR fortran/52473 (CSHIFT slow - inline it?)Thomas Koenig15-336/+1321
2017-06-06re PR fortran/80975 (matmul for zero-length arrays)Thomas Koenig28-460/+491
2017-05-29re PR fortran/53029 (missed optimization in internal read (without implied-do...Jerry DeLisle2-0/+11
2017-05-28Fix libgfortran FMA3/FMA4 testsRainer Orth3-12/+31
2017-05-26re PR fortran/80889 (Bootstrap broken on all targets due to rev 248472)Thomas Koenig3-1/+21
2017-05-25re PR libfortran/78379 (Processor-specific versions for matmul)Thomas Koenig35-27/+15964
2017-05-19[multiple changes]Jerry DeLisle2-8/+33
2017-05-17re PR fortran/80741 ([Regression 7/8] DTIO wrong code causes incorrect behavi...Jerry DeLisle3-2/+15
2017-05-15re PR libfortran/80727 (Crash of runtime gfortran library during integer tran...Jerry DeLisle2-10/+24
2017-05-15re PR fortran/80765 (178.galgel in SPEC CPU 2000 fails to run)Thomas Koenig15-198/+218
2017-05-12Typo fixes for "Don't assume __secure_getenv is available"Thomas Schwinge2-2/+9
2017-05-11Don't assume __secure_getenv is availableJanne Blomqvist3-3/+19
2017-05-10re PR target/80687 (VLA usage in libgfortran; nvptx target: "sorry, unimpleme...Thomas Koenig15-264/+218
2017-05-08re PR libfortran/80602 (Reduce stack usage for blocked matmul)Thomas Koenig16-134/+814
2017-04-11close.c: Fix white space in pointer declarations and comment formats where ap...Jerry DeLisle16-239/+258
2017-03-29re PR fortran/78670 ([F03] Incorrect file position with namelist read under D...Jerry DeLisle2-53/+65
2017-03-28re PR fortran/78661 ([OOP] Namelist output missing object designator under DTIO)Janus Weil2-10/+23
2017-03-27list_read.c: Insert /* Fall through.Dominique d'Humieres2-1/+7
2017-03-25re PR fortran/78881 ([F03] reading from string with DTIO procedure does not w...Jerry DeLisle4-21/+74
2017-03-17re PR libfortran/79956 (many new -Wmaybe-uninitialized warnings with bootstra...Thomas Koenig13-12/+29
2017-03-15Don't use Win32 functions on CYGWIN.NightStrike4-6/+17
2017-03-15re PR libfortran/79956 (many new -Wmaybe-uninitialized warnings with bootstra...Thomas Koenig15-0/+144
2017-03-11re PR fortran/78854 ([F03] DTIO namelist output not working on internal unit)Jerry DeLisle5-0/+36
2017-03-10re PR libfortran/79956 (many new -Wmaybe-uninitialized warnings with bootstra...Thomas Koenig195-730/+929
2017-03-05check.c (positive_check): Add new function checking constant for being greate...Andre Vehreschild3-6/+102
2017-03-02matmul.m4 (matmul_'rtype_code`): Avoid race condition on storing function poi...Thomas Koenig15-154/+257
2017-03-02re PR libfortran/78379 (Processor-specific versions for matmul)Thomas Koenig15-91/+62
2017-02-27Don't try to use rand_s on CYGWINJanne Blomqvist2-1/+6
2017-02-20re PR fortran/79382 (DTIO ICE)Paul Thomas2-0/+34
2017-01-31re PR fortran/79305 (real128 - undefined reference to cexpl)Steven G. Kargl3-2/+8
2017-01-19re PR target/78478 (Compile Error for i386-rtems)Uros Bizjak5-1/+55
2017-01-19re PR target/79127 (Error: invalid register for .seh_savexmm in matmul_i4.c)Jakub Jelinek3-2/+24
2017-01-17re PR other/79046 (g++ -print-file-name=plugin uses full version number in path)Jakub Jelinek5-4/+36
2017-01-13Revert r244448Janne Blomqvist13-59/+37
2017-01-13PR 78534 Change character length from int to size_tJanne Blomqvist13-37/+59
2017-01-13re PR fortran/70696 ([Coarray] ICE on EVENT POST of host-associated EVENT_TYP...Andre Vehreschild2-2/+11
2017-01-07re PR fortran/78781 ([Coarray] ICE in gfc_deallocate_scalar_with_status, at f...Andre Vehreschild2-4/+24
2017-01-03PR 78534 Revert r244011Janne Blomqvist13-59/+37
2017-01-03PR 78534 Change character length from int to size_tJanne Blomqvist13-37/+59
2017-01-01Update copyright years.Jakub Jelinek629-2161/+2170
2016-12-21random.c: Do not include <sys/types.h> header.Francois-Xavier Coudert126-135/+134
2016-12-21libgfortran.h: Include <stdlib.h> header.Francois-Xavier Coudert381-394/+399
2016-12-21abort.c: Remove unused headers.Francois-Xavier Coudert360-397/+378
2016-12-21re PR libfortran/70311 (libgfortran build dies on "implicit declaration of fu...Francois-Xavier Coudert4-1/+10