Age | Commit message (Expand) | Author | Files | Lines |
2002-10-04 | real.h (SIGNIFICAND_BITS): Add one more word. | Richard Henderson | 1 | -38/+49 |
2002-10-01 | real.c (real_to_decimal): Crop trailing zeros for DIGITS < 0. | Richard Henderson | 1 | -5/+19 |
2002-09-29 | * real.c (real_from_string): Apply sign last. Tidy exponent handling. | Richard Henderson | 1 | -18/+21 |
2002-09-29 | real.h (ibm_extended_format): Declare. | David Edelsohn | 1 | -0/+93 |
2002-09-28 | ChangeLog.4: Fix typos. | Kazu Hirata | 1 | -1/+1 |
2002-09-26 | c-common.h: Follow spelling conventions. | Kazu Hirata | 1 | -3/+3 |
2002-09-23 | * real.c (do_multiply): Normalize U before addition. | Richard Henderson | 1 | -3/+3 |
2002-09-21 | real.c (struct real_format): Move to real.h. | Richard Henderson | 1 | -170/+94 |
2002-09-20 | real.c (real_hash): New. | Richard Henderson | 1 | -0/+41 |
2002-09-20 | real.c (do_fix_trunc): Static. | Richard Henderson | 1 | -1/+34 |
2002-09-20 | real.h (enum real_value_class, [...]): Move from real.c. | Richard Henderson | 1 | -287/+231 |
2002-09-18 | * real.c (round_for_format): Collect sticky as unsigned long, not bool. | Richard Henderson | 1 | -3/+3 |
2002-09-18 | real.c (sticky_rshift_significand): Collect sticky as unsigned long, not bool. | Richard Henderson | 1 | -2/+2 |
2002-09-16 | real.c (do_fix_trunc): New. | Richard Henderson | 1 | -0/+34 |
2002-09-16 | builtin-types.def (BT_FN_FLOAT_CONST_STRING): New. | Richard Henderson | 1 | -7/+94 |
2002-09-16 | real.c, real.h: Rewrite from scratch. | Richard Henderson | 1 | -5884/+3032 |
2002-09-15 | ChangeLog: Follow spelling conventions. | Kazu Hirata | 1 | -1/+1 |
2002-09-08 | basic-block.h: Fix comment formatting. | Kazu Hirata | 1 | -3/+3 |
2002-09-07 | * real.c (ereal_inf): Clear E before use. | Richard Henderson | 1 | -0/+1 |
2002-09-05 | real.c: Avoid parse error if FLOAT_WORDS_BIG_ENDIAN is not a compile-time con... | Jason Thorpe | 1 | -1/+3 |
2002-09-04 | builtin-types.def (BT_FN_FLOAT): New. | Richard Henderson | 1 | -2/+45 |
2002-09-04 | real.c (ereal_to_decimal): Add digits parameter. | Richard Henderson | 1 | -5/+58 |
2002-08-12 | real.c (ieee_64): Always define. | Kaveh R. Ghazi | 1 | -3/+10 |
2002-07-30 | real.c (ieee_24, [...]): Define only if the floating point format of the targ... | John David Anglin | 1 | -0/+4 |
2002-07-23 | real.c (REAL_WORDS_BIG_ENDIAN): Make 1 for DEC. | John David Anglin | 1 | -742/+456 |
2002-05-28 | tree.h: Forward-declare struct realvaluetype. | Zack Weinberg | 1 | -0/+1 |
2002-05-12 | expr.c (compress_float_constant): New. | Richard Henderson | 1 | -0/+16 |
2002-05-09 | read-rtl.c: Fix formatting. | Kazu Hirata | 1 | -21/+21 |
2002-05-03 | real.c (etoasc): Strip most trailing zeros for clarity. | Richard Henderson | 1 | -6/+3 |
2002-04-19 | Add some explanation for last change. | Andreas Schwab | 1 | -1/+4 |
2002-04-19 | real.c: Allow sizeof (REAL_VALUE_TYPE) > 2*NE. | Andreas Schwab | 1 | -5/+12 |
2002-04-19 | real.h: Define REAL_VALUE_TYPE_SIZE as 96 or 160, as appropriate. | Zack Weinberg | 1 | -76/+27 |
2002-03-23 | real.h: Don't define REAL_INFINITY or REAL_IS_NOT_DOUBLE. | Zack Weinberg | 1 | -8/+1 |
2002-03-22 | * real.c (eiisneg): Move outside #ifdef NANS. | Richard Sandiford | 1 | -3/+1 |
2002-03-11 | defaults.h (LARGEST_EXPONENT_IS_NORMAL, [...]): New. | Richard Sandiford | 1 | -14/+61 |
2002-03-03 | emit-rtl.c, [...]: Remove all #ifndef REAL_ARITHMETIC blocks... | Zack Weinberg | 1 | -58/+2 |
2002-01-15 | read-rtl.c: Fix formatting. | Kazu Hirata | 1 | -25/+25 |
2002-01-10 | read-rtl.c: Fix formatting. | Kazu Hirata | 1 | -4/+4 |
2002-01-09 | real.c (c4xtoe, toc4x): Do some special conversion on long doubles for the c4... | Herman A.J. ten Brugge | 1 | -72/+73 |
2002-01-02 | real.c (GET_REAL, PUT_REAL): Don't cast away const-ness. | Kaveh R. Ghazi | 1 | -191/+224 |
2001-12-28 | real.c (etoe113, toe113): Ifndef INTEL_EXTENDED_IEEE_FORMAT. | Richard Henderson | 1 | -4/+20 |
2001-12-16 | c-lex.c (lex_number): Use ISXDIGIT/hex_value. | Kaveh R. Ghazi | 1 | -9/+2 |
2001-10-21 | c-format.c (maybe_read_dollar_number): Use safe-ctype macros and/or fold extr... | Kaveh R. Ghazi | 1 | -3/+3 |
2001-10-11 | alias.c: Remove uses of "register" specifier in declarations of arguments and... | Stan Shebs | 1 | -47/+47 |
2001-10-10 | calls.c: Fix formatting. | Kazu Hirata | 1 | -7/+7 |
2001-10-07 | builtins.c (expand_builtin_setjmp_receiver): Const-ify. | Kaveh R. Ghazi | 1 | -1/+1 |
2001-09-07 | real.c (EMUSHORT,EMUSHORT_SIZE): Use HImode if no 16-bit type is available. | Roman Lechtchinsky | 1 | -454/+468 |
2001-08-22 | Makefile.in, [...]: replace "GNU CC" with "GCC". | Lars Brinkhoff | 1 | -12/+12 |
2001-08-12 | gcc.c: Fix comment formatting. | Kazu Hirata | 1 | -15/+15 |
2001-08-03 | combine.c, [...]: consistently use "VAX", "VAXen", and "MicroVAX" in comments... | Lars Brinkhoff | 1 | -1/+1 |