aboutsummaryrefslogtreecommitdiff
path: root/gcc/real.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-04-27collect2.c (is_ctor_dtor): Change type of ret field in struct names to symkind.Ian Lance Taylor1-2/+2
2009-04-20Fix enum conversions which are invalid in C++:Ian Lance Taylor1-1/+1
2009-02-06re PR c/39035 (if( 0.0DF ) is considered true)Janis Johnson1-1/+9
2009-01-06re PR c/34252 (DEC32_MIN_EXP, DEC32_MAX_EXP don't match TR 24732)Janis Johnson1-8/+8
2008-10-29re PR middle-end/36578 (cast to long double not taken into account when resul...Joseph Myers1-0/+29
2008-09-02re PR testsuite/36332 (FAIL: gcc.dg/torture/type-generic-1.c execution test ...Jakub Jelinek1-1/+1
2008-08-18real.h (dconst_e, [...]): Declare.Manuel López-Ibáñez1-31/+46
2008-08-12real.h (struct real_format): New member has_sign_dependent_rounding.Ulrich Weigand1-0/+22
2008-08-12real.h (struct real_format): New member round_towards_zero.Ulrich Weigand1-24/+96
2008-08-12real.c (spu_single_format): New variable.Ulrich Weigand1-0/+30
2008-06-19dfp.h, [...]: Remove references to IEEE 754R.Ben Elliston1-3/+3
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues1-1/+1
2008-05-16real.c (real_to_decimal, [...]): Distinguish QNaN & SNaN.Doug Kwan1-2/+20
2008-03-26builtins.c (expand_builtin_pow, [...]): Remove uses of dconst3, dconstsqrt2, ...Kaveh R. Ghazi1-0/+43
2008-01-25MAINTAINERS (c4x port): Remove.Joseph Myers1-230/+1
2007-09-07Reapply reverted change:Janis Johnson1-1/+3
2007-09-06Revert:Janis Johnson1-4/+1
2007-09-05optabs.c (expand_float): Convert unsigned integer as signed only if it provid...Janis Johnson1-1/+4
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-18re PR target/30652 (SSE expansion is missing for isinf() and other fpclassify...Kaveh R. Ghazi1-0/+32