summaryrefslogtreecommitdiff
path: root/gcc/real.h
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-12-11Add ARM-specific Bfloat format support to middle-endStam Markianos-Wright
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-05-04re PR tree-optimization/85466 (Performance is slow when doing 'branchless' co...Jakub Jelinek
2018-01-03Update copyright years.Jakub Jelinek
2017-09-05(decimal_)float_mode_for_size in real.hRichard Sandiford
2017-08-30[7/77] Add scalar_float_modeRichard Sandiford
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-01-01Update copyright years.Jakub Jelinek
2016-08-19Implement C _FloatN, _FloatNx types.Joseph Myers
2016-01-04Update copyright years.Jakub Jelinek
2015-12-19This series of patches fix PR61441. This patch adds REAL_VALUE_ISSIGNALING_NAN.Sujoy Saraswati
2015-10-30Allow real_format to be passed to more real.h functionsRichard Sandiford
2015-10-30Robustify REAL_MODE_FORMATRichard Sandiford
2015-10-13To...Richard Sandiford
2015-10-07Cache reals for 1/4, 1/6 and 1/9Richard Sandiford
2015-10-05Add a build_real_truncate helper functionRichard Sandiford
2015-10-05Remove REAL_VALUE_FROM_CONST_DOUBLERichard Sandiford
2015-10-05Remove remaining uses of CONST_DOUBLE_FROM_REAL_VALUERichard Sandiford
2015-10-05Remove remaining uses of REAL_ARITHMETICRichard Sandiford
2015-10-05Replace REAL_VALUES_LESS with real_lessRichard Sandiford
2015-10-05Remove remaining uses of REAL_VALUES_IDENTICALRichard Sandiford
2015-10-05Replace REAL_VALUES_EQUAL with real_equalRichard Sandiford
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod
2015-02-26passes.c (ipa_write_summaries_1): Call lto_output_init_mode_table.Jakub Jelinek
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-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford
2014-05-06Merge in wide-int.Kenneth Zadeck
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-11-21re PR rtl-optimization/55950 (Invalid sqrt constant propagation with -froundi...Joseph Myers
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford
2013-01-10Update copyright years in gcc/Richard Sandiford
2010-05-21real: Do not include gmp.h, mpfr.h, and mpc.h.Steven Bosscher
2010-01-05re PR bootstrap/41771 (Bootstrap with Sun Studio 12.1 fails)Rainer Orth
2009-12-07re PR other/40302 (GCC must hard-require MPC before release)Kaveh R. Ghazi
2009-10-14builtins.c (fold_builtin_1): Support complex "arc" functions.Kaveh R. Ghazi
2009-09-20re PR middle-end/30789 (complex folding inexact)Kaveh R. Ghazi
2009-08-14re PR middle-end/30789 (complex folding inexact)Kaveh R. Ghazi
2009-07-16builtins.c (do_mpc_arg2): New.Kaveh R. Ghazi
2009-05-15builtins.c (do_mpc_arg1, [...]): New.Kaveh R. Ghazi
2009-05-15real.c (encode_ieee_half): Define.Sandra Loosemore
2009-04-22hashtab.h: Update GTY annotations to new syntaxTaras Glek
2008-10-29re PR middle-end/36578 (cast to long double not taken into account when resul...Joseph Myers