| Commit message (Expand) | Author | Age | Files | Lines |
* | * real.c (ibm_extended_format): Add 53 to minimum exponent. | aoliva | 2003-01-27 | 1 | -3/+18 |
* | * real.c (real_sqrt): Return a bool result indicating whether | sayle | 2003-01-15 | 1 | -7/+9 |
* | * output.h: Fix comment typos. | kazu | 2002-12-25 | 1 | -1/+1 |
* | Merge basic-improvements-branch to trunk | zack | 2002-12-16 | 1 | -0/+100 |
* | * real.c (real_to_decimal): Fix buffer overrun when buffer size | grahams | 2002-11-17 | 1 | -5/+5 |
* | * hard-reg-set.h: Follow spelling conventions. | kazu | 2002-11-16 | 1 | -3/+3 |
* | * combine.c: Fix comment formatting. | kazu | 2002-10-27 | 1 | -1/+1 |
* | * real.c (real_to_decimal): If the >1 tens reduction loop results | rth | 2002-10-25 | 1 | -9/+17 |
* | * real.c (sticky_rshift_significand): Return inexact, don't | rth | 2002-10-22 | 1 | -18/+66 |
* | * real.c (do_add): Fix 0+0 sign corner case. | rth | 2002-10-19 | 1 | -4/+4 |
* | * real.c (cmp_significand_0, rtd_divmod, ten_to_mptwo): New. | rth | 2002-10-18 | 1 | -75/+270 |
* | gcc/ | rth | 2002-10-16 | 1 | -20/+44 |
* | * real.h (SIGNIFICAND_BITS): Add one more word. | rth | 2002-10-04 | 1 | -38/+49 |
* | * real.c (real_to_decimal): Crop trailing zeros for DIGITS < 0. | rth | 2002-10-02 | 1 | -5/+19 |
* | * real.c (real_from_string): Apply sign last. Tidy exponent handling. | rth | 2002-09-30 | 1 | -18/+21 |
* | * real.h (ibm_extended_format): Declare. | dje | 2002-09-29 | 1 | -0/+93 |
* | * ChangeLog.4: Fix typos. | kazu | 2002-09-28 | 1 | -1/+1 |
* | * c-common.h: Follow spelling conventions. | kazu | 2002-09-26 | 1 | -3/+3 |
* | * real.c (do_multiply): Normalize U before addition. | rth | 2002-09-23 | 1 | -3/+3 |
* | * real.c (struct real_format): Move to real.h. | rth | 2002-09-21 | 1 | -170/+94 |
* | * real.c (real_hash): New. | rth | 2002-09-20 | 1 | -0/+41 |
* | * real.c (do_fix_trunc): Static. | rth | 2002-09-20 | 1 | -1/+34 |
* | * real.h (enum real_value_class, SIGNIFICAND_BITS, EXP_BITS, | rth | 2002-09-20 | 1 | -287/+231 |
* | * real.c (round_for_format): Collect sticky as unsigned long, not bool. | rth | 2002-09-19 | 1 | -3/+3 |
* | * real.c (sticky_rshift_significand): Collect sticky as | rth | 2002-09-18 | 1 | -2/+2 |
* | * real.c (do_fix_trunc): New. | rth | 2002-09-17 | 1 | -0/+34 |
* | gcc/ | rth | 2002-09-17 | 1 | -7/+94 |
* | gcc/ | rth | 2002-09-16 | 1 | -5884/+3032 |
* | * ChangeLog: Follow spelling conventions. | kazu | 2002-09-15 | 1 | -1/+1 |
* | * basic-block.h: Fix comment formatting. | kazu | 2002-09-08 | 1 | -3/+3 |
* | * real.c (ereal_inf): Clear E before use. | rth | 2002-09-08 | 1 | -0/+1 |
* | * real.c: Avoid parse error if FLOAT_WORDS_BIG_ENDIAN is | thorpej | 2002-09-05 | 1 | -1/+3 |
* | * builtin-types.def (BT_FN_FLOAT): New. | rth | 2002-09-04 | 1 | -2/+45 |
* | * real.c (ereal_to_decimal): Add digits parameter. | rth | 2002-09-04 | 1 | -5/+58 |
* | * real.c (ieee_64): Always define. | ghazi | 2002-08-12 | 1 | -3/+10 |
* | * real.c (ieee_24, ieee_53, ieee_64, ieee_113): Define only if the | danglin | 2002-07-30 | 1 | -0/+4 |
* | * real.c (REAL_WORDS_BIG_ENDIAN): Make 1 for DEC. | danglin | 2002-07-23 | 1 | -742/+456 |
* | * tree.h: Forward-declare struct realvaluetype. | zack | 2002-05-28 | 1 | -0/+1 |
* | * expr.c (compress_float_constant): New. | rth | 2002-05-12 | 1 | -0/+16 |
* | * read-rtl.c: Fix formatting. | kazu | 2002-05-09 | 1 | -21/+21 |
* | * real.c (etoasc): Strip most trailing zeros for clarity. | rth | 2002-05-04 | 1 | -6/+3 |
* | Add some explanation for last change. | schwab | 2002-04-19 | 1 | -1/+4 |
* | 2002-04-19 Andreas Schwab <schwab@suse.de> | dje | 2002-04-19 | 1 | -5/+12 |
* | * real.h: Define REAL_VALUE_TYPE_SIZE as 96 or 160, as | zack | 2002-04-19 | 1 | -76/+27 |
* | * real.h: Don't define REAL_INFINITY or REAL_IS_NOT_DOUBLE. | zack | 2002-03-23 | 1 | -8/+1 |
* | * real.c (eiisneg): Move outside #ifdef NANS. | rsandifo | 2002-03-22 | 1 | -3/+1 |
* | * defaults.h (LARGEST_EXPONENT_IS_NORMAL, ROUND_TOWARDS_ZERO): New. | rsandifo | 2002-03-11 | 1 | -14/+61 |
* | * emit-rtl.c, final.c, fold-const.c, gengenrtl.c, optabs.c, | zack | 2002-03-03 | 1 | -58/+2 |
* | * read-rtl.c: Fix formatting. | kazu | 2002-01-15 | 1 | -25/+25 |
* | * read-rtl.c: Fix formatting. | kazu | 2002-01-10 | 1 | -4/+4 |