summaryrefslogtreecommitdiff
path: root/gcc/real.h
AgeCommit message (Expand)Author
2008-08-18real.h (dconst_e, [...]): Declare.Manuel López-Ibáñez
2008-08-12real.h (struct real_format): New member has_sign_dependent_rounding.Ulrich Weigand
2008-08-12real.h (struct real_format): New member round_towards_zero.Ulrich Weigand
2008-08-12real.c (spu_single_format): New variable.Ulrich Weigand
2008-06-19dfp.h, [...]: Remove references to IEEE 754R.Ben Elliston
2008-03-26builtins.c (expand_builtin_pow, [...]): Remove uses of dconst3, dconstsqrt2, ...Kaveh R. Ghazi
2008-02-08re PR bootstrap/35051 (Build machine requires GMP and MPFR for building cross...Richard Sandiford
2008-01-25MAINTAINERS (c4x port): Remove.Joseph Myers
2007-09-07Reapply reverted change:Janis Johnson
2007-09-06Revert:Janis Johnson
2007-09-05optabs.c (expand_float): Convert unsigned integer as signed only if it provid...Janis Johnson
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton
2007-07-25expr.c (handled_component_p): Constify.Kaveh R. Ghazi
2007-07-18re PR target/30652 (SSE expansion is missing for isinf() and other fpclassify...Kaveh R. Ghazi
2007-06-12real.c (real_isfinite): New.Kaveh R. Ghazi
2007-06-03m68k.c (override_options): Don't override REAL_MODE_FORMAT.Andreas Schwab
2007-05-21defaults.h (IBM_FLOAT_FORMAT): Macro definition removed.Andreas Krebbel
2007-04-24real.c (mpfr_from_real): Handle Inf and NaN, and allow the rounding mode to b...Brooks Moses
2007-03-22re PR other/23572 (No warning for assigning a value to a 'float' variable tha...Manuel López-Ibáñez
2007-02-03emit-rtl.c (dconstpi): Delete.Kaveh R. Ghazi
2007-01-18real.h (real_format): Add a canonical_nan_lsbs_set field.Richard Sandiford
2006-11-23real.h (real_isinteger): Declare.Manuel López-Ibáñez
2006-10-23re PR middle-end/29335 (transcendental functions with constant arguments shou...Kaveh R. Ghazi
2005-12-02dfp.h, dfp.c: New files.Jon Grimm
2005-08-01Makefile.in (RTL_BASE_H): Add real.h.Ian Lance Taylor
2005-06-25Update FSF address.Kelley Cook
2005-03-15real.h (struct real_format): Split the signbit field into two two fields, sig...Roger Sayle
2005-02-03re PR middle-end/19405 (18_support/numeric_limits.cc fails on ppc-darwin (lon...Roger Sayle
2005-01-22cfganal.c, [...]: Update copyright.Kazu Hirata
2005-01-21re PR rtl-optimization/576 (gcc performs invalid optimization with float oper...Roger Sayle
2004-07-25c-common.c: Rename all identifiers named `class' to `cl'.Bernardo Innocenti
2004-06-07real.c (real_copysign): New function to implement libm's copysign.Roger Sayle
2004-03-22real.h (struct real_value): Use the same type for all bitfields.Alexandre Oliva
2004-01-23real.c (real_floor, real_ceil): Tweak to allow input and output arguments to ...Roger Sayle
2003-10-10genmodes.c, [...]: New files.Zack Weinberg
2003-10-06real.h (REAL_MODE_FORMAT): New macro.Zack Weinberg
2003-09-11builtins.c (builtin_dconsts_init, [...]): Delete.Kaveh R. Ghazi
2003-09-09builtins.c (real_dconstp, [...]): New, split out from fold_builtin.Kaveh R. Ghazi
2003-07-10ggc.h, [...]: Use `rtx' instead of `struct rtx_def *'...Steven Bosscher
2003-07-06jump.c: Convert prototypes to ISO C90.Andreas Jaeger
2003-07-03real.c (real_trunc, [...]): New functions to implement trunc, floor and ceil ...Roger Sayle
2003-06-25real.h (ieee_extended_intel_96_round_53_format): New.Richard Henderson
2003-06-23basic-block.h: Fix comment formatting.Kazu Hirata
2003-05-23real.c (real_maxval): New function to return the largest finite value represe...Roger Sayle
2003-05-06real.c (real_powi): New function to calculate the value of a real raised to a...Roger Sayle
2003-04-01real.h (EXP_BITS): Make room for...Alexandre Oliva
2003-03-31emit-rtl.c (dconstm2, dconsthalf): New real constants.Roger Sayle
2003-03-27real.h (struct real_value): Add signalling.Richard Henderson
2003-01-15real.c (real_sqrt): Return a bool result indicating whether a floating point ...Roger Sayle
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg