summaryrefslogtreecommitdiff
path: root/gcc/dfp.c
Commit message (Expand)AuthorAgeFilesLines
* re PR middle-end/39986 (decimal float constant is incorrect when cc1 is a 64-...Janis Johnson2009-05-061-26/+58
* dfp.c: Replace type punning assignments with memcpy throughout.Ben Elliston2009-04-071-27/+28
* dfp.h, [...]: Remove references to IEEE 754R.Ben Elliston2008-06-191-6/+6
* dfp.c (WORDS_BIGENDIAN): Define to 0 if not defined.Joseph Myers2008-06-111-12/+52
* cgraph.c: Fix typos in comments.Ralf Wildenhues2008-06-061-2/+2
* re PR c/35712 (decimal float literal constant zero loses significant trailing...Janis Johnson2008-04-031-2/+0
* Makefile.in (libdecnumber_a_OBJS): Remove decUtility.oJanis Johnson2007-09-101-75/+15
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* c-lex.c (c_lex_with_flags, lex_string): Constify.Kaveh R. Ghazi2007-07-251-17/+16
* Add BID decimal supportMichael Meissner2007-03-241-10/+6
* pointer-set.c (pointer_set_destroy): Correct whitespace.Roger Sayle2006-07-071-11/+13
* decNumber.h (decNumberNegate): Remove.Ben Elliston2006-06-231-1/+1
* dfp.c (decimal_real_arithmetic): Change second argument type from int to enum...Ben Elliston2006-02-061-31/+20
* * dfp.c (dfp_byte_swap): Use uint32_t and not unsigned long.Ben Elliston2006-01-251-4/+4
* basic-block.h, [...]: Fix comment typos.Kazu Hirata2005-12-161-1/+1
* dfp.h, dfp.c: New files.Jon Grimm2005-12-021-0/+725