aboutsummaryrefslogtreecommitdiff
path: root/gcc/sreal.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-12re PR other/64370 (sreal.c:125:23: error: 'exp2' was not declared in this scope)Jakub Jelinek1-1/+1
2015-01-09Fix for ipa/PR64503Martin Liska1-2/+2
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-17sreal.h (sreal::normalize): Implement inline.Jan Hubicka1-58/+0
2014-12-16Both config.h and system.h define ABI/API macros for system headers.Michael Haubenwallner1-1/+1
2014-12-16re PR other/64278 (/sreal.c:254:22: error: call of overloaded 'abs(const int6...Martin Liska1-1/+1
2014-12-15sreal.h (to_double): New method.Jan Hubicka1-0/+13
2014-12-10New sreal implementation which uses int64_t as m_sig.Martin Liska1-91/+40
2014-11-25re PR bootstrap/64050 (r218009 causes LTO/PGO bootstrap failure: ICE: in inli...Martin Liska1-5/+7
2014-11-24[PATCH 1/2] Negative numbers added for sreal class.Martin Liska1-27/+87
2014-11-11sreal.c (sreal::to_int): Use INTTYPE_MAXIMUM (int64_t) instead of INT64_MAX.Uros Bizjak1-1/+1
2014-11-11c++ify srealTrevor Saunders1-388/+99
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-03-29Add uniform debug dump function names.Lawrence Crowl1-0/+16
2013-01-10Update copyright years in gcc/Richard Sandiford1-1/+1
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek1-1/+1
2010-11-16bitmap.c: Delete unnecessary includes.Nathan Froyd1-1/+0
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2005-06-25Update FSF address.Kelley Cook1-2/+2
2004-10-15bitmap.c, [...]: Update copyright.Kazu Hirata1-1/+1
2004-09-09ra-build.c (copy_insn_p, [...]): Use gcc_assert and gcc_unreachable instead o...Nathan Sidwell1-30/+13
2003-07-06sbitmap.c: Convert prototypes to ISO C90.Andreas Jaeger1-43/+18
2003-07-01basic-block.h: Fix comment typos.Kazu Hirata1-1/+1
2003-06-16tracer.c: Remove duplication declaration.Andreas Jaeger1-1/+0
2003-05-17cfgloopanal.c (test_for_iteration): Use string concatentation on HOST_WIDE_IN...Kaveh R. Ghazi1-8/+4
2003-02-10Makefile.in (sreal.o): Added.Josef Zlomek1-0/+591