Age | Commit message (Expand) | Author | Files | Lines |
2002-03-03 | emit-rtl.c, [...]: Remove all #ifndef REAL_ARITHMETIC blocks... | Zack Weinberg | 1 | -223/+22 |
2002-01-22 | predict.c: Fix formatting. | Kazu Hirata | 1 | -4/+4 |
2001-12-28 | real.c (etoe113, toe113): Ifndef INTEL_EXTENDED_IEEE_FORMAT. | Richard Henderson | 1 | -4/+0 |
2001-10-11 | calls.c: Fix formatting. | Kazu Hirata | 1 | -18/+18 |
2001-08-22 | Makefile.in, [...]: replace "GNU CC" with "GCC". | Lars Brinkhoff | 1 | -12/+12 |
2001-07-06 | Makefile.in (final.o): Depend on target.h. | Neil Booth | 1 | -1/+2 |
2001-06-25 | Add ia64-hpux 128-bit long double support. | Steve Ellcey | 1 | -1/+5 |
2001-05-25 | Standardize header guards. | Richard Henderson | 1 | -3/+3 |
2001-04-11 | output.h (assemble_real): Declare if REAL_VALUE_TYPE is defined. | Kaveh R. Ghazi | 1 | -16/+1 |
2000-11-10 | alpha.c (check_float_value): Use memcpy, not bcopy. | Kaveh R. Ghazi | 1 | -1/+1 |
2000-11-09 | calls.c (expand_call, [...]): Use memcpy () instead of bcopy (). | Joseph Myers | 1 | -1/+1 |
2000-08-14 | configure.in (ia64-*): Set float_format for i386 long double. | Richard Henderson | 1 | -0/+4 |
2000-08-05 | [multiple changes] | Zack Weinberg | 1 | -17/+0 |
2000-07-17 | real.h (REAL_VALUE_TO_TARGET_LONG_DOUBLE): Use LONG_DOUBLE_TYPE_SIZE instead ... | Jan Hubicka | 1 | -5/+5 |
2000-06-11 | [multiple changes] | Jeff Law | 1 | -1/+1 |
2000-04-12 | Stephen L Moshier <moshier@mediaone.net> | Stephen L Moshier | 1 | -0/+5 |
2000-03-25 | * Rework fields used to describe positions of bitfields and | Richard Kenner | 1 | -1/+1 |
2000-03-06 | real.h (MAX_LONG_DOUBLE_TYPE_SIZE): Define to LONG_DOUBLE_TYPE_SIZE if not de... | Jakub Jelinek | 1 | -4/+7 |
2000-02-26 | Fix copyrights. | Jeff Law | 1 | -1/+2 |
2000-01-17 | machmode.h: PROTO -> PARAMS. | Kaveh R. Ghazi | 1 | -41/+41 |
2000-01-11 | Update copyrights for last checkin. | Kaveh Ghazi | 1 | -1/+1 |
2000-01-10 | Makefile.in (optabs.o): Depend on real.h | Kaveh R. Ghazi | 1 | -1/+1 |
1999-09-06 | Merge in gcc2-ss-010999 | Jeff Law | 1 | -10/+18 |
1999-08-31 | rtl.h (RTL_CHECK1, RTL_CHECK2): New macros which type- and bounds- check RTL ... | Zack Weinberg | 1 | -1/+1 |
1999-03-06 | c-aux-info.c (data_type, [...]): Qualify a char* with the `const' keyword. | Kaveh R. Ghazi | 1 | -2/+2 |
1999-01-06 | More copyright fixes. Oh what fun. | Jeff Law | 1 | -1/+1 |
1998-12-01 | c-common.c (declare_function_name): Declare predefinied variable `__func__'. | Ulrich Drepper | 1 | -1/+15 |
1998-07-06 | print-rtl.c (print_rtx): Display the real-value equivalent of a const_double ... | Richard Henderson | 1 | -16/+26 |
1998-05-05 | * Check in merge from gcc2. See ChangeLog.12 for details. | Jeff Law | 1 | -0/+1 |
1997-11-13 | patch from paul eggert to fix -0.0/0.0 confusion that breaks glibc | Paul Eggert | 1 | -0/+7 |
1997-11-02 | Update mainline egcs to gcc2 snapshot 971021. | Jeff Law | 1 | -8/+7 |
1997-08-19 | expr.h, real.h: Finish prototyping. | H.J. Lu | 1 | -5/+17 |
1997-08-12 | version.c: Bump version to "gcc-3.0.0 970802 experimental". | Jeffrey A Law | 1 | -0/+8 |
1996-10-23 | (exact_real_inverse): Declare. | Richard Kenner | 1 | -0/+3 |
1996-04-14 | (ereal_from_{int,uint}): Add new arg, MODE. | Richard Kenner | 1 | -6/+9 |
1995-06-15 | Update FSF address. | Richard Kenner | 1 | -1/+2 |
1994-11-16 | Check target endianness at run time, not compile time | Ian Lance Taylor | 1 | -10/+10 |
1994-06-14 | Cast pointer operands to bzero, bcopy, and bcmp to (char *). | Richard Kenner | 1 | -1/+1 |
1994-05-30 | (significand_size): Declare. | Richard Kenner | 1 | -0/+2 |
1994-05-16 | (REAL_VALUE_FROM_TARGET_SINGLE, .._DOUBLE): Change arg from long to | Richard Kenner | 1 | -4/+5 |
1994-04-21 | Add prototypes to declarations of functions in real.c. | Richard Kenner | 1 | -12/+31 |
1993-10-13 | (FLOAT_WORDS_BIG_ENDIAN): New macro. | Richard Kenner | 1 | -6/+29 |
1993-08-13 | (REAL_VALUE_TYPE): Define array at least 20 bytes wide if LONG_DOUBLE_TYPE_SI... | Jim Wilson | 1 | -13/+42 |
1993-06-13 | (REAL_VALUE_FROM_TARGET_SINGLE): New macro. | Richard Stallman | 1 | -1/+5 |
1993-05-09 | (REAL_VALUES_LESS): True if return value of ereal_cmp is -1. | Richard Stallman | 1 | -1/+1 |
1993-03-31 | If REAL_ARITHMETIC is defined or if LONG_DOUBLE_TYPE_SIZE is 96... | Richard Stallman | 1 | -14/+139 |
1992-07-06 | entered into RCS | Charles Hannum | 1 | -4/+4 |
1992-06-22 | *** empty log message *** | Richard Stallman | 1 | -0/+3 |
1992-05-27 | *** empty log message *** | Richard Stallman | 1 | -0/+28 |
1992-03-28 | *** empty log message *** | Richard Stallman | 1 | -1/+6 |