summaryrefslogtreecommitdiff
path: root/gcc/real.c
Commit message (Expand)AuthorAgeFilesLines
...
* * real.c (round_for_format): Collect sticky as unsigned long, not bool.rth2002-09-191-3/+3
* * real.c (sticky_rshift_significand): Collect sticky asrth2002-09-181-2/+2
* * real.c (do_fix_trunc): New.rth2002-09-171-0/+34
* gcc/rth2002-09-171-7/+94
* gcc/rth2002-09-161-5884/+3032
* * ChangeLog: Follow spelling conventions.kazu2002-09-151-1/+1
* * basic-block.h: Fix comment formatting.kazu2002-09-081-3/+3
* * real.c (ereal_inf): Clear E before use.rth2002-09-081-0/+1
* * real.c: Avoid parse error if FLOAT_WORDS_BIG_ENDIAN isthorpej2002-09-051-1/+3
* * builtin-types.def (BT_FN_FLOAT): New.rth2002-09-041-2/+45
* * real.c (ereal_to_decimal): Add digits parameter.rth2002-09-041-5/+58
* * real.c (ieee_64): Always define.ghazi2002-08-121-3/+10
* * real.c (ieee_24, ieee_53, ieee_64, ieee_113): Define only if thedanglin2002-07-301-0/+4
* * real.c (REAL_WORDS_BIG_ENDIAN): Make 1 for DEC.danglin2002-07-231-742/+456
* * tree.h: Forward-declare struct realvaluetype.zack2002-05-281-0/+1
* * expr.c (compress_float_constant): New.rth2002-05-121-0/+16
* * read-rtl.c: Fix formatting.kazu2002-05-091-21/+21
* * real.c (etoasc): Strip most trailing zeros for clarity.rth2002-05-041-6/+3
* Add some explanation for last change.schwab2002-04-191-1/+4
* 2002-04-19 Andreas Schwab <schwab@suse.de>dje2002-04-191-5/+12
* * real.h: Define REAL_VALUE_TYPE_SIZE as 96 or 160, aszack2002-04-191-76/+27
* * real.h: Don't define REAL_INFINITY or REAL_IS_NOT_DOUBLE.zack2002-03-231-8/+1
* * real.c (eiisneg): Move outside #ifdef NANS.rsandifo2002-03-221-3/+1
* * defaults.h (LARGEST_EXPONENT_IS_NORMAL, ROUND_TOWARDS_ZERO): New.rsandifo2002-03-111-14/+61
* * emit-rtl.c, final.c, fold-const.c, gengenrtl.c, optabs.c,zack2002-03-031-58/+2
* * read-rtl.c: Fix formatting.kazu2002-01-151-25/+25
* * read-rtl.c: Fix formatting.kazu2002-01-101-4/+4
* * real.c (c4xtoe, toc4x): Do some special conversion on long doublesrth2002-01-091-72/+73
* * real.c (GET_REAL, PUT_REAL): Don't cast away const-ness.ghazi2002-01-021-191/+224
* * real.c (etoe113, toe113): Ifndef INTEL_EXTENDED_IEEE_FORMAT.rth2001-12-281-4/+20
* * c-lex.c (lex_number): Use ISXDIGIT/hex_value.ghazi2001-12-161-9/+2
* * c-format.c (maybe_read_dollar_number): Use safe-ctype macrosghazi2001-10-211-3/+3
* 2001-10-10 Stan Shebs <shebs@apple.com>shebs2001-10-111-47/+47
* * calls.c: Fix formatting.kazu2001-10-101-7/+7
* * builtins.c (expand_builtin_setjmp_receiver): Const-ify.ghazi2001-10-071-1/+1
* * real.c (EMUSHORT,EMUSHORT_SIZE): Use HImode if no 16-bit type isrth2001-09-071-454/+468
* * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c,gerald2001-08-221-12/+12
* * gcc.c: Fix comment formatting.kazu2001-08-121-15/+15
* * combine.c, config.gcc, cse.c, defaults.h, real.c, reload.c,danglin2001-08-031-1/+1
* Add ia64-hpux 128-bit long double support.wilson2001-06-261-18/+18
* 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