| Commit message (Expand) | Author | Age | Files | Lines |
* | * c-common.c: Rename all identifiers named `class' to `cl'. | bernie | 2004-07-25 | 1 | -1/+1 |
* | * real.c (real_copysign): New function to implement libm's copysign. | sayle | 2004-06-07 | 1 | -0/+3 |
* | * real.h (struct real_value): Use the same type for all | aoliva | 2004-03-22 | 1 | -2/+11 |
* | * real.c (real_floor, real_ceil): Tweak to allow input and output | sayle | 2004-01-23 | 1 | -1/+3 |
* | * genmodes.c, mode-classes.def: New files. | zack | 2003-10-10 | 1 | -2/+3 |
* | * real.h (REAL_MODE_FORMAT): New macro. | zack | 2003-10-06 | 1 | -0/+1 |
* | * builtins.c (builtin_dconsts_init, dconstpi, dconste, | ghazi | 2003-09-11 | 1 | -0/+2 |
* | * builtins.c (real_dconstp, fold_builtin_logarithm, | ghazi | 2003-09-09 | 1 | -1/+4 |
* | 2003-07-10 Steven Bosscher <steven@gcc.gnu.org> | steven | 2003-07-10 | 1 | -1/+1 |
* | * jump.c: Convert prototypes to ISO C90. | aj | 2003-07-06 | 1 | -79/+59 |
* | * real.c (real_trunc, real_floor, real_ceil): New functions | sayle | 2003-07-03 | 1 | -0/+11 |
* | * real.h (ieee_extended_intel_96_round_53_format): New. | ljrittle | 2003-06-25 | 1 | -0/+1 |
* | * basic-block.h: Fix comment formatting. | kazu | 2003-06-23 | 1 | -1/+1 |
* | * real.c (real_maxval): New function to return the largest finite | sayle | 2003-05-23 | 1 | -0/+3 |
* | * real.c (real_powi): New function to calculate the value of | sayle | 2003-05-06 | 1 | -0/+6 |
* | * real.h (EXP_BITS): Make room for... | aoliva | 2003-04-01 | 1 | -1/+9 |
* | * emit-rtl.c (dconstm2, dconsthalf): New real constants. | sayle | 2003-03-31 | 1 | -1/+3 |
* | * real.h (struct real_value): Add signalling. | rth | 2003-03-27 | 1 | -1/+2 |
* | * real.c (real_sqrt): Return a bool result indicating whether | sayle | 2003-01-15 | 1 | -3/+3 |
* | Merge basic-improvements-branch to trunk | zack | 2002-12-16 | 1 | -0/+7 |
* | * real.c (sticky_rshift_significand): Return inexact, don't | rth | 2002-10-22 | 1 | -0/+1 |
* | gcc/ | rth | 2002-10-16 | 1 | -5/+2 |
* | * cfganal.c (dfs_enumerate_from): Use PARAMS. | danglin | 2002-10-11 | 1 | -2/+4 |
* | * real.h (SIGNIFICAND_BITS): Add one more word. | rth | 2002-10-04 | 1 | -2/+6 |
* | * real.h (struct real_value): Use ENUM_BITFIELD. | rth | 2002-10-04 | 1 | -1/+1 |
* | * real.h (ibm_extended_format): Declare. | dje | 2002-09-29 | 1 | -0/+1 |
* | * real.h (real_value): Make `exp' explicitly signed. | ghazi | 2002-09-24 | 1 | -1/+1 |
* | * real.c (struct real_format): Move to real.h. | rth | 2002-09-21 | 1 | -3/+58 |
* | * real.c (real_hash): New. | rth | 2002-09-20 | 1 | -0/+2 |
* | * real.h (enum real_value_class, SIGNIFICAND_BITS, EXP_BITS, | rth | 2002-09-20 | 1 | -14/+35 |
* | * real.h (UNKNOWN_FLOAT_FORMAT, IEEE_FLOAT_FORMAT, VAX_FLOAT_FORMAT, | rth | 2002-09-20 | 1 | -13/+0 |
* | gcc/ | rth | 2002-09-17 | 1 | -1/+1 |
* | gcc/ | rth | 2002-09-16 | 1 | -192/+171 |
* | * builtin-types.def (BT_FN_FLOAT): New. | rth | 2002-09-04 | 1 | -0/+1 |
* | * real.c (ereal_to_decimal): Add digits parameter. | rth | 2002-09-04 | 1 | -2/+2 |
* | Merge from pch-branch up to tag pch-commit-20020603. | geoffk | 2002-06-04 | 1 | -1/+1 |
* | * tree.h: Forward-declare struct realvaluetype. | zack | 2002-05-28 | 1 | -4/+11 |
* | * gengenrtl.c: Add prototype for excluded_rtx. | aj | 2002-05-19 | 1 | -0/+5 |
* | * emit-rtl.c (global_rtl): Update comment. | zack | 2002-05-13 | 1 | -9/+17 |
* | * real.h: Define REAL_VALUE_TYPE_SIZE as 96 or 160, as | zack | 2002-04-19 | 1 | -9/+39 |
* | * toplev.c: Don't include setjmp.h. Kill float_handler_set, | zack | 2002-03-25 | 1 | -0/+4 |
* | * real.h (N): Special case 128 bit doubles. | amodra | 2002-03-23 | 1 | -0/+5 |
* | * real.h: Don't define REAL_INFINITY or REAL_IS_NOT_DOUBLE. | zack | 2002-03-23 | 1 | -52/+9 |
* | * emit-rtl.c, final.c, fold-const.c, gengenrtl.c, optabs.c, | zack | 2002-03-03 | 1 | -223/+22 |
* | * predict.c: Fix formatting. | kazu | 2002-01-22 | 1 | -4/+4 |
* | * real.c (etoe113, toe113): Ifndef INTEL_EXTENDED_IEEE_FORMAT. | rth | 2001-12-28 | 1 | -4/+0 |
* | * calls.c: Fix formatting. | kazu | 2001-10-11 | 1 | -18/+18 |
* | * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c, | gerald | 2001-08-22 | 1 | -12/+12 |
* | * Makefile.in (final.o): Depend on target.h. | neil | 2001-07-06 | 1 | -1/+2 |
* | Add ia64-hpux 128-bit long double support. | wilson | 2001-06-26 | 1 | -1/+5 |