Age | Commit message (Expand) | Author | Files | Lines |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -3/+1 |
2010-05-21 | real: Do not include gmp.h, mpfr.h, and mpc.h. | Steven Bosscher | 1 | -22/+2 |
2010-01-05 | re PR bootstrap/41771 (Bootstrap with Sun Studio 12.1 fails) | Rainer Orth | 1 | -1/+27 |
2009-12-07 | re PR other/40302 (GCC must hard-require MPC before release) | Kaveh R. Ghazi | 1 | -10/+0 |
2009-10-14 | builtins.c (fold_builtin_1): Support complex "arc" functions. | Kaveh R. Ghazi | 1 | -0/+3 |
2009-09-20 | re PR middle-end/30789 (complex folding inexact) | Kaveh R. Ghazi | 1 | -1/+1 |
2009-08-14 | re PR middle-end/30789 (complex folding inexact) | Kaveh R. Ghazi | 1 | -0/+3 |
2009-07-16 | builtins.c (do_mpc_arg2): New. | Kaveh R. Ghazi | 1 | -0/+3 |
2009-05-15 | builtins.c (do_mpc_arg1, [...]): New. | Kaveh R. Ghazi | 1 | -0/+3 |
2009-05-15 | real.c (encode_ieee_half): Define. | Sandra Loosemore | 1 | -0/+2 |
2009-04-22 | hashtab.h: Update GTY annotations to new syntax | Taras Glek | 1 | -2/+1 |
2008-10-29 | re PR middle-end/36578 (cast to long double not taken into account when resul... | Joseph Myers | 1 | -0/+5 |
2008-08-18 | real.h (dconst_e, [...]): Declare. | Manuel López-Ibáñez | 1 | -9/+11 |
2008-08-12 | real.h (struct real_format): New member has_sign_dependent_rounding. | Ulrich Weigand | 1 | -4/+22 |
2008-08-12 | real.h (struct real_format): New member round_towards_zero. | Ulrich Weigand | 1 | -0/+8 |
2008-08-12 | real.c (spu_single_format): New variable. | Ulrich Weigand | 1 | -0/+1 |
2008-06-19 | dfp.h, [...]: Remove references to IEEE 754R. | Ben Elliston | 1 | -1/+1 |
2008-03-26 | builtins.c (expand_builtin_pow, [...]): Remove uses of dconst3, dconstsqrt2, ... | Kaveh R. Ghazi | 1 | -7/+12 |
2008-02-08 | re PR bootstrap/35051 (Build machine requires GMP and MPFR for building cross... | Richard Sandiford | 1 | -0/+4 |
2008-01-25 | MAINTAINERS (c4x port): Remove. | Joseph Myers | 1 | -3/+1 |
2007-09-07 | Reapply reverted change: | Janis Johnson | 1 | -1/+1 |
2007-09-06 | Revert: | Janis Johnson | 1 | -1/+1 |
2007-09-05 | optabs.c (expand_float): Convert unsigned integer as signed only if it provid... | Janis Johnson | 1 | -1/+1 |
2007-07-26 | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 1 | -4/+3 |
2007-07-25 | expr.c (handled_component_p): Constify. | Kaveh R. Ghazi | 1 | -1/+1 |
2007-07-18 | re PR target/30652 (SSE expansion is missing for isinf() and other fpclassify... | Kaveh R. Ghazi | 1 | -0/+4 |
2007-06-12 | real.c (real_isfinite): New. | Kaveh R. Ghazi | 1 | -0/+3 |
2007-06-03 | m68k.c (override_options): Don't override REAL_MODE_FORMAT. | Andreas Schwab | 1 | -3/+3 |
2007-05-21 | defaults.h (IBM_FLOAT_FORMAT): Macro definition removed. | Andreas Krebbel | 1 | -5/+0 |
2007-04-24 | real.c (mpfr_from_real): Handle Inf and NaN, and allow the rounding mode to b... | Brooks Moses | 1 | -2/+2 |
2007-03-22 | re PR other/23572 (No warning for assigning a value to a 'float' variable tha... | Manuel López-Ibáñez | 1 | -2/+3 |
2007-02-03 | emit-rtl.c (dconstpi): Delete. | Kaveh R. Ghazi | 1 | -1/+1 |
2007-01-18 | real.h (real_format): Add a canonical_nan_lsbs_set field. | Richard Sandiford | 1 | -0/+3 |
2006-11-23 | real.h (real_isinteger): Declare. | Manuel López-Ibáñez | 1 | -0/+3 |
2006-10-23 | re PR middle-end/29335 (transcendental functions with constant arguments shou... | Kaveh R. Ghazi | 1 | -0/+8 |
2005-12-02 | dfp.h, dfp.c: New files. | Jon Grimm | 1 | -5/+32 |
2005-08-01 | Makefile.in (RTL_BASE_H): Add real.h. | Ian Lance Taylor | 1 | -1/+1 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-03-15 | real.h (struct real_format): Split the signbit field into two two fields, sig... | Roger Sayle | 1 | -2/+7 |
2005-02-03 | re PR middle-end/19405 (18_support/numeric_limits.cc fails on ppc-darwin (lon... | Roger Sayle | 1 | -0/+6 |
2005-01-22 | cfganal.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-01-21 | re PR rtl-optimization/576 (gcc performs invalid optimization with float oper... | Roger Sayle | 1 | -1/+1 |
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 |