summaryrefslogtreecommitdiff
path: root/gcc/real.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.jakub2017-01-011-1/+1
* Fix part of PR78555 - gcc/real.c:2890:25: runtime error: left shift of negati...trippels2016-11-301-1/+1
* Implement C _FloatN, _FloatNx types.jsm282016-08-191-0/+24
* PR c/7652mpolacek2016-08-121-0/+1
* * builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1,uros2016-07-191-2/+2
* Update copyright years.jakub2016-01-041-1/+1
* This series of patches fix PR61441. This patch makes resulting NaN valuesssaraswati2015-12-211-2/+53
* This series of patches fix PR61441. This patch adds REAL_VALUE_ISSIGNALING_NAN.ssaraswati2015-12-191-0/+6
* 2015-10-30 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-301-3/+0
* Allow real_format to be passed to more real.h functionsrsandifo2015-10-301-103/+60
* 2015-10-29 Andrew MacLeod <amacleod@redhat.com>amacleod2015-10-291-4/+3
* [PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FElaw2015-10-281-3/+1
* To: gcc-patches@gcc.gnu.orgrsandifo2015-10-131-0/+18
* Cache reals for 1/4, 1/6 and 1/9rsandifo2015-10-071-15/+20
* Replace REAL_VALUES_LESS with real_lessrsandifo2015-10-051-1/+9
* Replace REAL_VALUES_EQUAL with real_equalrsandifo2015-10-051-1/+9
* 2015-07-07 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-081-1/+0
* 2015-06-17 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-171-1/+0
* 2015-06-08 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-081-3/+0
* 2015-06-04 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-041-5/+0
* * real.c (real_from_string): Fix typo in assertion.redi2015-03-061-1/+1
* * passes.c (ipa_write_summaries_1): Call lto_output_init_mode_table.jakub2015-02-261-24/+48
* 2015-01-09 Michael Collison <michael.collison@linaro.org>prathamesh34922015-01-091-0/+9
* Update copyright years.jakub2015-01-051-1/+1
* 2014-12-12 Marc Glisse <marc.glisse@inria.fr>glisse2014-12-121-1/+83
* 2014-12-10 Marc Glisse <marc.glisse@inria.fr>glisse2014-12-101-0/+24
* PR jit/63854: Fix leak in real.c for i386:init_ext_80387_constantsdmalcolm2014-12-011-0/+1
* gcc/ada/rsandifo2014-10-291-21/+21
* Summary: Generate canonical infinity for the Motorola extended real formatschwab2014-07-171-0/+5
* Fix real_to_integer handling for 32-bit longs. Avoid custom fixed_wide_int.rsandifo2014-04-301-22/+17
* Tweak uses of new APIrsandifo2014-04-231-1/+1
* Merge from trunk.rsandifo2014-04-171-1/+1
|\
* \ Merge in trunk.mrs2014-04-021-1/+3
|\ \ | |/
| * PR other/59545jakub2014-03-261-1/+2
* | Use STATIC_ASSERT. Remove unnecessary template argument.rsandifo2014-01-201-1/+1
* | Fix x86 bootstrap problem; from_array was being use to convertmrs2014-01-141-3/+5
* | Merge in trunk.mrs2014-01-031-1/+1
|\ \ | |/
| * Update copyright years in gcc/rsandifo2014-01-021-1/+1
* | Merge with trunk.rsandifo2013-11-221-78/+0
|\ \ | |/
| * PR rtl-optimization/55950jsm282013-11-211-78/+0
* | Merge with trunk.rsandifo2013-11-211-68/+36
|\ \ | |/
| * PR middle-end/21718jsm282013-11-201-68/+36
* | Remove trailing whitespace. Add missing dbxout.c hunk.rsandifo2013-11-211-6/+6
* | richards suggestionszadeck2013-11-191-39/+1
* | Various simplifications.rsandifo2013-11-101-6/+1
* | Fix some formatting. Put stuff on a single line where shorter wide-int codersandifo2013-11-091-9/+8
* | Merge in trunk.mrs2013-10-201-1/+1
|\ \ | |/
| * gcc/rsandifo2013-09-281-1/+1
* | patch to canonize wide-ints smaller than one HWIzadeck2013-09-241-1/+0
* | Reorganise wide-int classes so that they are all instantiations of arsandifo2013-09-071-14/+15