summaryrefslogtreecommitdiff
path: root/gcc/sreal.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* sreal.h (sreal::normalize): Implement inline.Jan Hubicka2014-12-171-58/+0
* Both config.h and system.h define ABI/API macros for system headers.Michael Haubenwallner2014-12-161-1/+1
* re PR other/64278 (/sreal.c:254:22: error: call of overloaded 'abs(const int6...Martin Liska2014-12-161-1/+1
* sreal.h (to_double): New method.Jan Hubicka2014-12-151-0/+13
* New sreal implementation which uses int64_t as m_sig.Martin Liska2014-12-101-91/+40
* re PR bootstrap/64050 (r218009 causes LTO/PGO bootstrap failure: ICE: in inli...Martin Liska2014-11-251-5/+7
* [PATCH 1/2] Negative numbers added for sreal class.Martin Liska2014-11-241-27/+87
* sreal.c (sreal::to_int): Use INTTYPE_MAXIMUM (int64_t) instead of INT64_MAX.Uros Bizjak2014-11-111-1/+1
* c++ify srealTrevor Saunders2014-11-111-388/+99
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Add uniform debug dump function names.Lawrence Crowl2013-03-291-0/+16
* Update copyright years in gcc/Richard Sandiford2013-01-101-1/+1
* Update Copyright years for files modified in 2010.Jakub Jelinek2011-01-031-1/+1
* bitmap.c: Delete unnecessary includes.Nathan Froyd2010-11-161-1/+0
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-5/+4
* Update FSF address.Kelley Cook2005-06-251-2/+2
* bitmap.c, [...]: Update copyright.Kazu Hirata2004-10-151-1/+1
* ra-build.c (copy_insn_p, [...]): Use gcc_assert and gcc_unreachable instead o...Nathan Sidwell2004-09-091-30/+13
* sbitmap.c: Convert prototypes to ISO C90.Andreas Jaeger2003-07-061-43/+18
* basic-block.h: Fix comment typos.Kazu Hirata2003-07-011-1/+1
* tracer.c: Remove duplication declaration.Andreas Jaeger2003-06-161-1/+0
* cfgloopanal.c (test_for_iteration): Use string concatentation on HOST_WIDE_IN...Kaveh R. Ghazi2003-05-171-8/+4
* Makefile.in (sreal.o): Added.Josef Zlomek2003-02-101-0/+591