Age | Commit message (Expand) | Author | Files | Lines |
2015-10-30 | alias.c: Remove unused headers. | Andrew MacLeod | 1 | -3/+0 |
2015-10-30 | Allow real_format to be passed to more real.h functions | Richard Sandiford | 1 | -103/+60 |
2015-10-29 | alias.c: Reorder #include statements and remove duplicates. | Andrew MacLeod | 1 | -4/+3 |
2015-10-27 | [PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FE | Mikhail Maltsev | 1 | -3/+1 |
2015-10-13 | To... | Richard Sandiford | 1 | -0/+18 |
2015-10-07 | Cache reals for 1/4, 1/6 and 1/9 | Richard Sandiford | 1 | -15/+20 |
2015-10-05 | Replace REAL_VALUES_LESS with real_less | Richard Sandiford | 1 | -1/+9 |
2015-10-05 | Replace REAL_VALUES_EQUAL with real_equal | Richard Sandiford | 1 | -1/+9 |
2015-07-08 | tree-core.h: Include symtab.h. | Andrew MacLeod | 1 | -1/+0 |
2015-06-17 | coretypes.h: Include input.h and as-a.h. | Andrew MacLeod | 1 | -1/+0 |
2015-06-08 | coretypes.h: Include hash-table.h and hash-set.h for host files. | Andrew MacLeod | 1 | -3/+0 |
2015-06-04 | coretypes.h: Include machmode.h... | Andrew MacLeod | 1 | -5/+0 |
2015-03-06 | * real.c (real_from_string): Fix typo in assertion. | Jonathan Wakely | 1 | -1/+1 |
2015-02-26 | passes.c (ipa_write_summaries_1): Call lto_output_init_mode_table. | Jakub Jelinek | 1 | -24/+48 |
2015-01-09 | genattrtab.c (write_header): Include hash-set.h... | Michael Collison | 1 | -0/+9 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-12-12 | real.h (HONOR_SNANS, [...]): Replace macros with 3 overloaded declarations. | Marc Glisse | 1 | -1/+83 |
2014-12-10 | real.h (HONOR_NANS): Replace macro with 3 overloaded declarations. | Marc Glisse | 1 | -0/+24 |
2014-12-01 | PR jit/63854: Fix leak in real.c for i386:init_ext_80387_constants | David Malcolm | 1 | -0/+1 |
2014-10-29 | decl.c, [...]: Remove redundant enum from machine_mode. | Richard Sandiford | 1 | -21/+21 |
2014-07-17 | Summary: Generate canonical infinity for the Motorola extended real format | Andreas Schwab | 1 | -0/+5 |
2014-05-06 | Merge in wide-int. | Kenneth Zadeck | 1 | -65/+111 |
2014-03-26 | re PR other/59545 (Signed integer overflow issues) | Jakub Jelinek | 1 | -1/+2 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-11-21 | re PR rtl-optimization/55950 (Invalid sqrt constant propagation with -froundi... | Joseph Myers | 1 | -78/+0 |
2013-11-20 | re PR middle-end/21718 (real.c rounding not perfect) | Joseph Myers | 1 | -68/+36 |
2013-09-28 | alloc-pool.c, [...]: Add missing whitespace before "(". | Richard Sandiford | 1 | -1/+1 |
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 |