aboutsummaryrefslogtreecommitdiff
path: root/gcc/real.c
AgeCommit message (Expand)AuthorFilesLines
1999-03-06c-aux-info.c (data_type, [...]): Qualify a char* with the `const' keyword.Kaveh R. Ghazi1-19/+18
1999-02-10Fix 64b-x-32b cross compiler breakage. Make alpha-x-m32r work again.Jim Wilson1-17/+0
1999-02-08* real.c (PUT_REAL) [XFmode]: Zero the balance of the structure.Donn Terry1-1/+6
1999-01-26Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog forJeffrey A Law1-20/+14
1999-01-06Fix copyrights.Jeff Law1-1/+1
1999-01-05* real.c (mtherr): Print more reasonable warning messages.Geoff Keating1-3/+19
1998-12-14Eliminate compiler warnings.Jim Wilson1-1/+4
1998-12-10Fix alpha-x-m32r-elf bugs.Jim Wilson1-0/+14
1998-12-02Fix indentation from last patch.Ulrich Drepper1-154/+154
1998-12-01c-common.c (declare_function_name): Declare predefinied variable `__func__'.Ulrich Drepper1-17/+73
1998-11-25emit-rtl.c (gen_lowpart_common): Remove earlier change.Stephen L Moshier1-2/+2
1998-10-13real.c (emdnorm and etoasc): Disable round to even for c4x target to be compa...Herman A.J. ten Brugge1-1/+8
1998-10-13Warning fixes:Kaveh R. Ghazi1-1/+1
1998-10-07real.c (c4xtoe): Remove unused variables.Michael Hayes1-3/+1
1998-06-29* Merge from gcc2 June 9, 1998 snapshot. See ChangeLog.13 forJeff Law1-2/+26
1998-05-23m68k.h: Declare more functions used in macros.Andreas Schwab1-0/+24
1998-05-06toplev.h: New file.Robert Lipe1-0/+1
1998-05-05* Check in merge from gcc2. See ChangeLog.12 for details.Jeff Law1-24/+383
1998-03-20Major cutover to using system.h:Kaveh R. Ghazi1-6/+1
1998-03-12In gcc/:Manfred Hollstein1-0/+12
1997-11-02Update mainline egcs to gcc2 snapshot 971021.Jeff Law1-3/+7
1997-08-12version.c: Bump version to "gcc-3.0.0 970802 experimental".Jeffrey A Law1-4/+70
1996-10-23(exact_real_inverse): New function, if REAL_ARITHMETIC.Richard Kenner1-0/+62
1996-07-03formatting tweaksMike Stump1-82/+84
1996-06-28(asctoeg): `0.0eX' is zero, regardless of the exponent X.Richard Kenner1-0/+8
1996-04-15(eadd1): Check for overflow on X plus X.Richard Kenner1-1/+8
1996-04-14(ereal_from_{int,uint}): New arg, MODE.Richard Kenner1-2/+68
1996-04-10(e64toe): Properly distinguish between NaN and infinity bit patterns for real...Richard Kenner1-4/+34
1996-03-04(significand_size): Don't test the modes, but their sizes.Richard Kenner1-6/+9
1995-08-15(ediv, emul): Set sign bit of IEEE -0.0 result.Richard Kenner1-33/+41
1995-06-15Update FSF address.Richard Kenner1-1/+2
1995-05-16Fix typos in comments.Richard Kenner1-1/+1
1995-05-05(emdnorm, toe64, etoe64): Significand of Intel long double denormalsRichard Kenner1-3/+23
1995-02-22(REAL_WORDS_BIG_ENDIAN): New macro.Richard Kenner1-250/+254
1995-01-25Update comments.Richard Kenner1-1/+1
1995-01-12(toe64): Use Intel bit pattern for little-endian XFmode Inf.Richard Kenner1-4/+19
1994-11-16Check target endianness at run time, not compile timeIan Lance Taylor1-425/+530
1994-11-05(GET_REAL, PUT_REAL): Cast args to bcopy to char *.Richard Kenner1-4/+4
1994-06-28Treat HFmode like SFmode, for now.Richard Kenner1-0/+5
1994-05-30(significand_size): New function.Richard Kenner1-1/+39
1994-05-16(ereal_from_int, ereal_to_int, etarsingle): Correct signed/unsigned discrepan...Richard Kenner1-27/+21
1994-05-16(ereal_from_float, .._double): Change arg from long to HOST_WIDE_INTRichard Kenner1-10/+28
1994-05-12(m16m): Change first arg to int; all callers changed.Richard Kenner1-4/+4
1994-04-24(etoe53, etoe24): Make all occurrences static.Richard Kenner1-6/+6
1994-04-21Upate comments and copyright notice.Richard Kenner1-593/+347
1994-04-21Make most functions static and add prototypes for all static functions.Richard Kenner1-125/+225
1994-03-09(target_negative): -0 counts as negative.Richard Kenner1-7/+2
1994-02-15(real_value_truncate): If requested mode is not supported, return theRichard Kenner1-1/+4
1994-02-14(eifrac): If FIXUNS_TRUNC_LIKE_FIX_TRUNC, convert on positive overflowRichard Kenner1-12/+18
1994-02-08(earith, ereal_negate, eneg, eisneg, enan, emovo, esub, eadd, ediv):Richard Kenner1-55/+58