summaryrefslogtreecommitdiff
path: root/libgfortran/config
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2023-01-166-6/+6
* Fortran: F2018 rounding modes changesFrancois-Xavier Coudert2022-09-196-10/+62
* Update copyright years.Jakub Jelinek2022-01-036-6/+6
* Fortran: add support for IEEE intrinsics on aarch64 non-glibc targetsFrancois-Xavier Coudert2021-12-201-0/+331
* Update copyright years.Jakub Jelinek2021-01-045-5/+5
* aix: Use $(AR) without -X32_64 to build FAT libraries.Clément Chigot2020-09-271-4/+5
* aix: Support libgfortran libcaf_single.a as a FAT libraryDavid Edelsohn2020-08-171-1/+2
* aix: FAT libraries: test native compiler mode directlyDavid Edelsohn2020-07-141-1/+1
* aix: Add GCC64 configuration and FAT target libraries.David Edelsohn2020-06-211-0/+10
* i386: Add __attribute__ ((gcc_struct)) to struct fenv [PR95418]Uros Bizjak2020-06-011-1/+1
* i386: Use generic division to generate INEXACT exceptionUros Bizjak2020-05-061-21/+21
* i386: Use generic division to generate INVALID and DIVZERO exceptionsUros Bizjak2020-05-011-12/+7
* i386: Remove unneeded assignments when triggering SSE exceptionsUros Bizjak2020-04-191-6/+0
* Update copyright years.Jakub Jelinek2020-01-015-5/+5
* re PR fortran/88678 (Many gfortran.dg/ieee/ieee_X.f90 test cases fail startin...Uros Bizjak2019-01-301-35/+1
* re PR fortran/88678 (Many gfortran.dg/ieee/ieee_X.f90 test cases fail startin...Uros Bizjak2019-01-301-12/+20
* Update copyright years.Jakub Jelinek2019-01-015-5/+5
* Update copyright years.Jakub Jelinek2018-01-035-5/+5
* 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