summaryrefslogtreecommitdiff
path: root/gcc/dfp.c
Commit message (Expand)AuthorAgeFilesLines
* Rename .c files to .cc files.Martin Liska2022-01-171-745/+0
* Update copyright years.Jakub Jelinek2022-01-031-1/+1
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* Fix PR97439Andreas Krebbel2020-10-221-0/+2
* dfp: Fix decimal_to_binary [PR94111]Jakub Jelinek2020-03-111-3/+7
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* [2/77] Add an E_ prefix to case statementsRichard Sandiford2017-08-301-3/+3
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* alias.c: Remove unused headers.Andrew MacLeod2015-10-301-4/+0
* Allow real_format to be passed to more real.h functionsRichard Sandiford2015-10-301-6/+4
* alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod2015-10-291-1/+1
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-1/+0
* coretypes.h: Include input.h and as-a.h.Andrew MacLeod2015-06-171-1/+0
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-3/+0
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-5/+0
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-0/+10
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford2014-10-291-3/+3
* Merge in wide-int.Kenneth Zadeck2014-05-061-5/+6
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* re PR debug/48928 (ICE: in decimal_to_decnumber, at dfp.c:113 with -O -g and ...Jakub Jelinek2011-05-101-3/+29
* diagnostic-core.h: Include bversion.h.Joseph Myers2010-11-301-2/+1
* tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher2010-05-211-1/+0
* Remove trailing white spaces.H.J. Lu2009-11-251-11/+11
* 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