aboutsummaryrefslogtreecommitdiff
path: root/gcc/real.h
AgeCommit message (Expand)AuthorFilesLines
2023-05-06gimple-range-op: Improve handling of sin/cos rangesJakub Jelinek1-1/+5
2023-04-18Declare dconstm0 to go along with dconst0 and friends.Aldy Hernandez1-0/+1
2023-01-02Update copyright years.Jakub Jelinek1-1/+1
2022-11-08Provide normalized and denormal format version of real_isdenormal.Aldy Hernandez1-3/+4
2022-10-14Check rvc_normal in real_isdenormal.Aldy Hernandez1-1/+1
2022-09-04Add real_isdenormal.Aldy Hernandez1-0/+7
2022-09-01Add global REAL_VALUE_TYPE infinities to real.*.Aldy Hernandez1-0/+2
2022-08-26Add real_iszero to real.*Aldy Hernandez1-0/+6
2022-08-26Add set/get functions for negative infinity in real.*Aldy Hernandez1-1/+4
2022-01-17Change references of .c files to .cc filesMartin Liska1-4/+4
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-11-08genmodes: Define NUM_MODE_* macrosRichard Sandiford1-3/+2
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-11Add ARM-specific Bfloat format support to middle-endStam Markianos-Wright1-0/+1
2019-11-13Add C2x *_NORM_MAX constants to <float.h>.Joseph Myers1-1/+1
2019-08-26Builtin function roundeven folding implementationTejas Joshi1-0/+9
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-10-12Add pattern to remove useless float casts in comparisons.Yury Gribov1-0/+1
2018-10-11re PR tree-optimization/86829 (Missing sin(atan(x)) and cos(atan(x)) optimiza...Giuliano Belinassi1-0/+4
2018-05-04re PR tree-optimization/85466 (Performance is slow when doing 'branchless' co...Jakub Jelinek1-0/+4
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-09-05(decimal_)float_mode_for_size in real.hRichard Sandiford1-6/+7
2017-08-30[7/77] Add scalar_float_modeRichard Sandiford1-4/+4
2017-06-09Reverted r249005 until PowerPC and AIX issues sorted.Tamar Christina1-18/+0
2017-06-08re PR middle-end/77925 (Add __builtin_issubnormal)Tamar Christina1-0/+18
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-08-19Implement C _FloatN, _FloatNx types.Joseph Myers1-0/+11
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-19This series of patches fix PR61441. This patch adds REAL_VALUE_ISSIGNALING_NAN.Sujoy Saraswati1-0/+6
2015-10-30Allow real_format to be passed to more real.h functionsRichard Sandiford1-26/+43
2015-10-30Robustify REAL_MODE_FORMATRichard Sandiford1-1/+3
2015-10-13To...Richard Sandiford1-1/+2
2015-10-07Cache reals for 1/4, 1/6 and 1/9Richard Sandiford1-5/+11
2015-10-05Add a build_real_truncate helper functionRichard Sandiford1-0/+3
2015-10-05Remove REAL_VALUE_FROM_CONST_DOUBLERichard Sandiford1-4/+0
2015-10-05Remove remaining uses of CONST_DOUBLE_FROM_REAL_VALUERichard Sandiford1-3/+1
2015-10-05Remove remaining uses of REAL_ARITHMETICRichard Sandiford1-3/+0
2015-10-05Replace REAL_VALUES_LESS with real_lessRichard Sandiford1-2/+1
2015-10-05Remove remaining uses of REAL_VALUES_IDENTICALRichard Sandiford1-1/+0
2015-10-05Replace REAL_VALUES_EQUAL with real_equalRichard Sandiford1-2/+2
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-02-26passes.c (ipa_write_summaries_1): Call lto_output_init_mode_table.Jakub Jelinek1-0/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-12real.h (HONOR_SNANS, [...]): Replace macros with 3 overloaded declarations.Marc Glisse1-9/+14
2014-12-10real.h (HONOR_NANS): Replace macro with 3 overloaded declarations.Marc Glisse1-2/+3
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-22/+22
2014-05-06Merge in wide-int.Kenneth Zadeck1-15/+11
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-21re PR rtl-optimization/55950 (Invalid sqrt constant propagation with -froundi...Joseph Myers1-4/+0