summaryrefslogtreecommitdiff
path: root/gcc/real.h
Commit message (Expand)AuthorAgeFilesLines
* dfp.h, dfp.c: New files.Jon Grimm2005-12-021-5/+32
* Makefile.in (RTL_BASE_H): Add real.h.Ian Lance Taylor2005-08-011-1/+1
* Update FSF address.Kelley Cook2005-06-251-2/+2
* real.h (struct real_format): Split the signbit field into two two fields, sig...Roger Sayle2005-03-151-2/+7
* re PR middle-end/19405 (18_support/numeric_limits.cc fails on ppc-darwin (lon...Roger Sayle2005-02-031-0/+6
* cfganal.c, [...]: Update copyright.Kazu Hirata2005-01-221-1/+1
* re PR rtl-optimization/576 (gcc performs invalid optimization with float oper...Roger Sayle2005-01-211-1/+1
* c-common.c: Rename all identifiers named `class' to `cl'.Bernardo Innocenti2004-07-251-1/+1
* real.c (real_copysign): New function to implement libm's copysign.Roger Sayle2004-06-071-0/+3
* real.h (struct real_value): Use the same type for all bitfields.Alexandre Oliva2004-03-221-2/+11
* real.c (real_floor, real_ceil): Tweak to allow input and output arguments to ...Roger Sayle2004-01-231-1/+3
* genmodes.c, [...]: New files.Zack Weinberg2003-10-101-2/+3
* real.h (REAL_MODE_FORMAT): New macro.Zack Weinberg2003-10-061-0/+1
* builtins.c (builtin_dconsts_init, [...]): Delete.Kaveh R. Ghazi2003-09-111-0/+2
* builtins.c (real_dconstp, [...]): New, split out from fold_builtin.Kaveh R. Ghazi2003-09-091-1/+4
* ggc.h, [...]: Use `rtx' instead of `struct rtx_def *'...Steven Bosscher2003-07-101-1/+1
* jump.c: Convert prototypes to ISO C90.Andreas Jaeger2003-07-061-79/+59
* real.c (real_trunc, [...]): New functions to implement trunc, floor and ceil ...Roger Sayle2003-07-031-0/+11
* real.h (ieee_extended_intel_96_round_53_format): New.Richard Henderson2003-06-251-0/+1
* basic-block.h: Fix comment formatting.Kazu Hirata2003-06-231-1/+1
* real.c (real_maxval): New function to return the largest finite value represe...Roger Sayle2003-05-231-0/+3
* real.c (real_powi): New function to calculate the value of a real raised to a...Roger Sayle2003-05-061-0/+6
* real.h (EXP_BITS): Make room for...Alexandre Oliva2003-04-011-1/+9
* emit-rtl.c (dconstm2, dconsthalf): New real constants.Roger Sayle2003-03-311-1/+3
* real.h (struct real_value): Add signalling.Richard Henderson2003-03-271-1/+2
* real.c (real_sqrt): Return a bool result indicating whether a floating point ...Roger Sayle2003-01-151-3/+3
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-0/+7
* real.c (sticky_rshift_significand): Return inexact, don't or it in immediately.Richard Henderson2002-10-211-0/+1
* real.c (real_to_decimal): Accept BUF_SIZE and CROP_TRAILING_ZEROS as arguments.Richard Henderson2002-10-151-5/+2
* cfganal.c (dfs_enumerate_from): Use PARAMS.John David Anglin2002-10-111-2/+4
* real.h (SIGNIFICAND_BITS): Add one more word.Richard Henderson2002-10-041-2/+6
* * real.h (struct real_value): Use ENUM_BITFIELD.Richard Henderson2002-10-031-1/+1
* real.h (ibm_extended_format): Declare.David Edelsohn2002-09-291-0/+1
* * real.h (real_value): Make `exp' explicitly signed.Kaveh R. Ghazi2002-09-241-1/+1
* real.c (struct real_format): Move to real.h.Richard Henderson2002-09-211-3/+58
* real.c (real_hash): New.Richard Henderson2002-09-201-0/+2
* real.h (enum real_value_class, [...]): Move from real.c.Richard Henderson2002-09-201-14/+35
* real.h (UNKNOWN_FLOAT_FORMAT, [...]): Move ...Richard Henderson2002-09-191-13/+0
* builtin-types.def (BT_FN_FLOAT_CONST_STRING): New.Richard Henderson2002-09-161-1/+1
* real.c, real.h: Rewrite from scratch.Richard Henderson2002-09-161-192/+171
* builtin-types.def (BT_FN_FLOAT): New.Richard Henderson2002-09-041-0/+1
* real.c (ereal_to_decimal): Add digits parameter.Richard Henderson2002-09-041-2/+2
* Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating2002-06-041-1/+1
* tree.h: Forward-declare struct realvaluetype.Zack Weinberg2002-05-281-4/+11
* gengenrtl.c: Add prototype for excluded_rtx.Andreas Jaeger2002-05-191-0/+5
* emit-rtl.c (global_rtl): Update comment.Zack Weinberg2002-05-131-9/+17
* real.h: Define REAL_VALUE_TYPE_SIZE as 96 or 160, as appropriate.Zack Weinberg2002-04-191-9/+39
* toplev.c: Don't include setjmp.h.Zack Weinberg2002-03-251-0/+4
* * real.h (N): Special case 128 bit doubles.Alan Modra2002-03-231-0/+5
* real.h: Don't define REAL_INFINITY or REAL_IS_NOT_DOUBLE.Zack Weinberg2002-03-231-52/+9