aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/config
AgeCommit message (Expand)AuthorFilesLines
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
2005-10-12gfortran.h: Add bitmasks for different FPE traps.François-Xavier Coudert3-0/+253