summaryrefslogtreecommitdiff
path: root/libgfortran/config
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2017-01-015-5/+5
* [PR libgfortran/78314] Fix ieee_support_haltingSzabolcs Nagy2016-11-161-1/+35
* Update copyright years.Jakub Jelinek2016-01-045-5/+5
* * config/fpu-387.h: Remove unwanted whitespace.Uros Bizjak2015-08-041-1/+1
* fpu-387.h (get_fpu_trap_exceptions): Add temporary variable to improve genera...Uros Bizjak2015-08-041-18/+21
* Update copyright years.Jakub Jelinek2015-01-055-5/+5
* fpu-*.h (get_fpu_rounding_mode, [...]): Clean up, mark unreachable code as such.Francois-Xavier Coudert2014-07-104-25/+15
* libgfortran.h (support_fpu_underflow_control, [...]): New prototypes.Francois-Xavier Coudert2014-07-095-1/+160
* Use FP_RN etc. unconditionallyRainer Orth2014-07-081-42/+0
* fpu-387.h, [...]: Use static assertions.Francois-Xavier Coudert2014-07-074-30/+20
* Restore Solaris/SPARC bootstrapRainer Orth2014-07-051-0/+2
* * config/fpu-sysv.h (void set_fpu): Remove stalled comment.Uros Bizjak2014-07-021-1/+0
* * config/fpu-glibc.h: Fix comment about FE_DENORMAL.Francois-Xavier Coudert2014-07-021-1/+1
* configure.host (ieee_flags): Add -mieee for alpha*.Uros Bizjak2014-07-022-0/+6
* fpu-387.h (my_fenv_t): Amend structure so it also works on mingw32.Francois-Xavier Coudert2014-06-291-2/+1
* re PR fortran/29383 (Fortran 2003/F95[TR15580:1999]: Floating point exception...Francois-Xavier Coudert2014-06-285-89/+1066
* Remove obsolete Solaris 9 supportRainer Orth2014-04-221-46/+0
* Update copyright years in libgfortran/Richard Sandiford2014-01-025-5/+5
* fpu-387.h (sigill_hdlr, [...]): EmitTobias Burnus2013-12-111-3/+3
* fpu-387.h (get_fpu_rounding_mode): Read rounding mode from SSE mxcsr register...Uros Bizjak2013-07-231-11/+26
* re PR libfortran/35862 ([F2003] Implement new rounding modes for run time)Tobias Burnus2013-07-211-3/+3
* re PR libfortran/35862 ([F2003] Implement new rounding modes for run time)Tobias Burnus2013-07-215-2/+312
* configure.ac: Check for fp_except and fp_except_t.Tobias Burnus2013-06-241-0/+6
* * config/fpu-sysv.h (get_fpu_except_flags): Fix typo.Eric Botcazou2013-06-211-1/+1
* fpu-387.h (_FPU_MASK_ALL): New.Uros Bizjak2013-06-201-29/+31
* fpu-387.h: Use __asm__ and __volatile__ consistently.Uros Bizjak2013-06-191-23/+14
* gfortran.h (gfc_option_t): Add fpe_summary.Tobias Burnus2013-06-175-0/+162
* Update copyright years in libgfortran.Richard Sandiford2013-01-145-5/+5
* fpu-387.h (set_fpu): Prefix stmxcsr and ldmxcsr with %v.Uros Bizjak2012-09-051-2/+2
* fpu-387.h (set_fpu): Use __builtin_ia32_stmxcsr and __builtin_ia32_ldmxcsr in...Uros Bizjak2012-09-051-2/+2
* gcc:Richard Henderson2011-06-031-4/+4
* Clarify FP exception documentation and messagesJanne Blomqvist2011-05-205-16/+16
* Error printing thread safety, remove GFORTRAN_USE_STDERRJanne Blomqvist2011-05-144-56/+56
* fpu-387.h (has_sse): Remove cw_sse, unused.Rainer Orth2010-08-261-2/+3
* config.gcc (i[34567]86-*-solaris2*): Default with_arch_32 to pentiumpro on So...Rainer Orth2010-07-121-1/+46
* Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek2009-04-095-75/+48
* fpu-387.h: Include cpuid.h.Uros Bizjak2007-09-071-36/+25
* minloc1.m4: Update copyright year and ajust headers order.Francois-Xavier Coudert2007-08-315-5/+5
* cpu_time.c: Don't include headers already included by libgfortran.h.Francois-Xavier Coudert2007-04-062-7/+0
* fpu-387.h: Use previously added SSE code in all cases, as it really is the ri...Francois-Xavier Coudert2006-04-011-10/+0
* re PR libfortran/26712 (gfortran on mac intel runtime floating point exceptio...Francois-Xavier Coudert2006-03-301-0/+12
* fpu-glibc.h (set_fpu): Only call fedisableexcept for nonzero FE_ALL_EXCEPT.Hans-Peter Nilsson2005-11-181-1/+2
* acinclude.m4 (LIBGFOR_CHECK_FPSETMASK): New check.François-Xavier Coudert2005-10-282-0/+183
* fpu.c: Add _GNU_SOURCE definition.Francois-Xavier Coudert2005-10-231-1/+0
* fpu-387.h (set_fpu): Remove extra ":" in stmxcsr.Uros Bizjak2005-10-141-4/+5
* * config/fpu-387.h (set_fpu): Add "=m" for stmxcsr.Uros Bizjak2005-10-131-1/+1
* gfortran.h: Add bitmasks for different FPE traps.François-Xavier Coudert2005-10-123-0/+253