aboutsummaryrefslogtreecommitdiff
path: root/gcc/real.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-09Reverted r249005 until PowerPC and AIX issues sorted.Tamar Christina1-34/+0
2017-06-08re PR middle-end/77925 (Add __builtin_issubnormal)Tamar Christina1-0/+34
2017-05-17Fix comparison of decimal float zeroes (PR80692)Segher Boessenkool1-3/+3
2017-02-15re PR target/79487 (Invalid _Decimal32 comparison on s390x)Jakub Jelinek1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-30Fix part of PR78555 - gcc/real.c:2890:25: runtime error: left shift of negati...Markus Trippelsdorf1-1/+1
2016-08-19Implement C _FloatN, _FloatNx types.Joseph Myers1-0/+24
2016-08-12re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek1-0/+1
2016-07-19builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1...Uros Bizjak1-2/+2
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-21This series of patches fix PR61441.Sujoy Saraswati1-2/+53
2015-12-19This series of patches fix PR61441. This patch adds REAL_VALUE_ISSIGNALING_NAN.Sujoy Saraswati1-0/+6
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-3/+0
2015-10-30Allow real_format to be passed to more real.h functionsRichard Sandiford1-103/+60
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-4/+3
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev1-3/+1
2015-10-13To...Richard Sandiford1-0/+18
2015-10-07Cache reals for 1/4, 1/6 and 1/9Richard Sandiford1-15/+20
2015-10-05Replace REAL_VALUES_LESS with real_lessRichard Sandiford1-1/+9
2015-10-05Replace REAL_VALUES_EQUAL with real_equalRichard Sandiford1-1/+9
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-1/+0
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-03-06* real.c (real_from_string): Fix typo in assertion.Jonathan Wakely1-1/+1
2015-02-26passes.c (ipa_write_summaries_1): Call lto_output_init_mode_table.Jakub Jelinek1-24/+48
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+9
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-12real.h (HONOR_SNANS, [...]): Replace macros with 3 overloaded declarations.Marc Glisse1-1/+83
2014-12-10real.h (HONOR_NANS): Replace macro with 3 overloaded declarations.Marc Glisse1-0/+24
2014-12-01PR jit/63854: Fix leak in real.c for i386:init_ext_80387_constantsDavid Malcolm1-0/+1
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-21/+21
2014-07-17Summary: Generate canonical infinity for the Motorola extended real formatAndreas Schwab1-0/+5
2014-05-06Merge in wide-int.Kenneth Zadeck1-65/+111
2014-03-26re PR other/59545 (Signed integer overflow issues)Jakub Jelinek1-1/+2
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-78/+0
2013-11-20re PR middle-end/21718 (real.c rounding not perfect)Joseph Myers1-68/+36
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-1/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-06-022012-06-2 Kenneth Zadeck <zadeck@naturalbridge.com>Kenneth Zadeck1-3/+3
2011-02-27re PR middle-end/47903 (var-tracking.c: valgrind error)Jakub Jelinek1-1/+12
2010-11-30hwint.c: New.Joseph Myers1-2/+1
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-05-21real: Do not include gmp.h, mpfr.h, and mpc.h.Steven Bosscher1-80/+10
2009-11-25Remove trailing white spaces.H.J. Lu1-25/+25
2009-10-07real.c: Fix comment to reflect actual exponent size.Kaveh R. Ghazi1-1/+1
2009-09-17re PR c/41049 (conversion from integer to decimal float loses trailing zeros)Janis Johnson1-1/+64
2009-05-15real.c (encode_ieee_half): Define.Sandra Loosemore1-0/+161