summaryrefslogtreecommitdiff
path: root/gcc/real.c
AgeCommit message (Expand)Author
2020-02-12real: Fix roundeven on inf/nan [PR93663]Jakub Jelinek
2020-01-23tree-optimization/93354 FRE redundant store removal validity fixRichard Biener
2020-01-01Update copyright years.Jakub Jelinek
2019-12-11Add ARM-specific Bfloat format support to middle-endStam Markianos-Wright
2019-11-27PR 92463 - Cleanups due to minimum MPFR version bump to 3.1.0Tobias Burnus
2019-11-13Add C2x *_NORM_MAX constants to <float.h>.Joseph Myers
2019-08-26Builtin function roundeven folding implementationTejas Joshi
2019-01-01Update copyright years.Jakub Jelinek
2018-10-12Add pattern to remove useless float casts in comparisons.Yury Gribov
2018-10-11re PR tree-optimization/86829 (Missing sin(atan(x)) and cos(atan(x)) optimiza...Giuliano Belinassi
2018-07-09re PR c/86420 (nextafter(0x1p-1022,0) is constant folded)Jakub Jelinek
2018-05-04re PR tree-optimization/85466 (Performance is slow when doing 'branchless' co...Jakub Jelinek
2018-01-03Update copyright years.Jakub Jelinek
2017-06-09Reverted r249005 until PowerPC and AIX issues sorted.Tamar Christina
2017-06-08re PR middle-end/77925 (Add __builtin_issubnormal)Tamar Christina
2017-05-17Fix comparison of decimal float zeroes (PR80692)Segher Boessenkool
2017-02-15re PR target/79487 (Invalid _Decimal32 comparison on s390x)Jakub Jelinek
2017-01-01Update 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-12re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek
2016-07-19builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1...Uros Bizjak
2016-01-04Update copyright years.Jakub Jelinek
2015-12-21This series of patches fix PR61441.Sujoy Saraswati
2015-12-19This series of patches fix PR61441. This patch adds REAL_VALUE_ISSIGNALING_NAN.Sujoy Saraswati
2015-10-30alias.c: Remove unused headers.Andrew MacLeod
2015-10-30Allow real_format to be passed to more real.h functionsRichard Sandiford
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev
2015-10-13To...Richard 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-08tree-core.h: Include symtab.h.Andrew MacLeod
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod
2015-03-06* real.c (real_from_string): Fix typo in assertion.Jonathan Wakely
2015-02-26passes.c (ipa_write_summaries_1): Call lto_output_init_mode_table.Jakub Jelinek
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison
2015-01-05Update copyright years.Jakub Jelinek
2014-12-12real.h (HONOR_SNANS, [...]): Replace macros with 3 overloaded declarations.Marc Glisse
2014-12-10real.h (HONOR_NANS): Replace macro with 3 overloaded declarations.Marc Glisse
2014-12-01PR jit/63854: Fix leak in real.c for i386:init_ext_80387_constantsDavid Malcolm
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.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-26re PR other/59545 (Signed integer overflow issues)Jakub Jelinek
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-11-21re PR rtl-optimization/55950 (Invalid sqrt constant propagation with -froundi...Joseph Myers