Age | Commit message (Expand) | Author | Files | Lines |
1998-06-29 | * Merge from gcc2 June 9, 1998 snapshot. See ChangeLog.13 for | Jeff Law | 1 | -2/+26 |
1998-05-23 | m68k.h: Declare more functions used in macros. | Andreas Schwab | 1 | -0/+24 |
1998-05-06 | toplev.h: New file. | Robert Lipe | 1 | -0/+1 |
1998-05-05 | * Check in merge from gcc2. See ChangeLog.12 for details. | Jeff Law | 1 | -24/+383 |
1998-03-20 | Major cutover to using system.h: | Kaveh R. Ghazi | 1 | -6/+1 |
1998-03-12 | In gcc/: | Manfred Hollstein | 1 | -0/+12 |
1997-11-02 | Update mainline egcs to gcc2 snapshot 971021. | Jeff Law | 1 | -3/+7 |
1997-08-12 | version.c: Bump version to "gcc-3.0.0 970802 experimental". | Jeffrey A Law | 1 | -4/+70 |
1996-10-23 | (exact_real_inverse): New function, if REAL_ARITHMETIC. | Richard Kenner | 1 | -0/+62 |
1996-07-03 | formatting tweaks | Mike Stump | 1 | -82/+84 |
1996-06-28 | (asctoeg): `0.0eX' is zero, regardless of the exponent X. | Richard Kenner | 1 | -0/+8 |
1996-04-15 | (eadd1): Check for overflow on X plus X. | Richard Kenner | 1 | -1/+8 |
1996-04-14 | (ereal_from_{int,uint}): New arg, MODE. | Richard Kenner | 1 | -2/+68 |
1996-04-10 | (e64toe): Properly distinguish between NaN and infinity bit patterns for real... | Richard Kenner | 1 | -4/+34 |
1996-03-04 | (significand_size): Don't test the modes, but their sizes. | Richard Kenner | 1 | -6/+9 |
1995-08-15 | (ediv, emul): Set sign bit of IEEE -0.0 result. | Richard Kenner | 1 | -33/+41 |
1995-06-15 | Update FSF address. | Richard Kenner | 1 | -1/+2 |
1995-05-16 | Fix typos in comments. | Richard Kenner | 1 | -1/+1 |
1995-05-05 | (emdnorm, toe64, etoe64): Significand of Intel long double denormals | Richard Kenner | 1 | -3/+23 |
1995-02-22 | (REAL_WORDS_BIG_ENDIAN): New macro. | Richard Kenner | 1 | -250/+254 |
1995-01-25 | Update comments. | Richard Kenner | 1 | -1/+1 |
1995-01-12 | (toe64): Use Intel bit pattern for little-endian XFmode Inf. | Richard Kenner | 1 | -4/+19 |
1994-11-16 | Check target endianness at run time, not compile time | Ian Lance Taylor | 1 | -425/+530 |
1994-11-05 | (GET_REAL, PUT_REAL): Cast args to bcopy to char *. | Richard Kenner | 1 | -4/+4 |
1994-06-28 | Treat HFmode like SFmode, for now. | Richard Kenner | 1 | -0/+5 |
1994-05-30 | (significand_size): New function. | Richard Kenner | 1 | -1/+39 |
1994-05-16 | (ereal_from_int, ereal_to_int, etarsingle): Correct signed/unsigned discrepan... | Richard Kenner | 1 | -27/+21 |
1994-05-16 | (ereal_from_float, .._double): Change arg from long to HOST_WIDE_INT | Richard Kenner | 1 | -10/+28 |
1994-05-12 | (m16m): Change first arg to int; all callers changed. | Richard Kenner | 1 | -4/+4 |
1994-04-24 | (etoe53, etoe24): Make all occurrences static. | Richard Kenner | 1 | -6/+6 |
1994-04-21 | Upate comments and copyright notice. | Richard Kenner | 1 | -593/+347 |
1994-04-21 | Make most functions static and add prototypes for all static functions. | Richard Kenner | 1 | -125/+225 |
1994-03-09 | (target_negative): -0 counts as negative. | Richard Kenner | 1 | -7/+2 |
1994-02-15 | (real_value_truncate): If requested mode is not supported, return the | Richard Kenner | 1 | -1/+4 |
1994-02-14 | (eifrac): If FIXUNS_TRUNC_LIKE_FIX_TRUNC, convert on positive overflow | Richard Kenner | 1 | -12/+18 |
1994-02-08 | (earith, ereal_negate, eneg, eisneg, enan, emovo, esub, eadd, ediv): | Richard Kenner | 1 | -55/+58 |
1994-01-31 | (emovo): Use separate variable for loop index. | Richard Kenner | 1 | -1/+2 |
1993-10-13 | (FLOAT_WORDS_BIG_ENDIAN... | Richard Kenner | 1 | -57/+72 |
1993-10-11 | (debug_real): New function. | Richard Stallman | 1 | -4/+18 |
1993-10-11 | Whitespace changes. | Richard Stallman | 1 | -125/+127 |
1993-10-11 | (asctoeg): Fix backward condition in last change. | Richard Stallman | 1 | -2/+2 |
1993-10-09 | (asctoeg): Allocate local buffer dynamically. | Richard Stallman | 1 | -9/+9 |
1993-10-06 | (real_value_truncate): Correct etrunci argument in case SImode. | Richard Stallman | 1 | -1/+1 |
1993-08-13 | (GET_REAL, PUT_REAL): Add TFmode versions. | Jim Wilson | 1 | -231/+1192 |
1993-06-16 | (ltoe, ultoe, eifrac, euifrac): Handle 64-bit longs. | Richard Stallman | 1 | -70/+88 |
1993-06-13 | (ereal_from_float, ereal_from_double): New functions. | Richard Stallman | 1 | -0/+64 |
1993-05-22 | (ereal_to_int): Fix potentially wrong-endian argument passed to eisnan. | Richard Stallman | 1 | -1/+1 |
1993-05-22 | (target_isnan): Use GET_REAL macro to get argument. | Richard Stallman | 1 | -1/+4 |
1993-05-21 | (emdnorm): Fix typo affecting roundoff behavior in XFmode. | Richard Stallman | 1 | -1/+1 |
1993-05-20 | (e24toe, e53toe, e64toe): Fix sign in conversions of -infinity. | Richard Stallman | 1 | -4/+9 |