aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/runtime
AgeCommit message (Expand)AuthorFilesLines
2019-07-21re PR libfortran/91030 (Poor performance of I/O -fconvert=big-endian)Thomas Koenig1-0/+8
2019-06-14Use __builtin_mul_overflow in xmallocarrayJanne Blomqvist1-9/+4
2019-04-14re PR fortran/89843 (CFI_section delivers incorrect result descriptor)Paul Thomas1-30/+35
2019-02-23re PR fortran/89385 (Incorrect members of C descriptor for an allocatable obj...Paul Thomas1-5/+6
2019-01-12gfortran.texi: Add description in sections on TS 29113 and further interopera...Paul Thomas1-0/+864
2019-01-01Update copyright years.Jakub Jelinek17-17/+17
2018-12-02Use atomic load/store to access static backtrace state pointerJanne Blomqvist1-6/+11
2018-11-30Initialize backtrace state onceJanne Blomqvist1-4/+8
2018-11-23Make recursion_check work for multiple threadsJanne Blomqvist1-7/+36
2018-09-21Use vectored writes when reporting errors and warnings.Janne Blomqvist4-79/+221
2018-09-12Fix interleaving of Fortran STOP messagesKwok Cheung Yeung1-1/+1
2018-09-12Fix Fortran STOP.Andrew Stubbs1-0/+2
2018-09-07Remove unused init_unsigned_integer function.Janne Blomqvist1-19/+0
2018-08-21re PR fortran/25829 ([F03] Asynchronous IO support)Nicolas Koenig1-19/+59
2018-07-31Reverting 'AsyncI/O patch committed' as it is breaking bare-metal builds.Andre Vieira1-56/+19
2018-07-25re PR fortran/25829 ([F03] Asynchronous IO support)Nicolas Koenig1-19/+56
2018-04-19PR85463 '[nvptx] "exit" in offloaded region doesn't terminate process'Thomas Schwinge1-2/+78
2018-04-04re PR libfortran/85166 ([nvptx, libgfortran] Libgomp fortran tests using stop...Thomas Koenig1-0/+14
2018-02-23PR 84519 Handle optional QUIET specifier for STOP and ERROR STOPJanne Blomqvist2-22/+33
2018-02-22PR 78534, 84509 Fix libgfortran API for PAUSE statementJanne Blomqvist1-5/+5
2018-02-22Character length cleanup for Coarray Fortran libraryJanne Blomqvist1-9/+9
2018-01-31Use pointer sized array indices.Janne Blomqvist3-10/+7
2018-01-30re PR fortran/37577 ([meta-bug] change internal array descriptor format for b...Thomas Koenig2-13/+29
2018-01-03Update copyright years.Jakub Jelinek17-17/+17
2017-11-28PR 53796 Improve INQUIRE(RECL=...) handlingJanne Blomqvist1-4/+0
2017-11-22PR 83097 Use __BYTE_ORDER__ predefined macro instead of runtime checkJanne Blomqvist2-35/+0
2017-09-24+2017-09-24 Dominique d'Humieres <dominiq@lps.ens.fr>Dominique d'Humieres1-3/+2
2017-05-12Typo fixes for "Don't assume __secure_getenv is available"Thomas Schwinge1-2/+2
2017-05-11Don't assume __secure_getenv is availableJanne Blomqvist1-0/+11
2017-01-01Update copyright years.Jakub Jelinek17-17/+17
2016-12-21random.c: Do not include <sys/types.h> header.Francois-Xavier Coudert1-2/+0
2016-12-21libgfortran.h: Include <stdlib.h> header.Francois-Xavier Coudert5-6/+0
2016-12-21abort.c: Remove unused headers.Francois-Xavier Coudert6-18/+0
2016-12-21re PR libfortran/70311 (libgfortran build dies on "implicit declaration of fu...Francois-Xavier Coudert2-0/+2
2016-12-19trans-decl.c (create_main_function): Remove unused elements to the set_option...Francois-Xavier Coudert1-12/+5
2016-12-19trans.h: Remove gfor_fndecl_stop_numeric_f08.Francois-Xavier Coudert1-18/+0
2016-12-19Remove unused libgfortran functionsJanne Blomqvist1-9/+0
2016-08-11Replace KISS PRNG with xorshift1024* using per-thread state.Janne Blomqvist1-2/+0
2016-01-23re PR libfortran/68744 (FAIL: gfortran.dg/backtrace_1.f90 -O0 execution test)John David Anglin1-1/+7
2016-01-04Update copyright years.Jakub Jelinek17-17/+17
2015-09-05PR 53379 Print backtrace on error termination.Janne Blomqvist2-17/+36
2015-09-02PR 67414 Better diagnostics on backtrace failure, gf_strerror bugfixJanne Blomqvist4-14/+89
2015-08-26libgfortran.h (show_variables): Remove prototype.Francois-Xavier Coudert2-249/+67
2015-08-23re PR libfortran/54572 (Use libbacktrace library)Francois-Xavier Coudert5-400/+92
2015-08-07re PR libfortran/66458 (Loading libgfortran.so changes the FPU exception flags)Francois-Xavier Coudert1-1/+5
2015-08-06* runtime/compile_options.c (set_options): Fix typos.Francois-Xavier Coudert1-2/+2
2015-03-11libgfortran LIBGFOR_MINIMAL enhancements.Thomas Schwinge1-3/+55
2015-01-15re PR fortran/61933 (Inquire on internal units)Jerry DeLisle1-0/+4
2015-01-05Update copyright years.Jakub Jelinek17-17/+17
2014-11-28Add support for a minimal version of libgfortran for accelerator targets.Bernd Schmidt2-1/+162