]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/real.c
gcc_release (announce_snapshot): Use changedir instead of plain cd.
[thirdparty/gcc.git] / gcc / real.c
2004-03-11  Alan Modra* real.c (encode_ibm_extended): Do round low word.
2004-03-04  Alan Modrareal.c (encode_ibm_extended): Don't bother rounding...
2004-02-10  Danny Smithre PR c/14088 (Hexfloat constants with uppercase 0X...
2004-02-08  Richard Sandifordreal.c (encode_ibm_extended): Normalize the input value...
2004-01-23  Roger Saylereal.c (real_floor, real_ceil): Tweak to allow input...
2004-01-12  Geoffrey Keatingreal.c: Update copyright date.
2004-01-10  Geoffrey Keatingdarwin-ldouble.c: Add big comment explaining exactly...
2003-11-03  Alexander Kabaev* real.c (encode_ieee_single): Ensure proper promotion.
2003-10-30  Jan Hubicka* real.c (encode_ieee_extended): Back out previous...
2003-10-30  Jan Hubickareal.c (encode_ieee_extended): Initialize whole array.
2003-10-29  Hans-Peter Nilsson* real.c (do_divide): Initialize result with a 0.
2003-10-13  Zack WeinbergMakefile.in (BUILD_RTL): Replace $(BUILD_PREFIX)insn...
2003-10-06  Zack Weinbergreal.h (REAL_MODE_FORMAT): New macro.
2003-09-29  Zack Weinberg* real.c (real_sqrt): Use get_canonical_qnan directly.
2003-09-22  Eric Botcazou* real.c: Fix several nits in the head comment.
2003-09-11  Jerry Quinnreal.c: Update URL to VAX floating point docs.
2003-08-27  Jason Merrill* real.c (do_multiply): Initialize with memset.
2003-07-06  Andreas Jaegerjump.c: Convert prototypes to ISO C90.
2003-07-03  Roger Saylereal.c (real_trunc, [...]): New functions to implement...
2003-06-25  Richard Hendersonreal.h (ieee_extended_intel_96_round_53_format): New.
2003-06-12  Kazu HirataChangeLog: Follow spelling conventions.
2003-05-23  Roger Saylereal.c (real_maxval): New function to return the larges...
2003-05-06  Roger Saylereal.c (real_powi): New function to calculate the value...
2003-04-23  Roger Saylereal.c (do_add): Change to return a bool indicating...
2003-04-02  Andreas Schwab* real.c (decode_ieee_single): Fix decoding of SNaN...
2003-04-01  Alexandre Olivareal.h (EXP_BITS): Make room for...
2003-03-31  Richard Hendersonreal.c (real_identical): Reorg so as to not compare...
2003-03-31  Roger Sayleemit-rtl.c (dconstm2, dconsthalf): New real constants.
2003-03-27  Richard Hendersonreal.h (struct real_value): Add signalling.
2003-02-26  Richard HendersonUpdate commentary.
2003-02-25  Richard Hendersonreal.c (real_to_integer2): Force overflow result only...
2003-01-27  Alexandre Olivareal.c (ibm_extended_format): Add 53 to minimum exponent.
2003-01-15  Roger Saylereal.c (real_sqrt): Return a bool result indicating...
2002-12-25  Kazu Hirataoutput.h: Fix comment typos.
2002-12-16  Zack WeinbergMerge basic-improvements-branch to trunk
2002-11-17  Graham Stottreal.c (real_to_decimal): Fix buffer overrun when buffe...
2002-11-16  Kazu Hiratahard-reg-set.h: Follow spelling conventions.
2002-10-27  Kazu Hiratacombine.c: Fix comment formatting.
2002-10-25  Richard Hendersonreal.c (real_to_decimal): If the >1 tens reduction...
2002-10-22  Richard Hendersonreal.c (sticky_rshift_significand): Return inexact...
2002-10-19  Brad Lucierreal.c (do_add): Fix 0+0 sign corner case.
2002-10-18  Richard Hendersonreal.c (cmp_significand_0, [...]): New.
2002-10-16  Richard Hendersonreal.c (real_to_decimal): Accept BUF_SIZE and CROP_TRAI...
2002-10-04  Richard Hendersonreal.h (SIGNIFICAND_BITS): Add one more word.
2002-10-02  Richard Hendersonreal.c (real_to_decimal): Crop trailing zeros for DIGIT...
2002-09-30  Richard Henderson* real.c (real_from_string): Apply sign last. Tidy...
2002-09-29  David Edelsohnreal.h (ibm_extended_format): Declare.
2002-09-28  Kazu HirataChangeLog.4: Fix typos.
2002-09-26  Kazu Hiratac-common.h: Follow spelling conventions.
2002-09-23  Richard Henderson* real.c (do_multiply): Normalize U before addition.
2002-09-21  Richard Hendersonreal.c (struct real_format): Move to real.h.
2002-09-20  Richard Hendersonreal.c (real_hash): New.
2002-09-20  Richard Hendersonreal.c (do_fix_trunc): Static.
2002-09-20  Richard Hendersonreal.h (enum real_value_class, [...]): Move from real.c.
2002-09-19  Richard Henderson* real.c (round_for_format): Collect sticky as unsigned...
2002-09-18  Richard Hendersonreal.c (sticky_rshift_significand): Collect sticky...
2002-09-17  Richard Hendersonreal.c (do_fix_trunc): New.
2002-09-17  Richard Hendersonbuiltin-types.def (BT_FN_FLOAT_CONST_STRING): New.
2002-09-16  Richard Hendersonreal.c, real.h: Rewrite from scratch.
2002-09-15  Kazu HirataChangeLog: Follow spelling conventions.
2002-09-08  Kazu Hiratabasic-block.h: Fix comment formatting.
2002-09-08  Richard Henderson* real.c (ereal_inf): Clear E before use.
2002-09-05  Jason Thorpereal.c: Avoid parse error if FLOAT_WORDS_BIG_ENDIAN...
2002-09-04  Richard Hendersonbuiltin-types.def (BT_FN_FLOAT): New.
2002-09-04  Richard Hendersonreal.c (ereal_to_decimal): Add digits parameter.
2002-08-12  Kaveh R. Ghazireal.c (ieee_64): Always define.
2002-07-30  John David Anglinreal.c (ieee_24, [...]): Define only if the floating...
2002-07-23  John David Anglinreal.c (REAL_WORDS_BIG_ENDIAN): Make 1 for DEC.
2002-05-28  Zack Weinbergtree.h: Forward-declare struct realvaluetype.
2002-05-12  Richard Hendersonexpr.c (compress_float_constant): New.
2002-05-09  Kazu Hirataread-rtl.c: Fix formatting.
2002-05-04  Richard Hendersonreal.c (etoasc): Strip most trailing zeros for clarity.
2002-04-19  Andreas SchwabAdd some explanation for last change.
2002-04-19  Andreas Schwabreal.c: Allow sizeof (REAL_VALUE_TYPE) > 2*NE.
2002-04-19  Zack Weinbergreal.h: Define REAL_VALUE_TYPE_SIZE as 96 or 160, as...
2002-03-23  Zack Weinbergreal.h: Don't define REAL_INFINITY or REAL_IS_NOT_DOUBLE.
2002-03-22  Richard Sandiford* real.c (eiisneg): Move outside #ifdef NANS.
2002-03-11  Richard Sandiforddefaults.h (LARGEST_EXPONENT_IS_NORMAL, [...]): New.
2002-03-03  Zack Weinbergemit-rtl.c, [...]: Remove all #ifndef REAL_ARITHMETIC...
2002-01-15  Kazu Hirataread-rtl.c: Fix formatting.
2002-01-10  Kazu Hirataread-rtl.c: Fix formatting.
2002-01-09  Herman A.J. ten... real.c (c4xtoe, toc4x): Do some special conversion...
2002-01-02  Kaveh R. Ghazireal.c (GET_REAL, PUT_REAL): Don't cast away const...
2001-12-28  Richard Hendersonreal.c (etoe113, toe113): Ifndef INTEL_EXTENDED_IEEE_FO...
2001-12-16  Kaveh R. Ghazic-lex.c (lex_number): Use ISXDIGIT/hex_value.
2001-10-21  Kaveh R. Ghazic-format.c (maybe_read_dollar_number): Use safe-ctype...
2001-10-11  Stan Shebsalias.c: Remove uses of "register" specifier in declara...
2001-10-10  Kazu Hiratacalls.c: Fix formatting.
2001-10-07  Kaveh R. Ghazibuiltins.c (expand_builtin_setjmp_receiver): Const...
2001-09-07  Roman Lechtchinskyreal.c (EMUSHORT,EMUSHORT_SIZE): Use HImode if no 16...
2001-08-22  Lars BrinkhoffMakefile.in, [...]: replace "GNU CC" with "GCC".
2001-08-12  Kazu Hiratagcc.c: Fix comment formatting.
2001-08-03  Lars Brinkhoffcombine.c, [...]: consistently use "VAX", "VAXen",...
2001-06-26  Steve EllceyAdd ia64-hpux 128-bit long double support.
2001-01-24  Jim WilsonEliminate IA-64 compiler warnings.
2000-10-29  Joseph Myerstoplev.c, [...]: Change comments mentioning C9X to...
2000-08-24  Greg McGarycppfiles.c (actual_directory): Don't write beyond ...
2000-08-22  Jim WilsonFix x86-x-ia64 cross compiler build failure.
2000-08-14  Richard Hendersonconfigure.in (ia64-*): Set float_format for i386 long...
2000-07-26  Rodney Brown* real.c (asctoeg): Rename `error' label to unexpected_...
next