aboutsummaryrefslogtreecommitdiff
path: root/gcc/dfp.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-745/+0
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-10-22Fix PR97439Andreas Krebbel1-0/+2
2020-03-11dfp: Fix decimal_to_binary [PR94111]Jakub Jelinek1-3/+7
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-08-30[2/77] Add an E_ prefix to case statementsRichard Sandiford1-3/+3
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-4/+0
2015-10-30Allow real_format to be passed to more real.h functionsRichard Sandiford1-6/+4
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-1/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-1/+0
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-3/+3
2014-05-06Merge in wide-int.Kenneth Zadeck1-5/+6
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2011-05-10re PR debug/48928 (ICE: in decimal_to_decnumber, at dfp.c:113 with -O -g and ...Jakub Jelinek1-3/+29
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-2/+1
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-1/+0
2009-11-25Remove trailing white spaces.H.J. Lu1-11/+11
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