Age | Commit message (Expand) | Author | Files | Lines |
2021-09-24 | real: fix encoding of negative IEEE double/quad values [PR98216] | Patrick Palka | 1 | -2/+4 |
2021-05-10 | Come up with startswith function. | Martin Liska | 1 | -3/+3 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2020-05-14 | middle-end/95118 - fix printing of denormal zero | Richard Biener | 1 | -2/+2 |
2020-02-12 | real: Fix roundeven on inf/nan [PR93663] | Jakub Jelinek | 1 | -12/+8 |
2020-01-23 | tree-optimization/93354 FRE redundant store removal validity fix | Richard Biener | 1 | -1/+4 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-12-11 | Add ARM-specific Bfloat format support to middle-end | Stam Markianos-Wright | 1 | -0/+137 |
2019-11-27 | PR 92463 - Cleanups due to minimum MPFR version bump to 3.1.0 | Tobias Burnus | 1 | -12/+12 |
2019-11-13 | Add C2x *_NORM_MAX constants to <float.h>. | Joseph Myers | 1 | -4/+11 |
2019-08-26 | Builtin function roundeven folding implementation | Tejas Joshi | 1 | -0/+95 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-10-12 | Add pattern to remove useless float casts in comparisons. | Yury Gribov | 1 | -0/+13 |
2018-10-11 | re PR tree-optimization/86829 (Missing sin(atan(x)) and cos(atan(x)) optimiza... | Giuliano Belinassi | 1 | -0/+26 |
2018-07-09 | re PR c/86420 (nextafter(0x1p-1022,0) is constant folded) | Jakub Jelinek | 1 | -1/+1 |
2018-05-04 | re PR tree-optimization/85466 (Performance is slow when doing 'branchless' co... | Jakub Jelinek | 1 | -0/+96 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-06-09 | Reverted r249005 until PowerPC and AIX issues sorted. | Tamar Christina | 1 | -34/+0 |
2017-06-08 | re PR middle-end/77925 (Add __builtin_issubnormal) | Tamar Christina | 1 | -0/+34 |
2017-05-17 | Fix comparison of decimal float zeroes (PR80692) | Segher Boessenkool | 1 | -3/+3 |
2017-02-15 | re PR target/79487 (Invalid _Decimal32 comparison on s390x) | Jakub Jelinek | 1 | -1/+1 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-11-30 | Fix part of PR78555 - gcc/real.c:2890:25: runtime error: left shift of negati... | Markus Trippelsdorf | 1 | -1/+1 |
2016-08-19 | Implement C _FloatN, _FloatNx types. | Joseph Myers | 1 | -0/+24 |
2016-08-12 | re PR c/7652 (-Wswitch-break : Warn if a switch case falls through) | Marek Polacek | 1 | -0/+1 |
2016-07-19 | builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1... | Uros Bizjak | 1 | -2/+2 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-12-21 | This series of patches fix PR61441. | Sujoy Saraswati | 1 | -2/+53 |
2015-12-19 | This series of patches fix PR61441. This patch adds REAL_VALUE_ISSIGNALING_NAN. | Sujoy Saraswati | 1 | -0/+6 |
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 |