summaryrefslogtreecommitdiff
path: root/gcc/dfp.c
AgeCommit message (Expand)Author
2020-03-11dfp: Fix decimal_to_binary [PR94111]Jakub Jelinek
2020-01-01Update copyright years.Jakub Jelinek
2019-01-01Update copyright years.Jakub Jelinek
2018-01-03Update copyright years.Jakub Jelinek
2017-08-30[2/77] Add an E_ prefix to case statementsRichard Sandiford
2017-01-01Update copyright years.Jakub Jelinek
2016-01-04Update copyright years.Jakub Jelinek
2015-10-30alias.c: Remove unused headers.Andrew MacLeod
2015-10-30Allow real_format to be passed to more real.h functionsRichard Sandiford
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison
2015-01-05Update copyright years.Jakub Jelinek
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford
2014-05-06Merge in wide-int.Kenneth Zadeck
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-01-10Update copyright years in gcc/Richard Sandiford
2011-05-10re PR debug/48928 (ICE: in decimal_to_decnumber, at dfp.c:113 with -O -g and ...Jakub Jelinek
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher
2009-11-25Remove trailing white spaces.H.J. Lu
2009-05-06re PR middle-end/39986 (decimal float constant is incorrect when cc1 is a 64-...Janis Johnson
2009-04-07dfp.c: Replace type punning assignments with memcpy throughout.Ben Elliston
2008-06-19dfp.h, [...]: Remove references to IEEE 754R.Ben Elliston
2008-06-11dfp.c (WORDS_BIGENDIAN): Define to 0 if not defined.Joseph Myers
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues
2008-04-03re PR c/35712 (decimal float literal constant zero loses significant trailing...Janis Johnson
2007-09-10Makefile.in (libdecnumber_a_OBJS): Remove decUtility.oJanis Johnson
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton
2007-07-25c-lex.c (c_lex_with_flags, lex_string): Constify.Kaveh R. Ghazi
2007-03-24Add BID decimal supportMichael Meissner
2006-07-07pointer-set.c (pointer_set_destroy): Correct whitespace.Roger Sayle
2006-06-23decNumber.h (decNumberNegate): Remove.Ben Elliston
2006-02-06dfp.c (decimal_real_arithmetic): Change second argument type from int to enum...Ben Elliston
2006-01-25* dfp.c (dfp_byte_swap): Use uint32_t and not unsigned long.Ben Elliston
2005-12-16basic-block.h, [...]: Fix comment typos.Kazu Hirata
2005-12-02dfp.h, dfp.c: New files.Jon Grimm