aboutsummaryrefslogtreecommitdiff
path: root/gcc/real.c
AgeCommit message (Expand)Author
1999-07-29This commit was manufactured by cvs2svn to create taggcc-2_95-releaseno-author
1999-03-06 * c-aux-info.c (data_type, affix_data_type, gen_decl,Kaveh Ghazi
1999-02-10Fix 64b-x-32b cross compiler breakage. Make alpha-x-m32r work again.Jim Wilson
1999-02-08* real.c (PUT_REAL) [XFmode]: Zero the balance of the structure.Donn Terry
1999-01-27Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog forJeffrey A Law
1999-01-06Fix copyrights.Jeffrey A Law
1999-01-05 * real.c (mtherr): Print more reasonable warning messages.Geoff Keating
1998-12-14Eliminate compiler warnings.Jim Wilson
1998-12-10Fix alpha-x-m32r-elf bugs.Jim Wilson
1998-12-02Fix indentation from last patch.Ulrich Drepper
1998-12-01 * c-common.c (declare_function_name): Declare predefinied variableUlrich Drepper
1998-11-25 * emit-rtl.c (gen_lowpart_common): Remove earlier change.Jeffrey A Law
1998-10-14 * real.c (emdnorm and etoasc): Disable round to even for c4x targetJeffrey A Law
1998-10-13Warning fixes:Kaveh Ghazi
1998-10-08 * real.c (c4xtoe): Remove unused variables. Add some missing parens.Michael Hayes
1998-06-29 * Merge from gcc2 June 9, 1998 snapshot. See ChangeLog.13 forJeffrey A Law
1998-05-23 * m68k.h: Declare more functions used in macros.Andreas Schwab
1998-05-06Wed May 6 06:35:38 1998 Robert Lipe <robertl@dgii.com>Robert Lipe
1998-05-05 * Check in merge from gcc2. See ChangeLog.12 for details.Jeffrey A Law
1998-03-20Major cutover to using system.h:Kaveh Ghazi
1998-03-12 Manfred Hollstein
1997-11-02Update mainline egcs to gcc2 snapshot 971021.Jeffrey A Law
1997-08-12 * version.c: Bump version to "gcc-3.0.0 970802 experimental".Jeffrey A Law
1996-10-23(exact_real_inverse): New function, if REAL_ARITHMETIC.Richard Kenner
1996-07-03formatting tweaksMike Stump
1996-06-28(asctoeg): `0.0eX' is zero, regardless of the exponent X.Richard Kenner
1996-04-15(eadd1): Check for overflow on X plus X.Richard Kenner
1996-04-14(ereal_from_{int,uint}): New arg, MODE.Richard Kenner
1996-04-10(e64toe): Properly distinguish between NaN and infinity bit patternsRichard Kenner
1996-03-04(significand_size): Don't test the modes, but their sizes.Richard Kenner
1995-08-15(ediv, emul): Set sign bit of IEEE -0.0 result.Richard Kenner
1995-06-15Update FSF address.Richard Kenner
1995-05-16Fix typos in comments.Richard Kenner
1995-05-05(emdnorm, toe64, etoe64): Significand of Intel long double denormalsRichard Kenner
1995-02-22(REAL_WORDS_BIG_ENDIAN): New macro. Define as eitherRichard Kenner
1995-01-25Update comments.Richard Kenner
1995-01-12(toe64): Use Intel bit pattern for little-endian XFmode Inf.Richard Kenner
1994-11-16Check target endianness at run time, not compile timeIan Lance Taylor
1994-11-05(GET_REAL, PUT_REAL): Cast args to bcopy to char *.Richard Kenner
1994-06-28Treat HFmode like SFmode, for now.Richard Kenner
1994-05-30(significand_size): New function.Richard Kenner
1994-05-16(ereal_from_int, ereal_to_int, etarsingle): Correct signed/unsignedRichard Kenner
1994-05-16(ereal_from_float, .._double): Change arg from long to HOST_WIDE_INTRichard Kenner
1994-05-12(m16m): Change first arg to int; all callers changed.Richard Kenner
1994-04-24(etoe53, etoe24): Make all occurrences static.Richard Kenner
1994-04-21Upate comments and copyright notice.Richard Kenner
1994-04-21Make most functions static and add prototypes for all static functions.Richard Kenner
1994-03-09(target_negative): -0 counts as negative.Richard Kenner
1994-02-16(real_value_truncate): If requested mode is not supported, return theRichard Kenner
1994-02-15(eifrac): If FIXUNS_TRUNC_LIKE_FIX_TRUNC, convert on positive overflowRichard Kenner