OSDN Git Service

gcc/
[pf3gnuchains/gcc-fork.git] / gcc / config / fp-bit.c
2006-01-04 bje * config/fp-bit.h: Use top-of-file comment from libgcc2.c.
2005-11-28 jsm28 * config/fp-bit.c (isnan, isinf, pack_d, unpack_d...
2005-11-28 jsm28 * config/fp-bit.h (LSHIFT): Take shift count parameter.
2005-11-22 jsm28 * config/fp-bit.c (clzusi): New function.
2005-06-25 kcookUpdate FSF address.
2005-04-27 nathan * config/arm/arm.h (CONDITIONAL_REGISTER_USAGE): Reser...
2005-04-27 nathan * config/fp-bit.c (abort): Add noreturn attribute.
2005-04-08 bje * config/fp-bit.c: Include L_mul_tf in #endif comment.
2004-03-11 kazu * c-typeck.c, combine.c, cse.c, dominance.c, et-forest.h,
2004-03-05 hp * config/fp-bit.c (_fpdiv_parts): Do not round when...
2004-01-31 kazu alloc-pool.c, c-lex.c, c-pragma.h, c-semantics.c,...
2004-01-28 rsandifo * config/fp-bit.c (pack_d): When using paired doubles...
2003-08-22 amodra * config/fp-bit.c: Specify config/ dir for include...
2003-06-15 kazu * doc/install.texi: Follow spelling conventions.
2003-04-09 aoliva* config/fp-bit.c (unpack_d): Handle pair of doubles...
2003-04-01 aoliva* real.h (EXP_BITS): Make room for...
2003-01-26 aoliva* fp-bit.h: Define macros for TFmode floating-point...
2003-01-26 aoliva* config/fp-bit.h: Define macros for TFmode floating...
2002-12-16 zackMerge basic-improvements-branch to trunk
2002-10-07 rth * config/fp-bit.c (EXTENDED_FLOAT_STUBS): Flush...
2002-09-29 kazu * builtins.def: Fix comment formatting.
2002-09-19 kazu * config/fp-bit.c: Follow spelling conventions.
2002-09-14 kazu * haifa-sched.c: Follow spelling conventions.
2002-07-30 berndsNew target macro DECLARE_LIBRARY_RENAMES
2002-06-19 ghazi * config/fp-bit.c (_fpmul_parts, _fpdiv_parts): Mark...
2002-03-11 rsandifo * defaults.h (LARGEST_EXPONENT_IS_NORMAL, ROUND_TOWARD...
2002-03-08 aoliva* config/fp-bit.c (_unord_f2): Compile it in even if
2001-12-12 rth * config/fp-bit.c (pack_d): Cast to ``fractype...
2001-05-17 zacki * libgcc1-test.c, libgcc1.c, config/i386/perform...
2001-03-03 zack * configure.in: Kill tm.h. Include the files in the...
2001-02-02 aoliva* config/fp-bit.h (MAX_USI_INT, MAX_SI_INT): Don't...
2001-01-31 aolivaInclude tm.h, not hconfig.h
2001-01-31 aoliva* config/fp-bit.c: Include hconfig.h
2000-12-08 amylaar * fp-bit.c (_fpmul_parts): Use USItype variables as...
2000-09-08 ciceronUnsigned -> float conversion for fp-bit.c
2000-07-03 ghazi * fp-bit.h: New file.
2000-03-22 geoffk* config/fp-bit.c (pack_d): Correct the case when a...
2000-03-16 cruxIntroduce NO_DENORMALS in fp-bit.c
2000-02-26 lawFix copyrights
2000-02-26 geoffk* config/elfos.h (ASM_OUTPUT_LABELREF): Don't define...
2000-01-25 cpopetz * config/fp-bit.c (_unord_f2): Fix typo.
2000-01-24 rth * rtl.def: Add unordered fp comparisions.
1999-12-02 nickcremove compile time warnings about uninitilaised fileds
1999-09-13 nickcMove definition of 'thenan' to its own object file...
1999-08-29 cruxFix possible aliasing problems
1998-10-09 ghaziWarning fixes:
1998-09-19 law * fp-bit.c (pack_d): Do not clear SIGN when...
1998-07-08 vmakarov * config/fp-bit.c (__gexf2, __fixxfsi, __floatsixf...
1998-06-25 ghaziWarning fixes:
1998-06-19 meissnerAllow INLINE to be defined for debugging
1998-06-01 meissnerFix IEEE negative zero problems
1997-12-27 law * config/fp-bit.c (L_df_to_sf): Fix typo in...
1997-12-21 lawe
1997-07-03 wilson(unpack_d): Check fraction not sign to distinquish...
1997-07-01 wilson(float_to_usi): Move code for negative numbers before...
1997-06-27 kenner(float_to_si): Correct return value when Inf.
1996-10-23 ianFix minor bugs in float_to_usi and dp_to_sf
1996-05-17 ianCorrect sign handling when dividing zero or infinity...
1996-04-04 meissnerAdd support for EXTENDED_FLOAT_STUBS
1995-09-15 kenner(FLO_union_type): Add words field if double precision...
1995-09-11 kenner(FLO_union_type): Remove bitfields to set sign, exponen...
1995-09-11 kenner(FLO_union_type): Remove bitfields to set sign, exponen...
1995-06-15 kennerUpdate FSF address.
1995-05-16 kennerFix typos in comments.
1994-12-19 wilson(fpadd_parts): Adding infinities with opposite signs...
1994-09-12 dje(FLO_union_type): Add packed attribute to `bits'.
1994-09-08 sac*** empty log message ***
1994-07-16 djeAdd libgcc copyright.
1994-07-11 djeInitial revision