summaryrefslogtreecommitdiff
path: root/gcc/real.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate IA-64 compiler warnings.wilson2001-01-241-0/+8
* * toplev.c, flags.h, fold-const.c, real.c, rtl.c,jsm282000-10-291-1/+1
* * cppfiles.c (actual_directory): Don't write beyond `dir'gkm2000-08-241-5/+5
* Fix x86-x-ia64 cross compiler build failure.wilson2000-08-221-16/+20
* * configure.in (ia64-*): Set float_format for i386 long double.rth2000-08-141-31/+56
* * real.c (asctoeg): Rename `error' label to unexpected_char_errorlaw2000-07-261-5/+5
* * Makefile.in ($(srcdir)/c-parse.y: c-parse.in): Enclose the wholerth2000-04-171-3/+10
* * real.c (toe64): Remove stale #endif from the last change.jakub2000-04-121-1/+0
* Stephen L Moshier <moshier@mediaone.net>rth2000-04-121-3/+7
* * Rework fields used to describe positions of bitfields andkenner2000-03-251-1/+1
* * real.h (MAX_LONG_DOUBLE_TYPE_SIZE): Define tojakub2000-03-061-5/+5
* Fix copyrights.law2000-02-261-1/+2
* * real.c (enan, einan, eiisnan, eiisneg, make_nan): Wrap in NANS.ghazi2000-01-191-11/+33
* Update copyrightsghazi2000-01-171-1/+1
* * print-rtl.c: PROTO -> PARAMS.ghazi2000-01-171-92/+92
* * Makefile.in (insn-recog.o): Depend on hard-reg-set.h and resource.h.ghazi1999-10-081-0/+1
* Merge in gcc2-ss-010999law1999-09-071-3/+3
* Warning fix:ghazi1999-08-091-8/+8
* * real.c (GET_REAL): Don't violate ANSI/ISO aliasing rules.law1999-08-051-26/+26
* Jakub Jelinek <jj@ultra.linux.cz>rth1999-08-021-1/+6
* Jakub Jelinek <jj@ultra.linux.cz>rth1999-06-211-3/+5
* * c-aux-info.c (data_type, affix_data_type, gen_decl,ghazi1999-03-061-19/+18
* Fix 64b-x-32b cross compiler breakage. Make alpha-x-m32r work again.wilson1999-02-101-17/+0
* * real.c (PUT_REAL) [XFmode]: Zero the balance of the structure.rth1999-02-081-1/+6
* Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog forlaw1999-01-271-20/+14
* Fix copyrights.law1999-01-061-1/+1
* * real.c (mtherr): Print more reasonable warning messages.law1999-01-051-3/+19
* Eliminate compiler warnings.wilson1998-12-141-1/+4
* Fix alpha-x-m32r-elf bugs.wilson1998-12-101-0/+14
* Fix indentation from last patch.drepper1998-12-021-154/+154
* * c-common.c (declare_function_name): Declare predefinied variablerth1998-12-011-17/+73
* * emit-rtl.c (gen_lowpart_common): Remove earlier change.law1998-11-251-2/+2
* * real.c (emdnorm and etoasc): Disable round to even for c4x targetlaw1998-10-141-1/+8
* Warning fixes:ghazi1998-10-131-1/+1
* * real.c (c4xtoe): Remove unused variables. Add some missing parens.law1998-10-081-3/+1
* * Merge from gcc2 June 9, 1998 snapshot. See ChangeLog.13 forlaw1998-06-291-2/+26
* * m68k.h: Declare more functions used in macros.law1998-05-231-0/+24
* Wed May 6 06:35:38 1998 Robert Lipe <robertl@dgii.com>robertl1998-05-061-0/+1
* * Check in merge from gcc2. See ChangeLog.12 for details.law1998-05-051-24/+383
* Major cutover to using system.h:ghazi1998-03-201-6/+1
* manfred1998-03-121-0/+12
* Update mainline egcs to gcc2 snapshot 971021.law1997-11-021-3/+7
* * version.c: Bump version to "gcc-3.0.0 970802 experimental".law1997-08-121-4/+70
* (exact_real_inverse): New function, if REAL_ARITHMETIC.kenner1996-10-231-0/+62
* formatting tweaksmrs1996-07-031-82/+84
* (asctoeg): `0.0eX' is zero, regardless of the exponent X.kenner1996-06-281-0/+8
* (eadd1): Check for overflow on X plus X.kenner1996-04-151-1/+8
* (ereal_from_{int,uint}): New arg, MODE.kenner1996-04-141-2/+68
* (e64toe): Properly distinguish between NaN and infinity bit patternskenner1996-04-101-4/+34
* (significand_size): Don't test the modes, but their sizes.kenner1996-03-041-6/+9