* config/i386/i386-features.c
[gcc.git] / gcc / real.c
2019-08-26 Tejas JoshiBuiltin function roundeven folding implementation
2019-01-01 Jakub JelinekUpdate copyright years.
2018-10-12 Yury GribovAdd pattern to remove useless float casts in comparisons.
2018-10-11 Giuliano Belinassire PR tree-optimization/86829 (Missing sin(atan(x)...
2018-07-09 Jakub Jelinekre PR c/86420 (nextafter(0x1p-1022,0) is constant folded)
2018-05-04 Jakub Jelinekre PR tree-optimization/85466 (Performance is slow...
2018-01-03 Jakub JelinekUpdate copyright years.
2017-06-09 Tamar ChristinaReverted r249005 until PowerPC and AIX issues sorted.
2017-06-08 Tamar Christinare PR middle-end/77925 (Add __builtin_issubnormal)
2017-05-17 Segher BoessenkoolFix comparison of decimal float zeroes (PR80692)
2017-02-15 Jakub Jelinekre PR target/79487 (Invalid _Decimal32 comparison on...
2017-01-01 Jakub JelinekUpdate copyright years.
2016-11-30 Markus TrippelsdorfFix part of PR78555 - gcc/real.c:2890:25: runtime error...
2016-08-19 Joseph MyersImplement C _FloatN, _FloatNx types.
2016-08-12 Marek Polacekre PR c/7652 (-Wswitch-break : Warn if a switch case...
2016-07-19 Uros Bizjakbuiltins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_I...
2016-01-04 Jakub JelinekUpdate copyright years.
2015-12-21 Sujoy SaraswatiThis series of patches fix PR61441.
2015-12-19 Sujoy SaraswatiThis series of patches fix PR61441. This patch adds...
2015-10-30 Andrew MacLeodalias.c: Remove unused headers.
2015-10-30 Richard SandifordAllow real_format to be passed to more real.h functions
2015-10-29 Andrew MacLeodalias.c: Reorder #include statements and remove duplicates.
2015-10-28 Mikhail Maltsev[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end...
2015-10-13 Richard SandifordTo...
2015-10-07 Richard SandifordCache reals for 1/4, 1/6 and 1/9
2015-10-05 Richard SandifordReplace REAL_VALUES_LESS with real_less
2015-10-05 Richard SandifordReplace REAL_VALUES_EQUAL with real_equal
2015-07-08 Andrew MacLeodtree-core.h: Include symtab.h.
2015-06-17 Andrew MacLeodcoretypes.h: Include input.h and as-a.h.
2015-06-08 Andrew MacLeodcoretypes.h: Include hash-table.h and hash-set.h for...
2015-06-04 Andrew MacLeodcoretypes.h: Include machmode.h...
2015-03-06 Jonathan Wakely* real.c (real_from_string): Fix typo in assertion.
2015-02-26 Jakub Jelinekpasses.c (ipa_write_summaries_1): Call lto_output_init_...
2015-01-09 Michael Collisongenattrtab.c (write_header): Include hash-set.h...
2015-01-05 Jakub JelinekUpdate copyright years.
2014-12-12 Marc Glissereal.h (HONOR_SNANS, [...]): Replace macros with 3...
2014-12-10 Marc Glissereal.h (HONOR_NANS): Replace macro with 3 overloaded...
2014-12-01 David MalcolmPR jit/63854: Fix leak in real.c for i386:init_ext_8038...
2014-10-29 Richard Sandiforddecl.c, [...]: Remove redundant enum from machine_mode.
2014-07-17 Andreas SchwabSummary: Generate canonical infinity for the Motorola...
2014-05-06 Kenneth ZadeckMerge in wide-int.
2014-03-26 Jakub Jelinekre PR other/59545 (Signed integer overflow issues)
2014-01-02 Richard SandifordUpdate copyright years in gcc/
2013-11-21 Joseph Myersre PR rtl-optimization/55950 (Invalid sqrt constant...
2013-11-20 Joseph Myersre PR middle-end/21718 (real.c rounding not perfect)
2013-09-28 Richard Sandifordalloc-pool.c, [...]: Add missing whitespace before...
2013-01-10 Richard SandifordUpdate copyright years in gcc/
2013-01-04 Jakub JelinekUpdate Copyright years for files modified in 2011 and...
2012-06-02 Kenneth Zadeck2012-06-2 Kenneth Zadeck <zadeck@naturalbridge.com>
2011-02-27 Jakub Jelinekre PR middle-end/47903 (var-tracking.c: valgrind error)
2010-11-30 Joseph Myershwint.c: New.
2010-07-08 Manuel López-Ibáñeztoplev.h: Do not include diagnostic-core.h.
2010-05-21 Steven Bosscherreal: Do not include gmp.h, mpfr.h, and mpc.h.
2009-11-25 H.J. LuRemove trailing white spaces.
2009-10-07 Kaveh R. Ghazireal.c: Fix comment to reflect actual exponent size.
2009-09-17 Janis Johnsonre PR c/41049 (conversion from integer to decimal float...
2009-05-15 Sandra Loosemorereal.c (encode_ieee_half): Define.
2009-04-27 Ian Lance Taylorcollect2.c (is_ctor_dtor): Change type of ret field...
2009-04-20 Ian Lance TaylorFix enum conversions which are invalid in C++:
2009-02-06 Janis Johnsonre PR c/39035 (if( 0.0DF ) is considered true)
2009-01-06 Janis Johnsonre PR c/34252 (DEC32_MIN_EXP, DEC32_MAX_EXP don't match...
2008-10-29 Joseph Myersre PR middle-end/36578 (cast to long double not taken...
2008-09-02 Jakub Jelinekre PR testsuite/36332 (FAIL: gcc.dg/torture/type-generi...
2008-08-18 Manuel López-Ibáñezreal.h (dconst_e, [...]): Declare.
2008-08-12 Ulrich Weigandreal.h (struct real_format): New member has_sign_depend...
2008-08-12 Ulrich Weigandreal.h (struct real_format): New member round_towards_zero.
2008-08-12 Ulrich Weigandreal.c (spu_single_format): New variable.
2008-06-19 Ben Ellistondfp.h, [...]: Remove references to IEEE 754R.
2008-06-06 Ralf Wildenhuescgraph.c: Fix typos in comments.
2008-05-16 Doug Kwanreal.c (real_to_decimal, [...]): Distinguish QNaN ...
2008-03-26 Kaveh R. Ghazibuiltins.c (expand_builtin_pow, [...]): Remove uses...
2008-01-25 Joseph MyersMAINTAINERS (c4x port): Remove.
2007-09-07 Janis JohnsonReapply reverted change:
2007-09-06 Janis JohnsonRevert:
2007-09-05 Janis Johnsonoptabs.c (expand_float): Convert unsigned integer as...
2007-07-26 Nick CliftonChange copyright header to refer to version 3 of the...
2007-07-18 Kaveh R. Ghazire PR target/30652 (SSE expansion is missing for isinf...
2007-06-12 Kaveh R. Ghazireal.c (real_isfinite): New.
2007-06-03 Andreas Schwabm68k.c (override_options): Don't override REAL_MODE_FORMAT.
2007-05-27 Tobias Burnusre PR middle-end/32083 (bug in transfer integer->real...
2007-05-21 Andreas Krebbeldefaults.h (IBM_FLOAT_FORMAT): Macro definition removed.
2007-04-25 Brooks Mosesreal.c (mpfr_from_real): Handle Inf and NaN, and allow...
2007-03-22 Manuel López-Ibáñezre PR other/23572 (No warning for assigning a value...
2007-01-18 Richard Sandifordreal.h (real_format): Add a canonical_nan_lsbs_set...
2006-12-19 Roger Saylere PR target/29302 (isfinite returns wrong result at...
2006-11-23 Manuel López-Ibáñezreal.h (real_isinteger): Declare.
2006-11-16 H.J. Lure PR middle-end/29862 (Calling a function with gcc_assert)
2006-10-29 Kazu Hiratadarwin.c, [...]: Fix comment typos.
2006-10-23 Kaveh R. Ghazire PR middle-end/29335 (transcendental functions with...
2006-03-16 Roger Saylere PR middle-end/21781 (real.c incorrectly values zero...
2006-02-27 Roger Saylere PR middle-end/19983 (__builtin_nan should allow...
2005-12-16 Ben Elliston* real.c (decimal_quad_format): Correct values for...
2005-12-02 Ben EllistonMissed in last check-in.
2005-12-02 Jon Grimmdfp.h, dfp.c: New files.
2005-09-19 Richard Hendersonre PR rtl-optimization/23941 (compress_float_constant...
2005-07-29 Joseph Myersre PR middle-end/21720 (GCC incorrectly rounds hex...
2005-07-29 Joseph Myersre PR middle-end/21720 (GCC incorrectly rounds hex...
2005-06-25 Kelley CookUpdate FSF address.
2005-03-15 Roger Saylereal.c (c4x_single_format, [...]): Provide values for...
2005-03-15 Roger Saylereal.h (struct real_format): Split the signbit field...
next