aboutsummaryrefslogtreecommitdiff
path: root/gcc/dfp.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-06re PR middle-end/39986 (decimal float constant is incorrect when cc1 is a 64-...Janis Johnson1-26/+58
2009-04-07dfp.c: Replace type punning assignments with memcpy throughout.Ben Elliston1-27/+28
2008-06-19dfp.h, [...]: Remove references to IEEE 754R.Ben Elliston1-6/+6
2008-06-11dfp.c (WORDS_BIGENDIAN): Define to 0 if not defined.Joseph Myers1-12/+52
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues1-2/+2
2008-04-03re PR c/35712 (decimal float literal constant zero loses significant trailing...Janis Johnson1-2/+0
2007-09-10Makefile.in (libdecnumber_a_OBJS): Remove decUtility.oJanis Johnson1-75/+15
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-25c-lex.c (c_lex_with_flags, lex_string): Constify.Kaveh R. Ghazi1-17/+16
2007-03-24Add BID decimal supportMichael Meissner1-10/+6
2006-07-07pointer-set.c (pointer_set_destroy): Correct whitespace.Roger Sayle1-11/+13
2006-06-23decNumber.h (decNumberNegate): Remove.Ben Elliston1-1/+1
2006-02-06dfp.c (decimal_real_arithmetic): Change second argument type from int to enum...Ben Elliston1-31/+20
2006-01-25* dfp.c (dfp_byte_swap): Use uint32_t and not unsigned long.Ben Elliston1-4/+4
2005-12-16basic-block.h, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-12-02dfp.h, dfp.c: New files.Jon Grimm1-0/+725