| Commit message (Expand) | Author | Age | Files | Lines |
* | read-rtl.c: Fix formatting. | Kazu Hirata | 2002-01-15 | 1 | -25/+25 |
* | read-rtl.c: Fix formatting. | Kazu Hirata | 2002-01-10 | 1 | -4/+4 |
* | real.c (c4xtoe, toc4x): Do some special conversion on long doubles for the c4... | Herman A.J. ten Brugge | 2002-01-09 | 1 | -72/+73 |
* | real.c (GET_REAL, PUT_REAL): Don't cast away const-ness. | Kaveh R. Ghazi | 2002-01-02 | 1 | -191/+224 |
* | real.c (etoe113, toe113): Ifndef INTEL_EXTENDED_IEEE_FORMAT. | Richard Henderson | 2001-12-28 | 1 | -4/+20 |
* | c-lex.c (lex_number): Use ISXDIGIT/hex_value. | Kaveh R. Ghazi | 2001-12-16 | 1 | -9/+2 |
* | c-format.c (maybe_read_dollar_number): Use safe-ctype macros and/or fold extr... | Kaveh R. Ghazi | 2001-10-21 | 1 | -3/+3 |
* | alias.c: Remove uses of "register" specifier in declarations of arguments and... | Stan Shebs | 2001-10-11 | 1 | -47/+47 |
* | calls.c: Fix formatting. | Kazu Hirata | 2001-10-10 | 1 | -7/+7 |
* | builtins.c (expand_builtin_setjmp_receiver): Const-ify. | Kaveh R. Ghazi | 2001-10-07 | 1 | -1/+1 |
* | real.c (EMUSHORT,EMUSHORT_SIZE): Use HImode if no 16-bit type is available. | Roman Lechtchinsky | 2001-09-07 | 1 | -454/+468 |
* | Makefile.in, [...]: replace "GNU CC" with "GCC". | Lars Brinkhoff | 2001-08-22 | 1 | -12/+12 |
* | gcc.c: Fix comment formatting. | Kazu Hirata | 2001-08-12 | 1 | -15/+15 |
* | combine.c, [...]: consistently use "VAX", "VAXen", and "MicroVAX" in comments... | Lars Brinkhoff | 2001-08-03 | 1 | -1/+1 |
* | Add ia64-hpux 128-bit long double support. | Steve Ellcey | 2001-06-25 | 1 | -18/+18 |
* | Eliminate IA-64 compiler warnings. | Jim Wilson | 2001-01-23 | 1 | -0/+8 |
* | toplev.c, [...]: Change comments mentioning C9X to refer to C99 instead. | Joseph Myers | 2000-10-29 | 1 | -1/+1 |
* | cppfiles.c (actual_directory): Don't write beyond `dir' when it contains "". | Greg McGary | 2000-08-24 | 1 | -5/+5 |
* | Fix x86-x-ia64 cross compiler build failure. | Jim Wilson | 2000-08-21 | 1 | -16/+20 |
* | configure.in (ia64-*): Set float_format for i386 long double. | Richard Henderson | 2000-08-14 | 1 | -31/+56 |
* | * real.c (asctoeg): Rename `error' label to unexpected_char_error | Rodney Brown | 2000-07-26 | 1 | -5/+5 |
* | Makefile.in ($(srcdir)/c-parse.y: c-parse.in): Enclose the whole message in q... | Dave Pitts | 2000-04-16 | 1 | -3/+10 |
* | * real.c (toe64): Remove stale #endif from the last change. | Jakub Jelinek | 2000-04-12 | 1 | -1/+0 |
* | Stephen L Moshier <moshier@mediaone.net> | Stephen L Moshier | 2000-04-12 | 1 | -3/+7 |
* | * Rework fields used to describe positions of bitfields and | Richard Kenner | 2000-03-25 | 1 | -1/+1 |
* | real.h (MAX_LONG_DOUBLE_TYPE_SIZE): Define to LONG_DOUBLE_TYPE_SIZE if not de... | Jakub Jelinek | 2000-03-06 | 1 | -5/+5 |
* | Fix copyrights. | Jeff Law | 2000-02-26 | 1 | -1/+2 |
* | real.c (enan, [...]): Wrap in NANS. | Kaveh R. Ghazi | 2000-01-19 | 1 | -11/+33 |
* | Update copyrights | Kaveh Ghazi | 2000-01-17 | 1 | -1/+1 |
* | print-rtl.c: PROTO -> PARAMS. | Kaveh R. Ghazi | 2000-01-17 | 1 | -92/+92 |
* | Makefile.in (insn-recog.o): Depend on hard-reg-set.h and resource.h. | Kaveh R. Ghazi | 1999-10-08 | 1 | -0/+1 |
* | Merge in gcc2-ss-010999 | Jeff Law | 1999-09-06 | 1 | -3/+3 |
* | Warning fix: | Kaveh R. Ghazi | 1999-08-09 | 1 | -8/+8 |
* | real.c (GET_REAL): Don't violate ANSI/ISO aliasing rules. | Mark Mitchell | 1999-08-04 | 1 | -26/+26 |
* | Jakub Jelinek <jj@ultra.linux.cz> | Jakub Jelinek | 1999-08-02 | 1 | -1/+6 |
* | Jakub Jelinek <jj@ultra.linux.cz> | Jakub Jelinek | 1999-06-21 | 1 | -3/+5 |
* | c-aux-info.c (data_type, [...]): Qualify a char* with the `const' keyword. | Kaveh R. Ghazi | 1999-03-06 | 1 | -19/+18 |
* | Fix 64b-x-32b cross compiler breakage. Make alpha-x-m32r work again. | Jim Wilson | 1999-02-10 | 1 | -17/+0 |
* | * real.c (PUT_REAL) [XFmode]: Zero the balance of the structure. | Donn Terry | 1999-02-08 | 1 | -1/+6 |
* | Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog for | Jeffrey A Law | 1999-01-26 | 1 | -20/+14 |
* | Fix copyrights. | Jeff Law | 1999-01-06 | 1 | -1/+1 |
* | * real.c (mtherr): Print more reasonable warning messages. | Geoff Keating | 1999-01-05 | 1 | -3/+19 |
* | Eliminate compiler warnings. | Jim Wilson | 1998-12-14 | 1 | -1/+4 |
* | Fix alpha-x-m32r-elf bugs. | Jim Wilson | 1998-12-10 | 1 | -0/+14 |
* | Fix indentation from last patch. | Ulrich Drepper | 1998-12-02 | 1 | -154/+154 |
* | c-common.c (declare_function_name): Declare predefinied variable `__func__'. | Ulrich Drepper | 1998-12-01 | 1 | -17/+73 |
* | emit-rtl.c (gen_lowpart_common): Remove earlier change. | Stephen L Moshier | 1998-11-25 | 1 | -2/+2 |
* | real.c (emdnorm and etoasc): Disable round to even for c4x target to be compa... | Herman A.J. ten Brugge | 1998-10-13 | 1 | -1/+8 |
* | Warning fixes: | Kaveh R. Ghazi | 1998-10-13 | 1 | -1/+1 |
* | real.c (c4xtoe): Remove unused variables. | Michael Hayes | 1998-10-07 | 1 | -3/+1 |