| Commit message (Expand) | Author | Age | Files | Lines |
* | * real.c (real_powi): New function to calculate the value of | sayle | 2003-05-06 | 1 | -0/+6 |
* | * real.h (EXP_BITS): Make room for... | aoliva | 2003-04-01 | 1 | -1/+9 |
* | * emit-rtl.c (dconstm2, dconsthalf): New real constants. | sayle | 2003-03-31 | 1 | -1/+3 |
* | * real.h (struct real_value): Add signalling. | rth | 2003-03-27 | 1 | -1/+2 |
* | * real.c (real_sqrt): Return a bool result indicating whether | sayle | 2003-01-15 | 1 | -3/+3 |
* | Merge basic-improvements-branch to trunk | zack | 2002-12-16 | 1 | -0/+7 |
* | * real.c (sticky_rshift_significand): Return inexact, don't | rth | 2002-10-22 | 1 | -0/+1 |
* | gcc/ | rth | 2002-10-16 | 1 | -5/+2 |
* | * cfganal.c (dfs_enumerate_from): Use PARAMS. | danglin | 2002-10-11 | 1 | -2/+4 |
* | * real.h (SIGNIFICAND_BITS): Add one more word. | rth | 2002-10-04 | 1 | -2/+6 |
* | * real.h (struct real_value): Use ENUM_BITFIELD. | rth | 2002-10-04 | 1 | -1/+1 |
* | * real.h (ibm_extended_format): Declare. | dje | 2002-09-29 | 1 | -0/+1 |
* | * real.h (real_value): Make `exp' explicitly signed. | ghazi | 2002-09-24 | 1 | -1/+1 |
* | * real.c (struct real_format): Move to real.h. | rth | 2002-09-21 | 1 | -3/+58 |
* | * real.c (real_hash): New. | rth | 2002-09-20 | 1 | -0/+2 |
* | * real.h (enum real_value_class, SIGNIFICAND_BITS, EXP_BITS, | rth | 2002-09-20 | 1 | -14/+35 |
* | * real.h (UNKNOWN_FLOAT_FORMAT, IEEE_FLOAT_FORMAT, VAX_FLOAT_FORMAT, | rth | 2002-09-20 | 1 | -13/+0 |
* | gcc/ | rth | 2002-09-17 | 1 | -1/+1 |
* | gcc/ | rth | 2002-09-16 | 1 | -192/+171 |
* | * builtin-types.def (BT_FN_FLOAT): New. | rth | 2002-09-04 | 1 | -0/+1 |
* | * real.c (ereal_to_decimal): Add digits parameter. | rth | 2002-09-04 | 1 | -2/+2 |
* | Merge from pch-branch up to tag pch-commit-20020603. | geoffk | 2002-06-04 | 1 | -1/+1 |
* | * tree.h: Forward-declare struct realvaluetype. | zack | 2002-05-28 | 1 | -4/+11 |
* | * gengenrtl.c: Add prototype for excluded_rtx. | aj | 2002-05-19 | 1 | -0/+5 |
* | * emit-rtl.c (global_rtl): Update comment. | zack | 2002-05-13 | 1 | -9/+17 |
* | * real.h: Define REAL_VALUE_TYPE_SIZE as 96 or 160, as | zack | 2002-04-19 | 1 | -9/+39 |
* | * toplev.c: Don't include setjmp.h. Kill float_handler_set, | zack | 2002-03-25 | 1 | -0/+4 |
* | * real.h (N): Special case 128 bit doubles. | amodra | 2002-03-23 | 1 | -0/+5 |
* | * real.h: Don't define REAL_INFINITY or REAL_IS_NOT_DOUBLE. | zack | 2002-03-23 | 1 | -52/+9 |
* | * emit-rtl.c, final.c, fold-const.c, gengenrtl.c, optabs.c, | zack | 2002-03-03 | 1 | -223/+22 |
* | * predict.c: Fix formatting. | kazu | 2002-01-22 | 1 | -4/+4 |
* | * real.c (etoe113, toe113): Ifndef INTEL_EXTENDED_IEEE_FORMAT. | rth | 2001-12-28 | 1 | -4/+0 |
* | * calls.c: Fix formatting. | kazu | 2001-10-11 | 1 | -18/+18 |
* | * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c, | gerald | 2001-08-22 | 1 | -12/+12 |
* | * Makefile.in (final.o): Depend on target.h. | neil | 2001-07-06 | 1 | -1/+2 |
* | Add ia64-hpux 128-bit long double support. | wilson | 2001-06-26 | 1 | -1/+5 |
* | Standardize header guards. | rth | 2001-05-26 | 1 | -3/+3 |
* | * output.h (assemble_real): Declare if REAL_VALUE_TYPE is defined. | ghazi | 2001-04-11 | 1 | -16/+1 |
* | * alpha.c (check_float_value): Use memcpy, not bcopy. | ghazi | 2000-11-10 | 1 | -1/+1 |
* | * calls.c (expand_call, emit_library_call_value_1), collect2.c | jsm28 | 2000-11-09 | 1 | -1/+1 |
* | * configure.in (ia64-*): Set float_format for i386 long double. | rth | 2000-08-14 | 1 | -0/+4 |
* | 2000-08-04 Andreas Schwab <schwab@suse.de> | zack | 2000-08-05 | 1 | -17/+0 |
* | * real.h (REAL_VALUE_TO_TARGET_LONG_DOUBLE): Use LONG_DOUBLE_TYPE_SIZE | hubicka | 2000-07-17 | 1 | -5/+5 |
* | 2000-06-09 Rodney Brown <RodneyBrown@mynd.com> | law | 2000-06-11 | 1 | -1/+1 |
* | Stephen L Moshier <moshier@mediaone.net> | rth | 2000-04-12 | 1 | -0/+5 |
* | * Rework fields used to describe positions of bitfields and | kenner | 2000-03-25 | 1 | -1/+1 |
* | * real.h (MAX_LONG_DOUBLE_TYPE_SIZE): Define to | jakub | 2000-03-06 | 1 | -4/+7 |
* | Fix copyrights. | law | 2000-02-26 | 1 | -1/+2 |
* | * machmode.h: PROTO -> PARAMS. | ghazi | 2000-01-17 | 1 | -41/+41 |
* | Update copyrights for last checkin. | ghazi | 2000-01-11 | 1 | -1/+1 |