aboutsummaryrefslogtreecommitdiff
path: root/gcc/real.c
AgeCommit message (Expand)Author
2019-01-01 Update copyright years.Jakub Jelinek
2018-10-12Add pattern to remove useless float casts in comparisons.Yury Gribov
2018-10-11 PR tree-optimization/86829Giuliano Belinassi
2018-07-09 PR c/86420Jakub Jelinek
2018-05-04 PR libstdc++/85466Jakub Jelinek
2018-01-03 Update copyright years.Jakub Jelinek
2017-06-09Reverted r249005 until PowerPC and AIX issues sorted.Tamar Christina
2017-06-082017-06-08 Tamar Christina <tamar.christina@arm.com>Tamar Christina
2017-05-17Fix comparison of decimal float zeroes (PR80692)Segher Boessenkool
2017-02-15 PR target/79487Jakub Jelinek
2017-01-01 Update copyright years.Jakub Jelinek
2016-11-30Fix part of PR78555 - gcc/real.c:2890:25: runtime error: left shift of negati...Markus Trippelsdorf
2016-08-19Implement C _FloatN, _FloatNx types.Joseph Myers
2016-08-12 PR c/7652Marek Polacek
2016-07-19 * builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1,Uros Bizjak
2016-01-04 Update copyright years.Jakub Jelinek
2015-12-21This series of patches fix PR61441. This patch makes resulting NaN valuesSujoy Saraswati
2015-12-19This series of patches fix PR61441. This patch adds REAL_VALUE_ISSIGNALING_NAN.Sujoy Saraswati
2015-10-302015-10-30 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-10-30Allow real_format to be passed to more real.h functionsRichard Sandiford
2015-10-292015-10-29 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-10-28[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev
2015-10-13To: gcc-patches@gcc.gnu.orgRichard Sandiford
2015-10-07Cache reals for 1/4, 1/6 and 1/9Richard Sandiford
2015-10-05Replace REAL_VALUES_LESS with real_lessRichard Sandiford
2015-10-05Replace REAL_VALUES_EQUAL with real_equalRichard Sandiford
2015-07-082015-07-07 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-06-172015-06-17 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-06-082015-06-08 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-06-042015-06-04 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-03-06 * real.c (real_from_string): Fix typo in assertion.Jonathan Wakely
2015-02-26 * passes.c (ipa_write_summaries_1): Call lto_output_init_mode_table.Jakub Jelinek
2015-01-092015-01-09 Michael Collison <michael.collison@linaro.org>Michael Collison
2015-01-05 Update copyright years.Jakub Jelinek
2014-12-122014-12-12 Marc Glisse <marc.glisse@inria.fr>Marc Glisse
2014-12-102014-12-10 Marc Glisse <marc.glisse@inria.fr>Marc Glisse
2014-12-01PR jit/63854: Fix leak in real.c for i386:init_ext_80387_constantsDavid Malcolm
2014-10-29gcc/ada/Richard Sandiford
2014-07-17Summary: Generate canonical infinity for the Motorola extended real formatAndreas Schwab
2014-05-06Merge in wide-int.Kenneth Zadeck
2014-03-26 PR other/59545Jakub Jelinek
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-11-21 PR rtl-optimization/55950Joseph Myers
2013-11-20 PR middle-end/21718Joseph Myers
2013-09-28gcc/Richard Sandiford
2013-01-10Update copyright years in gcc/Richard Sandiford
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek
2012-06-022012-06-2 Kenneth Zadeck <zadeck@naturalbridge.com>Kenneth Zadeck
2011-02-27 PR middle-end/47903Jakub Jelinek
2010-11-30 * hwint.c: New. Extracted from toplev.c.Joseph Myers