Age | Commit message (Expand) | Author | Files | Lines |
2000-11-30 | method.c (do_build_copy_constructor): Preserve cv qualifications when accessi... | Nathan Sidwell | 4 | -12/+85 |
2000-11-30 | prevent dual double definition protection | J. David Anglin | 3 | -6/+29 |
2000-11-30 | Explicitly state srcdir for fixincl.x references - Loren J. Rittle | Loren J. Rittle | 2 | -5/+10 |
2000-11-30 | method.c (do_build_assign_ref): Construct appropriately CV-qualified base ref... | Nathan Sidwell | 4 | -3/+79 |
2000-11-30 | * README.FRESCO: Remove obsolete file. | Gerald Pfeifer | 2 | -17/+4 |
2000-11-30 | call.c (build_over_call): Use VOID_TYPE_P. | Nathan Sidwell | 4 | -1/+31 |
2000-11-30 | Daily bump. | Jeff Law | 5 | -5/+5 |
2000-11-30 | configure.in: Reorganize handling of *-*-gnu*, to share target specific make ... | Jeff Law | 3 | -16/+11 |
2000-11-30 | POTFILES.in: Move divmod routines from config/mn10200 to config/ Add dominance.c | Jeffrey A Law | 2 | -3/+9 |
2000-11-30 | udivmod.c, [...]: Moved from here. | Stephane Carrez | 6 | -6/+14 |
2000-11-30 | pa.md (conditional moves): Avoid holes in operand list. | Jeffrey A Law | 2 | -17/+23 |
2000-11-30 | objc-act.c (lang_init, [...]): Remove redundant code, assuming doing_objc_tha... | Neil Booth | 2 | -42/+14 |
2000-11-29 | pa.c (restore_unscaled_index_insn_codes): Delete procedure. | John David Anglin | 2 | -116/+7 |
2000-11-29 | pa.md: Remove hack from all index insns to reverse the operand order of frame... | John David Anglin | 2 | -220/+24 |
2000-11-29 | function.h (emit_status): Delete member regno_pointer_flag and rename regno_p... | John David Anglin | 16 | -100/+128 |
2000-11-29 | * expr.c (do_compare_and_jump): Add missing TYPE_MODE in statement. | John David Anglin | 2 | -1/+6 |
2000-11-30 | * extend.texi: Update documentation for attributes. | Joseph Myers | 2 | -15/+32 |
2000-11-30 | elf.h (IDENT_ASM_OP): Protect the #define. | David O'Brien | 2 | -0/+74 |
2000-11-29 | c-decl.c (c_decode_option): Don't handle -lang-objc. | Neil Booth | 5 | -9/+14 |
2000-11-29 | Fixes for build directories with colons, AIX build problems. | Benjamin Kosnik | 3 | -91/+144 |
2000-11-29 | expr.c (can_store_by_pieces): Reinitialize max_size for reverse tests. | Jakub Jelinek | 2 | -1/+7 |
2000-11-29 | 20001111.x: Test fixed - remove XFAIL. | Toon Moene | 2 | -2/+4 |
2000-11-29 | Sync with the documentation from wwwdocs. | Phil Edwards | 18 | -550/+474 |
2000-11-29 | * gcc.dg/20001117-1.c: Add main. | Jakub Jelinek | 2 | -0/+9 |
2000-11-29 | * c-pragma.c (init_pragma): Update for parse_in type change. | Neil Booth | 2 | -6/+7 |
2000-11-29 | * configure.in: recognize DOS-style absolute paths. | Laurynas Biveinis | 2 | -1/+5 |
2000-11-29 | expr.h (store_by_pieces): Add prototype. | Jakub Jelinek | 7 | -47/+426 |
2000-11-29 | Fix copyright line | Mark Mitchell | 1 | -1/+1 |
2000-11-29 | tabify | Jason Merrill | 1 | -74/+74 |
2000-11-29 | arm.md (sibcall, [...]): Add use of link register. | Richard Earnshaw | 2 | -4/+13 |
2000-11-29 | Check this.len, not len, when determining if there is no more input data. | Bryce McKinlay | 1 | -1/+1 |
2000-11-29 | InflaterInputStream (read): Don't return -1 unless the infate() call didn't d... | Bryce McKinlay | 4 | -15/+18 |
2000-11-29 | Daily bump. | Jeff Law | 5 | -5/+5 |
2000-11-29 | * extend.texi: Update documentation for default format attributes. | Joseph Myers | 2 | -5/+16 |
2000-11-28 | pa-64.h (ASM_OUTPUT_SECTION_NAME): Use a hash table, not a list, to keep trac... | Jeffrey A Law | 2 | -38/+55 |
2000-11-29 | natSystem.cc (init_properties): Set user.language and user.region. | Bryce McKinlay | 5 | -4/+43 |
2000-11-29 | tests_flags.in: Correct typo. | Loren J. Rittle | 2 | -1/+5 |
2000-11-29 | tests_flags (SH_FLAGS, ST_FLAGS): Move them back to ... | Gabriel Dos Reis | 3 | -7/+12 |
2000-11-29 | Fix pic_l;oad_addr to work in Thumb mode. | Nick Clifton | 3 | -15/+40 |
2000-11-29 | Makefile.am (sources): Add bitset.cc | Gabriel Dos Reis | 5 | -292/+225 |
2000-11-28 | calls.c (expand_call): Defer const/pure NO_DEFER_POP until after sibcall do_p... | Richard Henderson | 2 | -5/+10 |
2000-11-29 | jump.c (delete_insn): Check that REG_LABEL note actually contains a CODE_LABEL. | J"orn Rennecke | 2 | -1/+8 |
2000-11-28 | c-common.h: Remove flag_digraphs. | Neil Booth | 4 | -22/+11 |
2000-11-28 | * com.c (ffecom_member_phase2_): Set TREE_USED on the debugging decl. | Richard Henderson | 2 | -0/+5 |
2000-11-28 | c-parse.in (finish_parse): Update for parse_in type change. | Richard Henderson | 2 | -4/+9 |
2000-11-28 | atomicity.h (__exchange_and_add): Silence preprocessor multi-line string warn... | Franz Sirl | 3 | -83/+138 |
2000-11-28 | 940510-1.c: Update to test c89 functionality. | Geoffrey Keating | 4 | -3/+13 |
2000-11-28 | cppmacro.c (cpp_scan_buffer_nooutput): Take a boolean indicating whether to s... | Neil Booth | 5 | -5/+15 |
2000-11-28 | genoutput.c (validate_insn_operands): New. | Richard Henderson | 11 | -58/+94 |
2000-11-28 | * config.gcc: Kill residual pyramid support. | Richard Henderson | 2 | -3/+4 |