summaryrefslogtreecommitdiff
path: root/libgfortran/config
Commit message (Expand)AuthorAgeFilesLines
* * config/fpu-387.h: Remove unwanted whitespace.uros2015-08-041-1/+1
* * config/fpu-387.h (get_fpu_trap_exceptions): Add temporary variableuros2015-08-041-18/+21
* Update copyright years.jakub2015-01-055-5/+5
* * config/fpu-*.h (get_fpu_rounding_mode, set_fpu_rounding_mode,fxcoudert2014-07-104-25/+15
* * libgfortran.h (support_fpu_underflow_control,fxcoudert2014-07-095-1/+160
* Use FP_RN etc. unconditionallyro2014-07-081-42/+0
* * config/fpu-387.h, config/fpu-aix.h, config/fpu-sysv.h,fxcoudert2014-07-074-30/+20
* Restore Solaris/SPARC bootstrapro2014-07-051-0/+2
* * config/fpu-sysv.h (void set_fpu): Remove stalled comment.uros2014-07-021-1/+0
* * config/fpu-glibc.h: Fix comment about FE_DENORMAL.fxcoudert2014-07-021-1/+1
* libgfortran/ChangeLog:uros2014-07-022-0/+6
* * config/fpu-387.h (my_fenv_t): Amend structure so it also worksfxcoudert2014-06-291-2/+1
* PR fortran/29383fxcoudert2014-06-285-89/+1066
* Remove obsolete Solaris 9 supportro2014-04-221-46/+0
* Update copyright years in libgfortran/rsandifo2014-01-025-5/+5
* 2013-12-11 Tobias Burnus <burnus@net-b.de>burnus2013-12-111-3/+3
* * config/fpu-387.h (get_fpu_rounding_mode): Read rounding modeuros2013-07-231-11/+26
* 2013-07-21 Tobias Burnus <burnus@net-b.de>burnus2013-07-211-3/+3
* 2013-07-21 Tobias Burnus <burnus@net-b.de>burnus2013-07-215-2/+312
* 2013-06-24 Tobias Burnus <burnus@net-b.de>burnus2013-06-241-0/+6
* * config/fpu-sysv.h (get_fpu_except_flags): Fix typo.ebotcazou2013-06-211-1/+1
* * config/fpu-387.h (_FPU_MASK_ALL): New.uros2013-06-201-29/+31
* * config/fpu-387.h: Use __asm__ and __volatile__ consistently.uros2013-06-191-23/+14
* 2013-06-17 Tobias Burnus <burnus@net-b.de>burnus2013-06-175-0/+162
* Update copyright years in libgfortran.rsandifo2013-01-145-5/+5
* * config/fpu-387.h (set_fpu): Prefix stmxcsr and ldmxcsr with %v.uros2012-09-051-2/+2
* * config/fpu-387.h (set_fpu): Use __builtin_ia32_stmxcsr anduros2012-09-051-2/+2
* gcc:ro2011-06-031-4/+4
* Clarify FP exception documentation and messagesjb2011-05-205-16/+16
* Error printing thread safety, remove GFORTRAN_USE_STDERRjb2011-05-144-56/+56
* * config/fpu-387.h (has_sse): Remove cw_sse, unused.ro2010-08-261-2/+3
* gcc:ro2010-07-121-1/+46
* Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.jakub2009-04-095-75/+48
* * config/fpu-387.h: Include cpuid.h.uros2007-09-071-36/+25
* * m4/minloc1.m4: Update copyright year and ajust headers order.fxcoudert2007-08-315-5/+5
* * intrinsics/cpu_time.c: Don't include headers already includedfxcoudert2007-04-062-7/+0
* * config/fpu-387.h: Use previously added SSE code in allfxcoudert2006-04-011-10/+0
* PR libfortran/26712fxcoudert2006-03-301-0/+12
* * config/fpu-glibc.h (set_fpu): Only call fedisableexcept forhp2005-11-181-1/+2
* * acinclude.m4 (LIBGFOR_CHECK_FPSETMASK): New check.fxcoudert2005-10-282-0/+183
* * runtime/fpu.c: Add _GNU_SOURCE definition.fxcoudert2005-10-231-1/+0
* * config/fpu-387.h (set_fpu): Remove extra ":" in stmxcsr.uros2005-10-141-4/+5
* * config/fpu-387.h (set_fpu): Add "=m" for stmxcsr.uros2005-10-131-1/+1
* * gfortran.h: Add bitmasks for different FPE traps. Add fpefxcoudert2005-10-123-0/+253