aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/fp-bit.c
AgeCommit message (Expand)AuthorFilesLines
2003-04-09fp-bit.c (unpack_d): Handle pair of doubles with different signs correctly.Alexandre Oliva1-1/+5
2003-04-01real.h (EXP_BITS): Make room for...Alexandre Oliva1-0/+8
2003-01-26fp-bit.h: Define macros for TFmode floating-point constants in IBM-extended T...Alexandre Oliva1-0/+90
2003-01-26fp-bit.h: Define macros for TFmode floating-point constants in IEEE quad TFmo...Alexandre Oliva1-33/+148
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2
2002-10-07fp-bit.c (EXTENDED_FLOAT_STUBS): Flush out all XF/TFmode entry points; use vo...Richard Henderson1-32/+36
2002-09-29builtins.def: Fix comment formatting.Kazu Hirata1-10/+10
2002-09-19fp-bit.c: Follow spelling conventions.Kazu Hirata1-1/+1
2002-09-14haifa-sched.c: Follow spelling conventions.Kazu Hirata1-3/+3
2002-07-30New target macro DECLARE_LIBRARY_RENAMESBernd Schmidt1-0/+4
2002-06-19fp-bit.c (_fpmul_parts, [...]): Mark with attribute __always_inline__.Hans-Peter Nilsson1-2/+2
2002-03-11defaults.h (LARGEST_EXPONENT_IS_NORMAL, [...]): New.Richard Sandiford1-21/+48
2002-03-08fp-bit.c (_unord_f2): Compile it in even if US_SOFTWARE_GOFAST is enabled.Alexandre Oliva1-2/+2
2001-12-11fp-bit.c (pack_d): Cast to ``fractype'' for long long shifts.Momchil Velikov1-1/+1
2001-05-17i * libgcc1-test.c, libgcc1.c, config/i386/perform.h: Delete file.Zack Weinberg1-5/+3
2001-03-03configure.in: Kill tm.h.Zack Weinberg1-1/+1
2001-02-02fp-bit.h (MAX_USI_INT, MAX_SI_INT): Don't assume unsigned is wide enough.Alexandre Oliva1-19/+19
2001-01-31Include tm.h, not hconfig.hAlexandre Oliva1-1/+1
2001-01-31fp-bit.c: Include hconfig.hAlexandre Oliva1-4/+5
2000-12-08fp-bit.c (_fpmul_parts): Use USItype variables as inputs for multiplies.J"orn Rennecke1-8/+8
2000-09-08Unsigned -> float conversion for fp-bit.cStephane Carrez1-0/+32
2000-07-03fp-bit.h: New file.Kaveh R. Ghazi1-316/+29
2000-03-22fp-bit.c (pack_d): Correct the case when a denormal is rounded up and stops b...Geoff Keating1-3/+2
2000-03-16Introduce NO_DENORMALS in fp-bit.cBernd Schmidt1-2/+7
2000-02-26Fix copyrightsJeff Law1-1/+2
2000-02-26elfos.h (ASM_OUTPUT_LABELREF): Don't define.Geoff Keating1-2/+19
2000-01-25* config/fp-bit.c (_unord_f2): Fix typo.Clinton Popetz1-1/+1
2000-01-24rtl.def: Add unordered fp comparisions.Richard Henderson1-1/+23
1999-12-02remove compile time warnings about uninitilaised filedsNick Clifton1-2/+2
1999-09-13Move definition of 'thenan' to its own object file in order to save space.Nick Clifton1-3/+21
1999-08-29Fix possible aliasing problemsBernd Schmidt1-27/+85
1998-10-09Warning fixes:Kaveh R. Ghazi1-7/+5
1998-09-19fp-bit.c (pack_d): Do not clear SIGN when fraction is 0.Torbjorn Granlund1-2/+1
1998-07-08fp-bit.c (__gexf2, [...]): Add function stubs.Vladimir N. Makarov1-0/+3
1998-06-25Warning fixes:Kaveh R. Ghazi1-13/+6
1998-06-19Allow INLINE to be defined for debuggingMichael Meissner1-0/+2
1998-06-01Fix IEEE negative zero problemsMichael Meissner1-2/+8
1997-12-27* config/fp-bit.c (L_df_to_sf): Fix typo in last change.David Edelsohn1-1/+1
1997-12-21Makefile.in (FPBIT_FUNCS, [...]): Define.Jeff Law1-18/+119
1997-07-03(unpack_d): Check fraction not sign to distinquish QNaN.Jim Wilson1-3/+3
1997-07-01(float_to_usi): Move code for negative numbers before code for infinity.Jim Wilson1-3/+3
1997-06-27(float_to_si): Correct return value when Inf.Richard Kenner1-4/+3
1996-10-23Fix minor bugs in float_to_usi and dp_to_sfIan Lance Taylor1-3/+11
1996-05-17Correct sign handling when dividing zero or infinity by somethingIan Lance Taylor1-2/+4
1996-04-04Add support for EXTENDED_FLOAT_STUBSMichael Meissner1-0/+44
1995-09-15(FLO_union_type): Add words field if double precision to get at the separate ...Richard Kenner1-5/+23
1995-09-11(FLO_union_type): Remove bitfields to set sign...Richard Kenner1-3/+30
1995-09-11(FLO_union_type): Remove bitfields to set sign...Richard Kenner1-32/+49
1995-06-15Update FSF address.Richard Kenner1-1/+2
1995-05-16Fix typos in comments.Richard Kenner1-2/+2