summaryrefslogtreecommitdiff
path: root/gcc/config/fp-bit.c
Commit message (Expand)AuthorAgeFilesLines
* fp-bit.c (pack_d): Cast to ``fractype'' for long long shifts.Momchil Velikov2001-12-111-1/+1
* i * libgcc1-test.c, libgcc1.c, config/i386/perform.h: Delete file.Zack Weinberg2001-05-171-5/+3
* configure.in: Kill tm.h.Zack Weinberg2001-03-031-1/+1
* fp-bit.h (MAX_USI_INT, MAX_SI_INT): Don't assume unsigned is wide enough.Alexandre Oliva2001-02-021-19/+19
* Include tm.h, not hconfig.hAlexandre Oliva2001-01-311-1/+1
* fp-bit.c: Include hconfig.hAlexandre Oliva2001-01-311-4/+5
* fp-bit.c (_fpmul_parts): Use USItype variables as inputs for multiplies.J"orn Rennecke2000-12-081-8/+8
* Unsigned -> float conversion for fp-bit.cStephane Carrez2000-09-081-0/+32
* fp-bit.h: New file.Kaveh R. Ghazi2000-07-031-316/+29
* fp-bit.c (pack_d): Correct the case when a denormal is rounded up and stops b...Geoff Keating2000-03-221-3/+2
* Introduce NO_DENORMALS in fp-bit.cBernd Schmidt2000-03-161-2/+7
* Fix copyrightsJeff Law2000-02-261-1/+2
* elfos.h (ASM_OUTPUT_LABELREF): Don't define.Geoff Keating2000-02-261-2/+19
* * config/fp-bit.c (_unord_f2): Fix typo.Clinton Popetz2000-01-251-1/+1
* rtl.def: Add unordered fp comparisions.Richard Henderson2000-01-241-1/+23
* remove compile time warnings about uninitilaised filedsNick Clifton1999-12-021-2/+2
* Move definition of 'thenan' to its own object file in order to save space.Nick Clifton1999-09-131-3/+21
* Fix possible aliasing problemsBernd Schmidt1999-08-291-27/+85
* Warning fixes:Kaveh R. Ghazi1998-10-091-7/+5
* fp-bit.c (pack_d): Do not clear SIGN when fraction is 0.Torbjorn Granlund1998-09-191-2/+1
* fp-bit.c (__gexf2, [...]): Add function stubs.Vladimir N. Makarov1998-07-081-0/+3
* Warning fixes:Kaveh R. Ghazi1998-06-251-13/+6
* Allow INLINE to be defined for debuggingMichael Meissner1998-06-191-0/+2
* Fix IEEE negative zero problemsMichael Meissner1998-06-011-2/+8
* * config/fp-bit.c (L_df_to_sf): Fix typo in last change.David Edelsohn1997-12-271-1/+1
* Makefile.in (FPBIT_FUNCS, [...]): Define.Jeff Law1997-12-211-18/+119
* (unpack_d): Check fraction not sign to distinquish QNaN.Jim Wilson1997-07-031-3/+3
* (float_to_usi): Move code for negative numbers before code for infinity.Jim Wilson1997-07-011-3/+3
* (float_to_si): Correct return value when Inf.Richard Kenner1997-06-271-4/+3
* Fix minor bugs in float_to_usi and dp_to_sfIan Lance Taylor1996-10-231-3/+11
* Correct sign handling when dividing zero or infinity by somethingIan Lance Taylor1996-05-171-2/+4
* Add support for EXTENDED_FLOAT_STUBSMichael Meissner1996-04-041-0/+44
* (FLO_union_type): Add words field if double precision to get at the separate ...Richard Kenner1995-09-151-5/+23
* (FLO_union_type): Remove bitfields to set sign...Richard Kenner1995-09-111-3/+30
* (FLO_union_type): Remove bitfields to set sign...Richard Kenner1995-09-111-32/+49
* Update FSF address.Richard Kenner1995-06-151-1/+2
* Fix typos in comments.Richard Kenner1995-05-161-2/+2
* (fpadd_parts): Adding infinities with opposite signs yields a NaN.Jim Wilson1994-12-191-0/+3
* (FLO_union_type): Add packed attribute to `bits'.Doug Evans1994-09-121-9/+7
* *** empty log message ***Steve Chamberlain1994-09-081-2/+2
* Add libgcc copyright.Doug Evans1994-07-161-6/+35
* Initial revisionDoug Evans1994-07-111-0/+1259