Age | Commit message (Expand) | Author | Files | Lines |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -3/+1 |
2013-01-04 | Update Copyright years for files modified in 2011 and/or 2012. | Jakub Jelinek | 1 | -1/+1 |
2012-06-02 | 2012-06-2 Kenneth Zadeck <zadeck@naturalbridge.com> | Kenneth Zadeck | 1 | -3/+3 |
2011-02-27 | re PR middle-end/47903 (var-tracking.c: valgrind error) | Jakub Jelinek | 1 | -1/+12 |
2010-11-30 | hwint.c: New. | Joseph Myers | 1 | -2/+1 |
2010-07-08 | toplev.h: Do not include diagnostic-core.h. | Manuel López-Ibáñez | 1 | -0/+1 |
2010-05-21 | real: Do not include gmp.h, mpfr.h, and mpc.h. | Steven Bosscher | 1 | -80/+10 |
2009-11-25 | Remove trailing white spaces. | H.J. Lu | 1 | -25/+25 |
2009-10-07 | real.c: Fix comment to reflect actual exponent size. | Kaveh R. Ghazi | 1 | -1/+1 |
2009-09-17 | re PR c/41049 (conversion from integer to decimal float loses trailing zeros) | Janis Johnson | 1 | -1/+64 |
2009-05-15 | real.c (encode_ieee_half): Define. | Sandra Loosemore | 1 | -0/+161 |
2009-04-27 | collect2.c (is_ctor_dtor): Change type of ret field in struct names to symkind. | Ian Lance Taylor | 1 | -2/+2 |
2009-04-20 | Fix enum conversions which are invalid in C++: | Ian Lance Taylor | 1 | -1/+1 |
2009-02-06 | re PR c/39035 (if( 0.0DF ) is considered true) | Janis Johnson | 1 | -1/+9 |
2009-01-06 | re PR c/34252 (DEC32_MIN_EXP, DEC32_MAX_EXP don't match TR 24732) | Janis Johnson | 1 | -8/+8 |
2008-10-29 | re PR middle-end/36578 (cast to long double not taken into account when resul... | Joseph Myers | 1 | -0/+29 |
2008-09-02 | re PR testsuite/36332 (FAIL: gcc.dg/torture/type-generic-1.c execution test ... | Jakub Jelinek | 1 | -1/+1 |
2008-08-18 | real.h (dconst_e, [...]): Declare. | Manuel López-Ibáñez | 1 | -31/+46 |
2008-08-12 | real.h (struct real_format): New member has_sign_dependent_rounding. | Ulrich Weigand | 1 | -0/+22 |
2008-08-12 | real.h (struct real_format): New member round_towards_zero. | Ulrich Weigand | 1 | -24/+96 |
2008-08-12 | real.c (spu_single_format): New variable. | Ulrich Weigand | 1 | -0/+30 |
2008-06-19 | dfp.h, [...]: Remove references to IEEE 754R. | Ben Elliston | 1 | -3/+3 |
2008-06-06 | cgraph.c: Fix typos in comments. | Ralf Wildenhues | 1 | -1/+1 |
2008-05-16 | real.c (real_to_decimal, [...]): Distinguish QNaN & SNaN. | Doug Kwan | 1 | -2/+20 |
2008-03-26 | builtins.c (expand_builtin_pow, [...]): Remove uses of dconst3, dconstsqrt2, ... | Kaveh R. Ghazi | 1 | -0/+43 |
2008-01-25 | MAINTAINERS (c4x port): Remove. | Joseph Myers | 1 | -230/+1 |
2007-09-07 | Reapply reverted change: | Janis Johnson | 1 | -1/+3 |
2007-09-06 | Revert: | Janis Johnson | 1 | -4/+1 |
2007-09-05 | optabs.c (expand_float): Convert unsigned integer as signed only if it provid... | Janis Johnson | 1 | -1/+4 |
2007-07-26 | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 1 | -4/+3 |
2007-07-18 | re PR target/30652 (SSE expansion is missing for isinf() and other fpclassify... | Kaveh R. Ghazi | 1 | -0/+32 |
2007-06-12 | real.c (real_isfinite): New. | Kaveh R. Ghazi | 1 | -1/+9 |
2007-06-03 | m68k.c (override_options): Don't override REAL_MODE_FORMAT. | Andreas Schwab | 1 | -5/+13 |
2007-05-27 | re PR middle-end/32083 (bug in transfer integer->real->integer) | Tobias Burnus | 1 | -1/+1 |
2007-05-21 | defaults.h (IBM_FLOAT_FORMAT): Macro definition removed. | Andreas Krebbel | 1 | -262/+8 |
2007-04-24 | real.c (mpfr_from_real): Handle Inf and NaN, and allow the rounding mode to b... | Brooks Moses | 1 | -5/+34 |
2007-03-22 | re PR other/23572 (No warning for assigning a value to a 'float' variable tha... | Manuel López-Ibáñez | 1 | -7/+12 |
2007-01-18 | real.h (real_format): Add a canonical_nan_lsbs_set field. | Richard Sandiford | 1 | -47/+98 |
2006-12-19 | re PR target/29302 (isfinite returns wrong result at -O1) | Roger Sayle | 1 | -0/+9 |
2006-11-23 | real.h (real_isinteger): Declare. | Manuel López-Ibáñez | 1 | -0/+11 |
2006-11-15 | re PR middle-end/29862 (Calling a function with gcc_assert) | H.J. Lu | 1 | -1/+3 |
2006-10-29 | darwin.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2006-10-23 | re PR middle-end/29335 (transcendental functions with constant arguments shou... | Kaveh R. Ghazi | 1 | -0/+44 |
2006-03-16 | re PR middle-end/21781 (real.c incorrectly values zero with a large exponent) | Roger Sayle | 1 | -0/+9 |
2006-02-27 | re PR middle-end/19983 (__builtin_nan should allow 0X as well as 0x) | Roger Sayle | 1 | -2/+6 |
2005-12-16 | * real.c (decimal_quad_format): Correct values for emin, emax. | Ben Elliston | 1 | -2/+2 |
2005-12-02 | Missed in last check-in. | Ben Elliston | 1 | -1/+9 |
2005-12-02 | dfp.h, dfp.c: New files. | Jon Grimm | 1 | -11/+206 |
2005-09-19 | re PR rtl-optimization/23941 (compress_float_constant creates denormals) | Richard Henderson | 1 | -0/+12 |
2005-07-29 | re PR middle-end/21720 (GCC incorrectly rounds hex floats) | Joseph Myers | 1 | -0/+4 |