aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/config
AgeCommit message (Expand)AuthorFilesLines
2019-01-30re PR fortran/88678 (Many gfortran.dg/ieee/ieee_X.f90 test cases fail startin...Uros Bizjak1-35/+1
2019-01-30re PR fortran/88678 (Many gfortran.dg/ieee/ieee_X.f90 test cases fail startin...Uros Bizjak1-12/+20
2019-01-01Update copyright years.Jakub Jelinek5-5/+5
2018-01-03Update copyright years.Jakub Jelinek5-5/+5
2017-01-01Update copyright years.Jakub Jelinek5-5/+5
2016-11-16[PR libgfortran/78314] Fix ieee_support_haltingSzabolcs Nagy1-1/+35
2016-01-04Update copyright years.Jakub Jelinek5-5/+5
2015-08-04* config/fpu-387.h: Remove unwanted whitespace.Uros Bizjak1-1/+1
2015-08-04fpu-387.h (get_fpu_trap_exceptions): Add temporary variable to improve genera...Uros Bizjak1-18/+21
2015-01-05Update copyright years.Jakub Jelinek5-5/+5
2014-07-10fpu-*.h (get_fpu_rounding_mode, [...]): Clean up, mark unreachable code as such.Francois-Xavier Coudert4-25/+15
2014-07-09libgfortran.h (support_fpu_underflow_control, [...]): New prototypes.Francois-Xavier Coudert5-1/+160
2014-07-08Use FP_RN etc. unconditionallyRainer Orth1-42/+0
2014-07-07fpu-387.h, [...]: Use static assertions.Francois-Xavier Coudert4-30/+20
2014-07-05Restore Solaris/SPARC bootstrapRainer Orth1-0/+2
2014-07-02* config/fpu-sysv.h (void set_fpu): Remove stalled comment.Uros Bizjak1-1/+0
2014-07-02* config/fpu-glibc.h: Fix comment about FE_DENORMAL.Francois-Xavier Coudert1-1/+1
2014-07-02configure.host (ieee_flags): Add -mieee for alpha*.Uros Bizjak2-0/+6
2014-06-29fpu-387.h (my_fenv_t): Amend structure so it also works on mingw32.Francois-Xavier Coudert1-2/+1
2014-06-28re PR fortran/29383 (Fortran 2003/F95[TR15580:1999]: Floating point exception...Francois-Xavier Coudert5-89/+1066
2014-04-22Remove obsolete Solaris 9 supportRainer Orth1-46/+0
2014-01-02Update copyright years in libgfortran/Richard Sandiford5-5/+5
2013-12-11fpu-387.h (sigill_hdlr, [...]): EmitTobias Burnus1-3/+3
2013-07-23fpu-387.h (get_fpu_rounding_mode): Read rounding mode from SSE mxcsr register...Uros Bizjak1-11/+26
2013-07-21re PR libfortran/35862 ([F2003] Implement new rounding modes for run time)Tobias Burnus1-3/+3
2013-07-21re PR libfortran/35862 ([F2003] Implement new rounding modes for run time)Tobias Burnus5-2/+312
2013-06-24configure.ac: Check for fp_except and fp_except_t.Tobias Burnus1-0/+6
2013-06-21* config/fpu-sysv.h (get_fpu_except_flags): Fix typo.Eric Botcazou1-1/+1
2013-06-20fpu-387.h (_FPU_MASK_ALL): New.Uros Bizjak1-29/+31
2013-06-19fpu-387.h: Use __asm__ and __volatile__ consistently.Uros Bizjak1-23/+14
2013-06-17gfortran.h (gfc_option_t): Add fpe_summary.Tobias Burnus5-0/+162
2013-01-14Update copyright years in libgfortran.Richard Sandiford5-5/+5
2012-09-05fpu-387.h (set_fpu): Prefix stmxcsr and ldmxcsr with %v.Uros Bizjak1-2/+2
2012-09-05fpu-387.h (set_fpu): Use __builtin_ia32_stmxcsr and __builtin_ia32_ldmxcsr in...Uros Bizjak1-2/+2
2011-06-03gcc:Richard Henderson1-4/+4
2011-05-20Clarify FP exception documentation and messagesJanne Blomqvist5-16/+16
2011-05-14Error printing thread safety, remove GFORTRAN_USE_STDERRJanne Blomqvist4-56/+56
2010-08-26fpu-387.h (has_sse): Remove cw_sse, unused.Rainer Orth1-2/+3
2010-07-12config.gcc (i[34567]86-*-solaris2*): Default with_arch_32 to pentiumpro on So...Rainer Orth1-1/+46
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek5-75/+48
2007-09-07fpu-387.h: Include cpuid.h.Uros Bizjak1-36/+25
2007-08-31minloc1.m4: Update copyright year and ajust headers order.Francois-Xavier Coudert5-5/+5
2007-04-06cpu_time.c: Don't include headers already included by libgfortran.h.Francois-Xavier Coudert2-7/+0
2006-04-01fpu-387.h: Use previously added SSE code in all cases, as it really is the ri...Francois-Xavier Coudert1-10/+0
2006-03-30re PR libfortran/26712 (gfortran on mac intel runtime floating point exceptio...Francois-Xavier Coudert1-0/+12
2005-11-18fpu-glibc.h (set_fpu): Only call fedisableexcept for nonzero FE_ALL_EXCEPT.Hans-Peter Nilsson1-1/+2
2005-10-28acinclude.m4 (LIBGFOR_CHECK_FPSETMASK): New check.François-Xavier Coudert2-0/+183
2005-10-23fpu.c: Add _GNU_SOURCE definition.Francois-Xavier Coudert1-1/+0
2005-10-14fpu-387.h (set_fpu): Remove extra ":" in stmxcsr.Uros Bizjak1-4/+5
2005-10-13* config/fpu-387.h (set_fpu): Add "=m" for stmxcsr.Uros Bizjak1-1/+1