| Commit message (Expand) | Author | Age | Files | Lines |
* | 2000-02-17 Zack Weinberg <zack@wolery.cumb.org> | zack | 2000-07-18 | 10 | -723/+902 |
* | Fix typos in comment | zack | 2000-07-18 | 1 | -2/+2 |
* | * extend.texi (Extended Asm): Mention that a memory clobber | geoffk | 2000-07-18 | 2 | -208/+229 |
* | * extend.texi (Extended Asm): Mention that a memory clobber | geoffk | 2000-07-18 | 2 | -1/+7 |
* | * unroll.c (copy_loop_body): Fix one instance of using host | geoffk | 2000-07-18 | 2 | -2/+7 |
* | * tlink.c (scan_linker_output): Tweak for output of AIX ld. | geoffk | 2000-07-18 | 2 | -1/+19 |
* | New test. | rth | 2000-07-17 | 2 | -0/+30 |
* | * config/ia64/ia64.md (movdi): Split out load address code. | rth | 2000-07-17 | 4 | -59/+111 |
* | * real.h (REAL_VALUE_TO_TARGET_LONG_DOUBLE): Use LONG_DOUBLE_TYPE_SIZE | hubicka | 2000-07-17 | 2 | -5/+10 |
* | * typeck.c (mark_addressable): Never set TREE_USED. | jason | 2000-07-17 | 6 | -21/+29 |
* | Removed extra bracket. | cchavva | 2000-07-17 | 1 | -1/+1 |
* | * loop.c (check_dbra_loop) : Changed loop_continue to loop->cont. | cchavva | 2000-07-17 | 2 | -1/+5 |
* | revert accidental checkin | jason | 2000-07-17 | 2 | -6/+1 |
* | * Makefile.in (clean): Remove libgcc directory. | jason | 2000-07-17 | 3 | -13/+17 |
* | * gcc.dg/cpp/syshdr.c: New test. | zack | 2000-07-17 | 4 | -0/+26 |
* | * simplify-rtx.c (simplify_binary_operation): Recognize | zack | 2000-07-17 | 2 | -5/+29 |
* | 2000-07-17 Phil Edwards <pme@sourceware.cygnus.com> | pme | 2000-07-17 | 5 | -977/+1191 |
* | * loop.c (check_dbra_loop) : Return if more than one condition is | cchavva | 2000-07-17 | 2 | -0/+16 |
* | * gcc.dg/cpp/cmdlne-dD.c: New test. | zack | 2000-07-17 | 3 | -0/+29 |
* | * mips.c (mips_expand_prologue): Don't calculate the last | cpopetz | 2000-07-17 | 2 | -5/+18 |
* | * testsuite/regress-demangle (failed test): Show result and | hp | 2000-07-17 | 2 | -0/+7 |
* | * invoke.texi (-pedantic): Refer to ISO C instead of ANSI C, and | law | 2000-07-17 | 2 | -10/+12 |
* | * flow.c (libcall_dead_p): Use single_set to verify the insn | law | 2000-07-17 | 2 | -13/+18 |
* | * gcc.c-torture/execute/20000717-3.c: New test. | law | 2000-07-17 | 2 | -0/+28 |
* | * pa.c (emit_hpdiv_const): Update to match new pattern for udivsi3. | law | 2000-07-17 | 2 | -1/+6 |
* | * glimits.h (LLONG_MIN, LLONG_MAX, ULLONG_MAX): Define for C99. | law | 2000-07-17 | 2 | -2/+17 |
* | * contrib.texi, cpp.texi, extend.texi, invoke.texi: Update | law | 2000-07-17 | 5 | -23/+41 |
* | * Makefile.in (TARGET_GETGROUPS_T): New configuration variable. | law | 2000-07-17 | 6 | -134/+302 |
* | * h8300.md: Fix the format of mac. | law | 2000-07-17 | 2 | -3/+6 |
* | * gcc.c-torture/compile/20000717-1.c: New test. | law | 2000-07-17 | 2 | -0/+15 |
* | * c-common.c (scan_char_table): Allow "z" length modifiers on | law | 2000-07-17 | 2 | -4/+14 |
* | * gcc.dg/formatz-1.c: New test. | law | 2000-07-17 | 2 | -0/+33 |
* | * h8300.c (two_insn_adds_subs_operand): Improve code for detecting | law | 2000-07-17 | 2 | -6/+30 |
* | * simplify-rtx.c (simplify_relational_operation): Two signed | geoffk | 2000-07-17 | 4 | -2/+23 |
* | * configure.in (vax-*-openbsd): Change to new style configuration, | law | 2000-07-17 | 6 | -90/+172 |
* | * gcc.dg/c90-digraph-1.c, gcc.dg/c94-digraph.c, | law | 2000-07-17 | 4 | -7/+82 |
* | * c-common.c (shorten_compare): Quiet warnings about unsigned | law | 2000-07-17 | 2 | -2/+7 |
* | * c-common.c (check_format_info): Do not make a pedantic objection | law | 2000-07-17 | 2 | -1/+12 |
* | * c-lex.c (yylex): Don't pedwarn for hexadecimal floating point | law | 2000-07-17 | 2 | -1/+6 |
* | * gcc.dg/c90-hexfloat-1.c, gcc.dg/c90-hexfloat-2.c, | law | 2000-07-17 | 5 | -0/+64 |
* | * gcc.dg/c90-enum-comma-1.c, gcc.dg/c90-idem-qual-1.c, | law | 2000-07-17 | 15 | -0/+172 |
* | * fold-const.c: Fix comment typos. | law | 2000-07-17 | 2 | -3/+7 |
* | 2000-07-17 Gabriel Dos Reis <gdr@codesourcery.com> | gdr | 2000-07-17 | 2 | -1/+5 |
* | Forgot to commit m88k changes. | law | 2000-07-17 | 2 | -90/+94 |
* | Add myself as diagnostics reporting module maintainer. | gdr | 2000-07-17 | 1 | -0/+1 |
* | Daily bump. | law | 2000-07-17 | 5 | -5/+5 |
* | * gcc.c-torture/execute/20000717-1.c: New test. | law | 2000-07-17 | 3 | -0/+30 |
* | Forgot to check in several days ago. | law | 2000-07-17 | 1 | -3/+0 |
* | 2000-07-16 Laurynas Biveinis <lauras@softhome.net> | zack | 2000-07-16 | 2 | -0/+5 |
* | * cp-tree.h (THUNK_VCALL_OFFSET): Update documentation. | mmitchel | 2000-07-16 | 2 | -3/+3 |