summaryrefslogtreecommitdiff
path: root/gcc/sreal.h
Commit message (Expand)AuthorAgeFilesLines
* * sreal.c: Include backend.h, tree.h, gimple.h, cgraph.h andhubicka2017-04-261-0/+5
* Update copyright years.jakub2017-01-011-1/+1
* Fix runtime error: left shift of negative value (PRmarxin2016-12-021-4/+5
* * ipa-cp.c (ipcp_store_vr_results): Avoid static localjakub2016-09-231-2/+8
* Update copyright years.jakub2016-01-041-1/+1
* Update copyright years.jakub2015-01-051-1/+1
* * sreal.h (sreal::shift): Fix sanity check.hubicka2014-12-271-2/+2
* * sreal.h (sreal::normalize): Implement inline.hubicka2014-12-171-1/+84
* * sreal.h (to_double): New method.hubicka2014-12-151-3/+6
* New sreal implementation which uses int64_t as m_sig.marxin2014-12-101-34/+22
* 2014-11-25 Martin Liska <mliska@suse.cz>marxin2014-11-251-2/+16
* [PATCH 1/2] Negative numbers added for sreal class.marxin2014-11-241-9/+73
* c++ify srealtbsaunde2014-11-111-30/+76
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* * gcc/cgraph.h (cgraph_node_set_iterator, varpool_node_set_iterator):olegendo2013-12-101-2/+2
* Add uniform debug dump function names.crowl2013-03-291-0/+2
* Update copyright years in gcc/rsandifo2013-01-101-1/+1
* 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
* * sbitmap.c: Convert prototypes to ISO C90.aj2003-07-061-11/+9
* * Makefile.in (sreal.o): Added.zlomek2003-02-101-0/+67