summaryrefslogtreecommitdiff
path: root/gcc/config/fp-bit.c
Commit message (Expand)AuthorAgeFilesLines
* fp-bit.h: Use top-of-file comment from libgcc2.c.Ben Elliston2006-01-041-24/+20
* fp-bit.c (isnan, [...]): Use __builtin_expect.Joseph Myers2005-11-281-5/+7
* fp-bit.h (LSHIFT): Take shift count parameter.Joseph Myers2005-11-281-8/+9
* fp-bit.c (clzusi): New function.Joseph Myers2005-11-221-13/+37
* Update FSF address.R. Kelley Cook2005-06-251-2/+2
* arm.h (CONDITIONAL_REGISTER_USAGE): Reserve arm frame pointer when thumb back...Nathan Sidwell2005-04-271-1/+1
* fp-bit.c (abort): Add noreturn attribute.Nathan Sidwell2005-04-271-1/+1
* fp-bit.c: Include L_mul_tf in #endif comment.Ben Elliston2005-04-081-3/+3
* c-typeck.c, [...]: Fix comment typos and formatting.Kazu Hirata2004-03-111-2/+2
* fp-bit.c (_fpdiv_parts): Do not round when pack_d would round the same.Hans-Peter Nilsson2004-03-051-21/+25
* alloc-pool.c, c-lex.c, c-pragma.h, c-semantics.c, cfghooks.c,Kazu Hirata2004-01-311-1/+1
* fp-bit.c (pack_d): When using paired doubles to implement a long double...Richard Sandiford2004-01-281-32/+58
* fp-bit.c: Specify config/ dir for include of fp-bit.h.Alan Modra2003-08-221-1/+1
* install.texi: Follow spelling conventions.Kazu Hirata2003-06-151-1/+1
* fp-bit.c (unpack_d): Handle pair of doubles with different signs correctly.Alexandre Oliva2003-04-091-1/+5
* real.h (EXP_BITS): Make room for...Alexandre Oliva2003-04-011-0/+8
* fp-bit.h: Define macros for TFmode floating-point constants in IBM-extended T...Alexandre Oliva2003-01-261-0/+90
* fp-bit.h: Define macros for TFmode floating-point constants in IEEE quad TFmo...Alexandre Oliva2003-01-261-33/+148
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-0/+2
* fp-bit.c (EXTENDED_FLOAT_STUBS): Flush out all XF/TFmode entry points; use vo...Richard Henderson2002-10-071-32/+36
* builtins.def: Fix comment formatting.Kazu Hirata2002-09-291-10/+10
* fp-bit.c: Follow spelling conventions.Kazu Hirata2002-09-191-1/+1
* haifa-sched.c: Follow spelling conventions.Kazu Hirata2002-09-141-3/+3
* New target macro DECLARE_LIBRARY_RENAMESBernd Schmidt2002-07-301-0/+4
* fp-bit.c (_fpmul_parts, [...]): Mark with attribute __always_inline__.Hans-Peter Nilsson2002-06-191-2/+2
* defaults.h (LARGEST_EXPONENT_IS_NORMAL, [...]): New.Richard Sandiford2002-03-111-21/+48
* fp-bit.c (_unord_f2): Compile it in even if US_SOFTWARE_GOFAST is enabled.Alexandre Oliva2002-03-081-2/+2
* 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