aboutsummaryrefslogtreecommitdiff
path: root/gcc/real.h
AgeCommit message (Expand)AuthorFilesLines
2008-03-26builtins.c (expand_builtin_pow, [...]): Remove uses of dconst3, dconstsqrt2, ...Kaveh R. Ghazi1-7/+12
2008-02-08re PR bootstrap/35051 (Build machine requires GMP and MPFR for building cross...Richard Sandiford1-0/+4
2008-01-25MAINTAINERS (c4x port): Remove.Joseph Myers1-3/+1
2007-09-07Reapply reverted change:Janis Johnson1-1/+1
2007-09-06Revert:Janis Johnson1-1/+1
2007-09-05optabs.c (expand_float): Convert unsigned integer as signed only if it provid...Janis Johnson1-1/+1
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-25expr.c (handled_component_p): Constify.Kaveh R. Ghazi1-1/+1
2007-07-18re PR target/30652 (SSE expansion is missing for isinf() and other fpclassify...Kaveh R. Ghazi1-0/+4
2007-06-12real.c (real_isfinite): New.Kaveh R. Ghazi1-0/+3
2007-06-03m68k.c (override_options): Don't override REAL_MODE_FORMAT.Andreas Schwab1-3/+3
2007-05-21defaults.h (IBM_FLOAT_FORMAT): Macro definition removed.Andreas Krebbel1-5/+0
2007-04-24real.c (mpfr_from_real): Handle Inf and NaN, and allow the rounding mode to b...Brooks Moses1-2/+2
2007-03-22re PR other/23572 (No warning for assigning a value to a 'float' variable tha...Manuel López-Ibáñez1-2/+3
2007-02-03emit-rtl.c (dconstpi): Delete.Kaveh R. Ghazi1-1/+1
2007-01-18real.h (real_format): Add a canonical_nan_lsbs_set field.Richard Sandiford1-0/+3
2006-11-23real.h (real_isinteger): Declare.Manuel López-Ibáñez1-0/+3
2006-10-23re PR middle-end/29335 (transcendental functions with constant arguments shou...Kaveh R. Ghazi1-0/+8
2005-12-02dfp.h, dfp.c: New files.Jon Grimm1-5/+32
2005-08-01Makefile.in (RTL_BASE_H): Add real.h.Ian Lance Taylor1-1/+1
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-03-15real.h (struct real_format): Split the signbit field into two two fields, sig...Roger Sayle1-2/+7
2005-02-03re PR middle-end/19405 (18_support/numeric_limits.cc fails on ppc-darwin (lon...Roger Sayle1-0/+6
2005-01-22cfganal.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-01-21re PR rtl-optimization/576 (gcc performs invalid optimization with float oper...Roger Sayle1-1/+1
2004-07-25c-common.c: Rename all identifiers named `class' to `cl'.Bernardo Innocenti1-1/+1
2004-06-07real.c (real_copysign): New function to implement libm's copysign.Roger Sayle1-0/+3
2004-03-22real.h (struct real_value): Use the same type for all bitfields.Alexandre Oliva1-2/+11
2004-01-23real.c (real_floor, real_ceil): Tweak to allow input and output arguments to ...Roger Sayle1-1/+3
2003-10-10genmodes.c, [...]: New files.Zack Weinberg1-2/+3
2003-10-06real.h (REAL_MODE_FORMAT): New macro.Zack Weinberg1-0/+1
2003-09-11builtins.c (builtin_dconsts_init, [...]): Delete.Kaveh R. Ghazi1-0/+2
2003-09-09builtins.c (real_dconstp, [...]): New, split out from fold_builtin.Kaveh R. Ghazi1-1/+4
2003-07-10ggc.h, [...]: Use `rtx' instead of `struct rtx_def *'...Steven Bosscher1-1/+1
2003-07-06jump.c: Convert prototypes to ISO C90.Andreas Jaeger1-79/+59
2003-07-03real.c (real_trunc, [...]): New functions to implement trunc, floor and ceil ...Roger Sayle1-0/+11
2003-06-25real.h (ieee_extended_intel_96_round_53_format): New.Richard Henderson1-0/+1
2003-06-23basic-block.h: Fix comment formatting.Kazu Hirata1-1/+1
2003-05-23real.c (real_maxval): New function to return the largest finite value represe...Roger Sayle1-0/+3
2003-05-06real.c (real_powi): New function to calculate the value of a real raised to a...Roger Sayle1-0/+6
2003-04-01real.h (EXP_BITS): Make room for...Alexandre Oliva1-1/+9
2003-03-31emit-rtl.c (dconstm2, dconsthalf): New real constants.Roger Sayle1-1/+3
2003-03-27real.h (struct real_value): Add signalling.Richard Henderson1-1/+2
2003-01-15real.c (real_sqrt): Return a bool result indicating whether a floating point ...Roger Sayle1-3/+3
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+7
2002-10-21real.c (sticky_rshift_significand): Return inexact, don't or it in immediately.Richard Henderson1-0/+1
2002-10-15real.c (real_to_decimal): Accept BUF_SIZE and CROP_TRAILING_ZEROS as arguments.Richard Henderson1-5/+2
2002-10-11cfganal.c (dfs_enumerate_from): Use PARAMS.John David Anglin1-2/+4
2002-10-04real.h (SIGNIFICAND_BITS): Add one more word.Richard Henderson1-2/+6
2002-10-03* real.h (struct real_value): Use ENUM_BITFIELD.Richard Henderson1-1/+1