| Commit message (Expand) | Author | Age | Files | Lines |
* | * real.c (real_trunc, real_floor, real_ceil): New functions | sayle | 2003-07-03 | 1 | -0/+46 |
* | * real.h (ieee_extended_intel_96_round_53_format): New. | ljrittle | 2003-06-25 | 1 | -0/+19 |
* | * ChangeLog: Follow spelling conventions. | kazu | 2003-06-12 | 1 | -2/+2 |
* | * real.c (real_maxval): New function to return the largest finite | sayle | 2003-05-23 | 1 | -0/+27 |
* | * real.c (real_powi): New function to calculate the value of | sayle | 2003-05-06 | 1 | -12/+68 |
* | * real.c (do_add): Change to return a bool indicating that the | sayle | 2003-04-23 | 1 | -35/+52 |
* | * real.c (decode_ieee_single): Fix decoding of SNaN bit. | schwab | 2003-04-02 | 1 | -1/+2 |
* | * real.h (EXP_BITS): Make room for... | aoliva | 2003-04-01 | 1 | -25/+160 |
* | * real.c (real_identical): Reorg so as to not compare | rth | 2003-03-31 | 1 | -5/+7 |
* | * emit-rtl.c (dconstm2, dconsthalf): New real constants. | sayle | 2003-03-31 | 1 | -5/+3 |
* | * real.h (struct real_value): Add signalling. | rth | 2003-03-27 | 1 | -47/+34 |
* | Update commentary. | rth | 2003-02-26 | 1 | -0/+8 |
* | * real.c (real_to_integer2): Force overflow result only for | rth | 2003-02-25 | 1 | -1/+1 |
* | * 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 |