Age | Commit message (Expand) | Author | Files | Lines |
2023-06-11 | libgfortran: remove support for --enable-intermodule | Francois-Xavier Coudert | 1 | -32/+1 |
2022-06-28 | fortran, libgfortran: Avoid using libquadmath for glibc 2.26+ | Jakub Jelinek | 1 | -1/+3 |
2022-01-14 | libgfortran: Partly revert my r12-6498 change to fix Solaris build [PR104006] | Jakub Jelinek | 1 | -2/+2 |
2022-01-13 | libgfortran: Fix Solaris version file creation [PR104006] | Jakub Jelinek | 1 | -1/+1 |
2022-01-11 | libgfortran: Make sure glibc < 2.32 built powerpc64le-linux libgfortran doesn... | Jakub Jelinek | 1 | -3/+3 |
2022-01-11 | fortran, libgfortran: -mabi=ieeelongdouble I/O | Jakub Jelinek | 1 | -7/+15 |
2022-01-11 | Make sure the Fortran specifics have real(kind=16). | Thomas Koenig | 1 | -10/+11 |
2022-01-11 | Fix pattern substition for _r17 and _c17. | Thomas Koenig | 1 | -1/+8 |
2022-01-11 | Prepare library for REAL(KIND=17). | Thomas Koenig | 1 | -54/+144 |
2022-01-10 | Fortran: Allow IEEE_CLASS to identify signaling NaNs | Francois-Xavier Coudert | 1 | -1/+7 |
2021-09-07 | libgfortran: Makefile fix for ISO_Fortran_binding.h | Tobias Burnus | 1 | -6/+4 |
2021-09-06 | Fortran: Revert to non-multilib-specific ISO_Fortran_binding.h | Sandra Loosemore | 1 | -9/+3 |
2021-08-27 | libgfortran: Use the libtool macro to determine libm availability. | Iain Sandoe | 1 | -1/+1 |
2021-08-10 | gfortran: Fix in-build-tree testing [PR101305, PR101660] | Tobias Burnus | 1 | -0/+9 |
2021-07-27 | Bind(C): Fix type encodings in ISO_Fortran_binding.h | Sandra Loosemore | 1 | -2/+13 |
2020-07-26 | libgfortran: Skip integer-kind=16 check for amdgcn | Tobias Burnus | 1 | -3/+3 |
2020-06-22 | build: Use -include instead of conditional include. | David Edelsohn | 1 | -3/+1 |
2020-06-21 | aix: Add GCC64 configuration and FAT target libraries. | David Edelsohn | 1 | -0/+5 |
2020-05-29 | libgfortran: Export forgotten _gfortran_{,m,s}findloc{0,1}_c10 [PR95390] | Jakub Jelinek | 1 | -0/+2 |
2020-04-07 | Fix PR fortran/93871 and re-implement degree-valued trigonometric intrinsics. | Fritz Reese | 1 | -0/+1 |
2019-05-17 | re PR fortran/54613 ([F08] Add FINDLOC plus support MAXLOC/MINLOC with KIND=/... | Jakub Jelinek | 1 | -0/+2 |
2019-05-02 | Makefile.am (gfor_cdir): Remove $(MULTISUBDIR). | Jakub Jelinek | 1 | -1/+1 |
2019-01-12 | gfortran.texi: Add description in sections on TS 29113 and further interopera... | Paul Thomas | 1 | -1/+7 |
2019-01-07 | re PR fortran/45424 ([F08] Add IS_CONTIGUOUS intrinsic) | Thomas Koenig | 1 | -0/+1 |
2018-10-31 | Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856). | Joseph Myers | 1 | -0/+2 |
2018-10-28 | re PR fortran/54613 ([F08] Add FINDLOC plus support MAXLOC/MINLOC with KIND=/... | Thomas Koenig | 1 | -2/+62 |
2018-08-21 | re PR fortran/25829 ([F03] Asynchronous IO support) | Nicolas Koenig | 1 | -2/+4 |
2018-07-31 | Reverting 'AsyncI/O patch committed' as it is breaking bare-metal builds. | Andre Vieira | 1 | -4/+2 |
2018-07-25 | re PR fortran/25829 ([F03] Asynchronous IO support) | Nicolas Koenig | 1 | -2/+4 |
2018-06-01 | re PR fortran/63570 ([F2018] Implement 13.7.137 RANDOM INIT (REPEATABLE, IMAG... | Steven G. Kargl | 1 | -1/+2 |
2017-12-03 | re PR fortran/36313 ([F03] {MIN,MAX}{LOC,VAL} should accept character arguments) | Thomas Koenig | 1 | -1/+32 |
2017-11-22 | re PR fortran/36313 ([F03] {MIN,MAX}{LOC,VAL} should accept character arguments) | Thomas Koenig | 1 | -2/+71 |
2017-06-24 | re PR fortran/52473 (CSHIFT slow - inline it?) | Thomas Koenig | 1 | -2/+46 |
2017-05-25 | re PR libfortran/78379 (Processor-specific versions for matmul) | Thomas Koenig | 1 | -2/+25 |
2017-01-17 | re PR other/79046 (g++ -print-file-name=plugin uses full version number in path) | Jakub Jelinek | 1 | -1/+1 |
2016-12-19 | Makefile.am: Remove ISO_C_BINDING runtime functions. | Francois-Xavier Coudert | 1 | -2/+0 |
2016-12-19 | Makefile.am: Remove intrinsics/bit_intrinsics.c. | Francois-Xavier Coudert | 1 | -1/+0 |
2016-12-19 | Remove unused libgfortran functions | Janne Blomqvist | 1 | -78/+5 |
2016-12-12 | Disable hwcaps on libgfortran | Rainer Orth | 1 | -0/+1 |
2016-12-03 | re PR libfortran/78379 (Processor-specific versions for matmul) | Thomas Koenig | 1 | -1/+1 |
2016-11-16 | re PR libfortran/51119 (MATMUL slow for large matrices) | Jerry DeLisle | 1 | -1/+1 |
2016-11-15 | [multiple changes] | Jerry DeLisle | 1 | -1/+1 |
2015-08-26 | re PR fortran/29600 ([F03] MINLOC and MAXLOC take an optional KIND argument) | Francois-Xavier Coudert | 1 | -0/+2 |
2015-08-23 | re PR libfortran/54572 (Use libbacktrace library) | Francois-Xavier Coudert | 1 | -2/+6 |
2015-07-06 | re PR libfortran/40267 (Eventually get rid of libgfortranbegin.a) | Francois-Xavier Coudert | 1 | -6/+0 |
2014-11-28 | Add support for a minimal version of libgfortran for accelerator targets. | Bernd Schmidt | 1 | -36/+62 |
2014-06-28 | re PR fortran/29383 (Fortran 2003/F95[TR15580:1999]: Floating point exception... | Francois-Xavier Coudert | 1 | -2/+43 |
2012-03-26 | Combined get_mem and internal_malloc_size. | Janne Blomqvist | 1 | -5/+5 |
2012-01-09 | Link libgfortran with -shared-libgcc | Rainer Orth | 1 | -1/+3 |
2011-11-02 | Move gthr to toplevel libgcc | Rainer Orth | 1 | -1/+3 |