index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libgfortran
/
config
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-16
Update copyright years.
Jakub Jelinek
6
-6
/
+6
2022-09-19
Fortran: F2018 rounding modes changes
Francois-Xavier Coudert
6
-10
/
+62
2022-01-03
Update copyright years.
Jakub Jelinek
6
-6
/
+6
2021-12-20
Fortran: add support for IEEE intrinsics on aarch64 non-glibc targets
Francois-Xavier Coudert
1
-0
/
+331
2021-01-04
Update copyright years.
Jakub Jelinek
5
-5
/
+5
2020-09-27
aix: Use $(AR) without -X32_64 to build FAT libraries.
Clément Chigot
1
-4
/
+5
2020-08-17
aix: Support libgfortran libcaf_single.a as a FAT library
David Edelsohn
1
-1
/
+2
2020-07-14
aix: FAT libraries: test native compiler mode directly
David Edelsohn
1
-1
/
+1
2020-06-21
aix: Add GCC64 configuration and FAT target libraries.
David Edelsohn
1
-0
/
+10
2020-06-01
i386: Add __attribute__ ((gcc_struct)) to struct fenv [PR95418]
Uros Bizjak
1
-1
/
+1
2020-05-06
i386: Use generic division to generate INEXACT exception
Uros Bizjak
1
-21
/
+21
2020-05-01
i386: Use generic division to generate INVALID and DIVZERO exceptions
Uros Bizjak
1
-12
/
+7
2020-04-19
i386: Remove unneeded assignments when triggering SSE exceptions
Uros Bizjak
1
-6
/
+0
2020-01-01
Update copyright years.
Jakub Jelinek
5
-5
/
+5
2019-01-30
re PR fortran/88678 (Many gfortran.dg/ieee/ieee_X.f90 test cases fail startin...
Uros Bizjak
1
-35
/
+1
2019-01-30
re PR fortran/88678 (Many gfortran.dg/ieee/ieee_X.f90 test cases fail startin...
Uros Bizjak
1
-12
/
+20
2019-01-01
Update copyright years.
Jakub Jelinek
5
-5
/
+5
2018-01-03
Update copyright years.
Jakub Jelinek
5
-5
/
+5
2017-01-01
Update copyright years.
Jakub Jelinek
5
-5
/
+5
2016-11-16
[PR libgfortran/78314] Fix ieee_support_halting
Szabolcs Nagy
1
-1
/
+35
2016-01-04
Update copyright years.
Jakub Jelinek
5
-5
/
+5
2015-08-04
* config/fpu-387.h: Remove unwanted whitespace.
Uros Bizjak
1
-1
/
+1
2015-08-04
fpu-387.h (get_fpu_trap_exceptions): Add temporary variable to improve genera...
Uros Bizjak
1
-18
/
+21
2015-01-05
Update copyright years.
Jakub Jelinek
5
-5
/
+5
2014-07-10
fpu-*.h (get_fpu_rounding_mode, [...]): Clean up, mark unreachable code as such.
Francois-Xavier Coudert
4
-25
/
+15
2014-07-09
libgfortran.h (support_fpu_underflow_control, [...]): New prototypes.
Francois-Xavier Coudert
5
-1
/
+160
2014-07-08
Use FP_RN etc. unconditionally
Rainer Orth
1
-42
/
+0
2014-07-07
fpu-387.h, [...]: Use static assertions.
Francois-Xavier Coudert
4
-30
/
+20
2014-07-05
Restore Solaris/SPARC bootstrap
Rainer Orth
1
-0
/
+2
2014-07-02
* config/fpu-sysv.h (void set_fpu): Remove stalled comment.
Uros Bizjak
1
-1
/
+0
2014-07-02
* config/fpu-glibc.h: Fix comment about FE_DENORMAL.
Francois-Xavier Coudert
1
-1
/
+1
2014-07-02
configure.host (ieee_flags): Add -mieee for alpha*.
Uros Bizjak
2
-0
/
+6
2014-06-29
fpu-387.h (my_fenv_t): Amend structure so it also works on mingw32.
Francois-Xavier Coudert
1
-2
/
+1
2014-06-28
re PR fortran/29383 (Fortran 2003/F95[TR15580:1999]: Floating point exception...
Francois-Xavier Coudert
5
-89
/
+1066
2014-04-22
Remove obsolete Solaris 9 support
Rainer Orth
1
-46
/
+0
2014-01-02
Update copyright years in libgfortran/
Richard Sandiford
5
-5
/
+5
2013-12-11
fpu-387.h (sigill_hdlr, [...]): Emit
Tobias Burnus
1
-3
/
+3
2013-07-23
fpu-387.h (get_fpu_rounding_mode): Read rounding mode from SSE mxcsr register...
Uros Bizjak
1
-11
/
+26
2013-07-21
re PR libfortran/35862 ([F2003] Implement new rounding modes for run time)
Tobias Burnus
1
-3
/
+3
2013-07-21
re PR libfortran/35862 ([F2003] Implement new rounding modes for run time)
Tobias Burnus
5
-2
/
+312
2013-06-24
configure.ac: Check for fp_except and fp_except_t.
Tobias Burnus
1
-0
/
+6
2013-06-21
* config/fpu-sysv.h (get_fpu_except_flags): Fix typo.
Eric Botcazou
1
-1
/
+1
2013-06-20
fpu-387.h (_FPU_MASK_ALL): New.
Uros Bizjak
1
-29
/
+31
2013-06-19
fpu-387.h: Use __asm__ and __volatile__ consistently.
Uros Bizjak
1
-23
/
+14
2013-06-17
gfortran.h (gfc_option_t): Add fpe_summary.
Tobias Burnus
5
-0
/
+162
2013-01-14
Update copyright years in libgfortran.
Richard Sandiford
5
-5
/
+5
2012-09-05
fpu-387.h (set_fpu): Prefix stmxcsr and ldmxcsr with %v.
Uros Bizjak
1
-2
/
+2
2012-09-05
fpu-387.h (set_fpu): Use __builtin_ia32_stmxcsr and __builtin_ia32_ldmxcsr in...
Uros Bizjak
1
-2
/
+2
2011-06-03
gcc:
Richard Henderson
1
-4
/
+4
2011-05-20
Clarify FP exception documentation and messages
Janne Blomqvist
5
-16
/
+16
[next]