Age | Commit message (Expand) | Author | Files | Lines |
2004-07-25 | c-common.c: Rename all identifiers named `class' to `cl'. | Bernardo Innocenti | 1 | -1/+1 |
2004-06-07 | real.c (real_copysign): New function to implement libm's copysign. | Roger Sayle | 1 | -0/+3 |
2004-03-22 | real.h (struct real_value): Use the same type for all bitfields. | Alexandre Oliva | 1 | -2/+11 |
2004-01-23 | real.c (real_floor, real_ceil): Tweak to allow input and output arguments to ... | Roger Sayle | 1 | -1/+3 |
2003-10-10 | genmodes.c, [...]: New files. | Zack Weinberg | 1 | -2/+3 |
2003-10-06 | real.h (REAL_MODE_FORMAT): New macro. | Zack Weinberg | 1 | -0/+1 |
2003-09-11 | builtins.c (builtin_dconsts_init, [...]): Delete. | Kaveh R. Ghazi | 1 | -0/+2 |
2003-09-09 | builtins.c (real_dconstp, [...]): New, split out from fold_builtin. | Kaveh R. Ghazi | 1 | -1/+4 |
2003-07-10 | ggc.h, [...]: Use `rtx' instead of `struct rtx_def *'... | Steven Bosscher | 1 | -1/+1 |
2003-07-06 | jump.c: Convert prototypes to ISO C90. | Andreas Jaeger | 1 | -79/+59 |
2003-07-03 | real.c (real_trunc, [...]): New functions to implement trunc, floor and ceil ... | Roger Sayle | 1 | -0/+11 |
2003-06-25 | real.h (ieee_extended_intel_96_round_53_format): New. | Richard Henderson | 1 | -0/+1 |
2003-06-23 | basic-block.h: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2003-05-23 | real.c (real_maxval): New function to return the largest finite value represe... | Roger Sayle | 1 | -0/+3 |
2003-05-06 | real.c (real_powi): New function to calculate the value of a real raised to a... | Roger Sayle | 1 | -0/+6 |
2003-04-01 | real.h (EXP_BITS): Make room for... | Alexandre Oliva | 1 | -1/+9 |
2003-03-31 | emit-rtl.c (dconstm2, dconsthalf): New real constants. | Roger Sayle | 1 | -1/+3 |
2003-03-27 | real.h (struct real_value): Add signalling. | Richard Henderson | 1 | -1/+2 |
2003-01-15 | real.c (real_sqrt): Return a bool result indicating whether a floating point ... | Roger Sayle | 1 | -3/+3 |
2002-12-16 | Merge basic-improvements-branch to trunk | Zack Weinberg | 1 | -0/+7 |
2002-10-21 | real.c (sticky_rshift_significand): Return inexact, don't or it in immediately. | Richard Henderson | 1 | -0/+1 |
2002-10-15 | real.c (real_to_decimal): Accept BUF_SIZE and CROP_TRAILING_ZEROS as arguments. | Richard Henderson | 1 | -5/+2 |
2002-10-11 | cfganal.c (dfs_enumerate_from): Use PARAMS. | John David Anglin | 1 | -2/+4 |
2002-10-04 | real.h (SIGNIFICAND_BITS): Add one more word. | Richard Henderson | 1 | -2/+6 |
2002-10-03 | * real.h (struct real_value): Use ENUM_BITFIELD. | Richard Henderson | 1 | -1/+1 |
2002-09-29 | real.h (ibm_extended_format): Declare. | David Edelsohn | 1 | -0/+1 |
2002-09-24 | * real.h (real_value): Make `exp' explicitly signed. | Kaveh R. Ghazi | 1 | -1/+1 |
2002-09-21 | real.c (struct real_format): Move to real.h. | Richard Henderson | 1 | -3/+58 |
2002-09-20 | real.c (real_hash): New. | Richard Henderson | 1 | -0/+2 |
2002-09-20 | real.h (enum real_value_class, [...]): Move from real.c. | Richard Henderson | 1 | -14/+35 |
2002-09-19 | real.h (UNKNOWN_FLOAT_FORMAT, [...]): Move ... | Richard Henderson | 1 | -13/+0 |
2002-09-16 | builtin-types.def (BT_FN_FLOAT_CONST_STRING): New. | Richard Henderson | 1 | -1/+1 |
2002-09-16 | real.c, real.h: Rewrite from scratch. | Richard Henderson | 1 | -192/+171 |
2002-09-04 | builtin-types.def (BT_FN_FLOAT): New. | Richard Henderson | 1 | -0/+1 |
2002-09-04 | real.c (ereal_to_decimal): Add digits parameter. | Richard Henderson | 1 | -2/+2 |
2002-06-04 | Merge from pch-branch up to tag pch-commit-20020603. | Geoffrey Keating | 1 | -1/+1 |
2002-05-28 | tree.h: Forward-declare struct realvaluetype. | Zack Weinberg | 1 | -4/+11 |
2002-05-19 | gengenrtl.c: Add prototype for excluded_rtx. | Andreas Jaeger | 1 | -0/+5 |
2002-05-13 | emit-rtl.c (global_rtl): Update comment. | Zack Weinberg | 1 | -9/+17 |
2002-04-19 | real.h: Define REAL_VALUE_TYPE_SIZE as 96 or 160, as appropriate. | Zack Weinberg | 1 | -9/+39 |
2002-03-25 | toplev.c: Don't include setjmp.h. | Zack Weinberg | 1 | -0/+4 |
2002-03-23 | * real.h (N): Special case 128 bit doubles. | Alan Modra | 1 | -0/+5 |
2002-03-23 | real.h: Don't define REAL_INFINITY or REAL_IS_NOT_DOUBLE. | Zack Weinberg | 1 | -52/+9 |
2002-03-03 | emit-rtl.c, [...]: Remove all #ifndef REAL_ARITHMETIC blocks... | Zack Weinberg | 1 | -223/+22 |
2002-01-22 | predict.c: Fix formatting. | Kazu Hirata | 1 | -4/+4 |
2001-12-28 | real.c (etoe113, toe113): Ifndef INTEL_EXTENDED_IEEE_FORMAT. | Richard Henderson | 1 | -4/+0 |
2001-10-11 | calls.c: Fix formatting. | Kazu Hirata | 1 | -18/+18 |
2001-08-22 | Makefile.in, [...]: replace "GNU CC" with "GCC". | Lars Brinkhoff | 1 | -12/+12 |
2001-07-06 | Makefile.in (final.o): Depend on target.h. | Neil Booth | 1 | -1/+2 |
2001-06-25 | Add ia64-hpux 128-bit long double support. | Steve Ellcey | 1 | -1/+5 |