| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix copyrights. | Jeff Law | 1999-01-06 | 1 | -1/+1 |
* | * real.c (mtherr): Print more reasonable warning messages. | Geoff Keating | 1999-01-05 | 1 | -3/+19 |
* | Eliminate compiler warnings. | Jim Wilson | 1998-12-14 | 1 | -1/+4 |
* | Fix alpha-x-m32r-elf bugs. | Jim Wilson | 1998-12-10 | 1 | -0/+14 |
* | Fix indentation from last patch. | Ulrich Drepper | 1998-12-02 | 1 | -154/+154 |
* | c-common.c (declare_function_name): Declare predefinied variable `__func__'. | Ulrich Drepper | 1998-12-01 | 1 | -17/+73 |
* | emit-rtl.c (gen_lowpart_common): Remove earlier change. | Stephen L Moshier | 1998-11-25 | 1 | -2/+2 |
* | real.c (emdnorm and etoasc): Disable round to even for c4x target to be compa... | Herman A.J. ten Brugge | 1998-10-13 | 1 | -1/+8 |
* | Warning fixes: | Kaveh R. Ghazi | 1998-10-13 | 1 | -1/+1 |
* | real.c (c4xtoe): Remove unused variables. | Michael Hayes | 1998-10-07 | 1 | -3/+1 |
* | * Merge from gcc2 June 9, 1998 snapshot. See ChangeLog.13 for | Jeff Law | 1998-06-29 | 1 | -2/+26 |
* | m68k.h: Declare more functions used in macros. | Andreas Schwab | 1998-05-23 | 1 | -0/+24 |
* | toplev.h: New file. | Robert Lipe | 1998-05-06 | 1 | -0/+1 |
* | * Check in merge from gcc2. See ChangeLog.12 for details. | Jeff Law | 1998-05-05 | 1 | -24/+383 |
* | Major cutover to using system.h: | Kaveh R. Ghazi | 1998-03-20 | 1 | -6/+1 |
* | In gcc/: | Manfred Hollstein | 1998-03-12 | 1 | -0/+12 |
* | Update mainline egcs to gcc2 snapshot 971021. | Jeff Law | 1997-11-02 | 1 | -3/+7 |
* | version.c: Bump version to "gcc-3.0.0 970802 experimental". | Jeffrey A Law | 1997-08-12 | 1 | -4/+70 |
* | (exact_real_inverse): New function, if REAL_ARITHMETIC. | Richard Kenner | 1996-10-23 | 1 | -0/+62 |
* | formatting tweaks | Mike Stump | 1996-07-03 | 1 | -82/+84 |
* | (asctoeg): `0.0eX' is zero, regardless of the exponent X. | Richard Kenner | 1996-06-28 | 1 | -0/+8 |
* | (eadd1): Check for overflow on X plus X. | Richard Kenner | 1996-04-15 | 1 | -1/+8 |
* | (ereal_from_{int,uint}): New arg, MODE. | Richard Kenner | 1996-04-14 | 1 | -2/+68 |
* | (e64toe): Properly distinguish between NaN and infinity bit patterns for real... | Richard Kenner | 1996-04-10 | 1 | -4/+34 |
* | (significand_size): Don't test the modes, but their sizes. | Richard Kenner | 1996-03-04 | 1 | -6/+9 |
* | (ediv, emul): Set sign bit of IEEE -0.0 result. | Richard Kenner | 1995-08-15 | 1 | -33/+41 |
* | Update FSF address. | Richard Kenner | 1995-06-15 | 1 | -1/+2 |
* | Fix typos in comments. | Richard Kenner | 1995-05-16 | 1 | -1/+1 |
* | (emdnorm, toe64, etoe64): Significand of Intel long double denormals | Richard Kenner | 1995-05-05 | 1 | -3/+23 |
* | (REAL_WORDS_BIG_ENDIAN): New macro. | Richard Kenner | 1995-02-22 | 1 | -250/+254 |
* | Update comments. | Richard Kenner | 1995-01-25 | 1 | -1/+1 |
* | (toe64): Use Intel bit pattern for little-endian XFmode Inf. | Richard Kenner | 1995-01-12 | 1 | -4/+19 |
* | Check target endianness at run time, not compile time | Ian Lance Taylor | 1994-11-16 | 1 | -425/+530 |
* | (GET_REAL, PUT_REAL): Cast args to bcopy to char *. | Richard Kenner | 1994-11-05 | 1 | -4/+4 |
* | Treat HFmode like SFmode, for now. | Richard Kenner | 1994-06-28 | 1 | -0/+5 |
* | (significand_size): New function. | Richard Kenner | 1994-05-30 | 1 | -1/+39 |
* | (ereal_from_int, ereal_to_int, etarsingle): Correct signed/unsigned discrepan... | Richard Kenner | 1994-05-16 | 1 | -27/+21 |
* | (ereal_from_float, .._double): Change arg from long to HOST_WIDE_INT | Richard Kenner | 1994-05-16 | 1 | -10/+28 |
* | (m16m): Change first arg to int; all callers changed. | Richard Kenner | 1994-05-12 | 1 | -4/+4 |
* | (etoe53, etoe24): Make all occurrences static. | Richard Kenner | 1994-04-24 | 1 | -6/+6 |
* | Upate comments and copyright notice. | Richard Kenner | 1994-04-21 | 1 | -593/+347 |
* | Make most functions static and add prototypes for all static functions. | Richard Kenner | 1994-04-21 | 1 | -125/+225 |
* | (target_negative): -0 counts as negative. | Richard Kenner | 1994-03-09 | 1 | -7/+2 |
* | (real_value_truncate): If requested mode is not supported, return the | Richard Kenner | 1994-02-15 | 1 | -1/+4 |
* | (eifrac): If FIXUNS_TRUNC_LIKE_FIX_TRUNC, convert on positive overflow | Richard Kenner | 1994-02-14 | 1 | -12/+18 |
* | (earith, ereal_negate, eneg, eisneg, enan, emovo, esub, eadd, ediv): | Richard Kenner | 1994-02-08 | 1 | -55/+58 |
* | (emovo): Use separate variable for loop index. | Richard Kenner | 1994-01-31 | 1 | -1/+2 |
* | (FLOAT_WORDS_BIG_ENDIAN... | Richard Kenner | 1993-10-13 | 1 | -57/+72 |
* | (debug_real): New function. | Richard Stallman | 1993-10-11 | 1 | -4/+18 |
* | Whitespace changes. | Richard Stallman | 1993-10-11 | 1 | -125/+127 |