summaryrefslogtreecommitdiff
path: root/gcc/sreal.c
Commit message (Expand)AuthorAgeFilesLines
* PR other/64370jakub2015-01-121-1/+1
* Fix for ipa/PR64503marxin2015-01-091-2/+2
* Update copyright years.jakub2015-01-051-1/+1
* * sreal.h (sreal::normalize): Implement inline.hubicka2014-12-171-58/+0
* Both config.h and system.h define ABI/API macros for system headers.haubi2014-12-161-1/+1
* Fix for PR ipa/64278marxin2014-12-161-1/+1
* * sreal.h (to_double): New method.hubicka2014-12-151-0/+13
* New sreal implementation which uses int64_t as m_sig.marxin2014-12-101-91/+40
* 2014-11-25 Martin Liska <mliska@suse.cz>marxin2014-11-251-5/+7
* [PATCH 1/2] Negative numbers added for sreal class.marxin2014-11-241-27/+87
* * sreal.c (sreal::to_int): Use INTTYPE_MAXIMUM (int64_t)uros2014-11-111-1/+1
* c++ify srealtbsaunde2014-11-111-388/+99
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* Add uniform debug dump function names.crowl2013-03-291-0/+16
* Update copyright years in gcc/rsandifo2013-01-101-1/+1
* Update Copyright years for files modified in 2010.jakub2011-01-031-1/+1
* * bitmap.c: Delete unnecessary includes.froydnj2010-11-161-1/+0
* Change copyright header to refer to version 3 of the GNU General Public Licen...nickc2007-07-261-5/+4
* Update FSF address.kcook2005-06-251-2/+2
* * bitmap.c, bitmap.h, builtin-attrs.def, cfglayout.h,kazu2004-10-151-1/+1
* * ra-build.c (copy_insn_p, remember_move, defuse_overlap_p_1,nathan2004-09-091-30/+13
* * sbitmap.c: Convert prototypes to ISO C90.aj2003-07-061-43/+18
* * basic-block.h: Fix comment typos.kazu2003-07-011-1/+1
* * tracer.c: Remove duplication declaration.aj2003-06-161-1/+0
* gcc:ghazi2003-05-171-8/+4
* * Makefile.in (sreal.o): Added.zlomek2003-02-101-0/+591