summaryrefslogtreecommitdiff
path: root/gcc/real.c
Commit message (Expand)AuthorAgeFilesLines
* Merge in gcc2-ss-010999Jeff Law1999-09-061-3/+3
* Warning fix:Kaveh R. Ghazi1999-08-091-8/+8
* real.c (GET_REAL): Don't violate ANSI/ISO aliasing rules.Mark Mitchell1999-08-041-26/+26
* Jakub Jelinek <jj@ultra.linux.cz>Jakub Jelinek1999-08-021-1/+6
* Jakub Jelinek <jj@ultra.linux.cz>Jakub Jelinek1999-06-211-3/+5
* c-aux-info.c (data_type, [...]): Qualify a char* with the `const' keyword.Kaveh R. Ghazi1999-03-061-19/+18
* Fix 64b-x-32b cross compiler breakage. Make alpha-x-m32r work again.Jim Wilson1999-02-101-17/+0
* * real.c (PUT_REAL) [XFmode]: Zero the balance of the structure.Donn Terry1999-02-081-1/+6
* Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog forJeffrey A Law1999-01-261-20/+14
* Fix copyrights.Jeff Law1999-01-061-1/+1
* * real.c (mtherr): Print more reasonable warning messages.Geoff Keating1999-01-051-3/+19
* Eliminate compiler warnings.Jim Wilson1998-12-141-1/+4
* Fix alpha-x-m32r-elf bugs.Jim Wilson1998-12-101-0/+14
* Fix indentation from last patch.Ulrich Drepper1998-12-021-154/+154
* c-common.c (declare_function_name): Declare predefinied variable `__func__'.Ulrich Drepper1998-12-011-17/+73
* emit-rtl.c (gen_lowpart_common): Remove earlier change.Stephen L Moshier1998-11-251-2/+2
* real.c (emdnorm and etoasc): Disable round to even for c4x target to be compa...Herman A.J. ten Brugge1998-10-131-1/+8
* Warning fixes:Kaveh R. Ghazi1998-10-131-1/+1
* real.c (c4xtoe): Remove unused variables.Michael Hayes1998-10-071-3/+1
* * Merge from gcc2 June 9, 1998 snapshot. See ChangeLog.13 forJeff Law1998-06-291-2/+26
* m68k.h: Declare more functions used in macros.Andreas Schwab1998-05-231-0/+24
* toplev.h: New file.Robert Lipe1998-05-061-0/+1
* * Check in merge from gcc2. See ChangeLog.12 for details.Jeff Law1998-05-051-24/+383
* Major cutover to using system.h:Kaveh R. Ghazi1998-03-201-6/+1
* In gcc/:Manfred Hollstein1998-03-121-0/+12
* Update mainline egcs to gcc2 snapshot 971021.Jeff Law1997-11-021-3/+7
* version.c: Bump version to "gcc-3.0.0 970802 experimental".Jeffrey A Law1997-08-121-4/+70
* (exact_real_inverse): New function, if REAL_ARITHMETIC.Richard Kenner1996-10-231-0/+62
* formatting tweaksMike Stump1996-07-031-82/+84
* (asctoeg): `0.0eX' is zero, regardless of the exponent X.Richard Kenner1996-06-281-0/+8
* (eadd1): Check for overflow on X plus X.Richard Kenner1996-04-151-1/+8
* (ereal_from_{int,uint}): New arg, MODE.Richard Kenner1996-04-141-2/+68
* (e64toe): Properly distinguish between NaN and infinity bit patterns for real...Richard Kenner1996-04-101-4/+34
* (significand_size): Don't test the modes, but their sizes.Richard Kenner1996-03-041-6/+9
* (ediv, emul): Set sign bit of IEEE -0.0 result.Richard Kenner1995-08-151-33/+41
* Update FSF address.Richard Kenner1995-06-151-1/+2
* Fix typos in comments.Richard Kenner1995-05-161-1/+1
* (emdnorm, toe64, etoe64): Significand of Intel long double denormalsRichard Kenner1995-05-051-3/+23
* (REAL_WORDS_BIG_ENDIAN): New macro.Richard Kenner1995-02-221-250/+254
* Update comments.Richard Kenner1995-01-251-1/+1
* (toe64): Use Intel bit pattern for little-endian XFmode Inf.Richard Kenner1995-01-121-4/+19
* Check target endianness at run time, not compile timeIan Lance Taylor1994-11-161-425/+530
* (GET_REAL, PUT_REAL): Cast args to bcopy to char *.Richard Kenner1994-11-051-4/+4
* Treat HFmode like SFmode, for now.Richard Kenner1994-06-281-0/+5
* (significand_size): New function.Richard Kenner1994-05-301-1/+39
* (ereal_from_int, ereal_to_int, etarsingle): Correct signed/unsigned discrepan...Richard Kenner1994-05-161-27/+21
* (ereal_from_float, .._double): Change arg from long to HOST_WIDE_INTRichard Kenner1994-05-161-10/+28
* (m16m): Change first arg to int; all callers changed.Richard Kenner1994-05-121-4/+4
* (etoe53, etoe24): Make all occurrences static.Richard Kenner1994-04-241-6/+6
* Upate comments and copyright notice.Richard Kenner1994-04-211-593/+347