aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/fp-bit.c
AgeCommit message (Expand)AuthorFilesLines
2006-01-04fp-bit.h: Use top-of-file comment from libgcc2.c.Ben Elliston1-24/+20
2005-11-28fp-bit.c (isnan, [...]): Use __builtin_expect.Joseph Myers1-5/+7
2005-11-28fp-bit.h (LSHIFT): Take shift count parameter.Joseph Myers1-8/+9
2005-11-22fp-bit.c (clzusi): New function.Joseph Myers1-13/+37
2005-06-25Update FSF address.R. Kelley Cook1-2/+2
2005-04-27arm.h (CONDITIONAL_REGISTER_USAGE): Reserve arm frame pointer when thumb back...Nathan Sidwell1-1/+1
2005-04-27fp-bit.c (abort): Add noreturn attribute.Nathan Sidwell1-1/+1
2005-04-08fp-bit.c: Include L_mul_tf in #endif comment.Ben Elliston1-3/+3
2004-03-11c-typeck.c, [...]: Fix comment typos and formatting.Kazu Hirata1-2/+2
2004-03-05fp-bit.c (_fpdiv_parts): Do not round when pack_d would round the same.Hans-Peter Nilsson1-21/+25
2004-01-31alloc-pool.c, c-lex.c, c-pragma.h, c-semantics.c, cfghooks.c,Kazu Hirata1-1/+1
2004-01-28fp-bit.c (pack_d): When using paired doubles to implement a long double...Richard Sandiford1-32/+58
2003-08-22fp-bit.c: Specify config/ dir for include of fp-bit.h.Alan Modra1-1/+1
2003-06-15install.texi: Follow spelling conventions.Kazu Hirata1-1/+1
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