summaryrefslogtreecommitdiff
path: root/gcc/real.c
Commit message (Expand)AuthorAgeFilesLines
* Change GPLv2 files (which do not have exceptions or additions) over to GPLv3.nickc2007-09-011-5/+4
* 2007-01-17 Eric Christopher <echristo@apple.com>echristo2007-01-171-0/+9
* PR middle-end/21781sayle2006-03-161-0/+9
* PR middle-end/19983sayle2006-02-271-2/+6
* * real.c (decimal_quad_format): Correct values for emin, emax.bje2005-12-161-2/+2
* Missed in last check-in.bje2005-12-021-1/+9
* 2005-12-02 Jon Grimm <jgrimm2@us.ibm.com>bje2005-12-021-11/+206
* PR 23941rth2005-09-191-0/+12
* PR c/21720jsm282005-07-291-0/+4
* PR c/21720jsm282005-07-291-0/+4
* Update FSF address.kcook2005-06-251-2/+2
* * real.c (c4x_single_format, c4x_extended_format): Provide valuessayle2005-03-151-2/+2
* * real.h (struct real_format): Split the signbit field into twosayle2005-03-151-0/+20
* * real.c (real_nan): Remove neg.kazu2005-03-091-2/+1
* * real.c (do_add): Initialize signalling and canonical members.amylaar2005-01-251-3/+4
* PR rtl-optimization/576sayle2005-01-211-10/+8
* * real.c (real_floor): Don't leave the result uninitialized whensayle2005-01-201-1/+5
* * real.c (ibm_extended): Correct comment.dje2004-12-091-2/+1
* * ra-build.c (copy_insn_p, remember_move, defuse_overlap_p_1,nathan2004-09-091-64/+53
* * c-common.c: Rename all identifiers named `class' to `cl'.bernie2004-07-251-81/+81
* Bug 14610zack2004-06-171-35/+116
* * real.c: Fix bit count in head comment.ebotcazou2004-06-141-1/+1
* * real.c (real_copysign): New function to implement libm's copysign.sayle2004-06-071-0/+8
* gcc/ChangeLog:bonzini2004-05-281-0/+2
* * real.h (struct real_value): Use the same type for allaoliva2004-03-221-77/+79
* * real.c (encode_ibm_extended): Do round low word.amodra2004-03-111-3/+2
* * real.c (encode_ibm_extended): Don't bother rounding low double.amodra2004-03-041-1/+3
* PR c/14088dannysmith2004-02-101-1/+1
* * real.c (encode_ibm_extended): Normalize the input value beforersandifo2004-02-081-4/+9
* * real.c (real_floor, real_ceil): Tweak to allow input and outputsayle2004-01-231-7/+25
* * real.c: Update copyright date.geoffk2004-01-121-1/+1
* * config/rs6000/darwin-ldouble.c: Add big comment explaininggeoffk2004-01-101-45/+15
* * real.c (encode_ieee_single): Ensure proper promotion.ljrittle2003-11-031-1/+2
* * real.c (encode_ieee_extended): Back out previous patch.hubicka2003-10-301-5/+0
* * real.c (encode_ieee_extended): Initialize whole array.hubicka2003-10-301-0/+5
* * real.c (do_divide): Initialize result with a 0.hp2003-10-291-0/+2
* * Makefile.in (BUILD_RTL): Replace $(BUILD_PREFIX)insn-modes.ozack2003-10-131-18/+0
* * real.h (REAL_MODE_FORMAT): New macro.zack2003-10-061-6/+6
* * real.c (real_sqrt): Use get_canonical_qnan directly.zack2003-09-291-2/+1
* * real.c: Fix several nits in the head comment.ebotcazou2003-09-221-9/+9
* * real.c: Update URL to VAX floating point docs.wilson2003-09-111-2/+2
* * real.c (do_multiply): Initialize with memset.jason2003-08-271-1/+1
* * jump.c: Convert prototypes to ISO C90.aj2003-07-061-477/+288
* * real.c (real_trunc, real_floor, real_ceil): New functionssayle2003-07-031-0/+46
* * real.h (ieee_extended_intel_96_round_53_format): New.ljrittle2003-06-251-0/+19
* * ChangeLog: Follow spelling conventions.kazu2003-06-121-2/+2
* * real.c (real_maxval): New function to return the largest finitesayle2003-05-231-0/+27
* * real.c (real_powi): New function to calculate the value ofsayle2003-05-061-12/+68
* * real.c (do_add): Change to return a bool indicating that thesayle2003-04-231-35/+52
* * real.c (decode_ieee_single): Fix decoding of SNaN bit.schwab2003-04-021-1/+2