| Commit message (Expand) | Author | Age | Files | Lines |
* | * real.c (encode_ieee_single): Ensure proper promotion. | ljrittle | 2003-11-03 | 1 | -1/+2 |
* | * real.c (encode_ieee_extended): Back out previous patch. | hubicka | 2003-10-30 | 1 | -5/+0 |
* | * real.c (encode_ieee_extended): Initialize whole array. | hubicka | 2003-10-30 | 1 | -0/+5 |
* | * real.c (do_divide): Initialize result with a 0. | hp | 2003-10-29 | 1 | -0/+2 |
* | * Makefile.in (BUILD_RTL): Replace $(BUILD_PREFIX)insn-modes.o | zack | 2003-10-13 | 1 | -18/+0 |
* | * real.h (REAL_MODE_FORMAT): New macro. | zack | 2003-10-06 | 1 | -6/+6 |
* | * real.c (real_sqrt): Use get_canonical_qnan directly. | zack | 2003-09-29 | 1 | -2/+1 |
* | * real.c: Fix several nits in the head comment. | ebotcazou | 2003-09-22 | 1 | -9/+9 |
* | * real.c: Update URL to VAX floating point docs. | wilson | 2003-09-11 | 1 | -2/+2 |
* | * real.c (do_multiply): Initialize with memset. | jason | 2003-08-27 | 1 | -1/+1 |
* | * jump.c: Convert prototypes to ISO C90. | aj | 2003-07-06 | 1 | -477/+288 |
* | * 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 |