| Commit message (Expand) | Author | Age | Files | Lines |
* | * cp-tree.h (TYPE_PTRMEM_CLASS_TYPE): Improve documentation. | mmitchel | 2001-04-16 | 3 | -2/+27 |
* | * init.c (build_delete): Create a SAVE_EXPR for the address if | mmitchel | 2001-04-16 | 2 | -6/+13 |
* | * cp-tree.h (DELTA2_FROM_PTRMEMFUNC): Remove. | mmitchel | 2001-04-13 | 4 | -85/+38 |
* | * cp-tree.h (decl_namespace_list): New macro. | jason | 2001-04-13 | 4 | -8/+17 |
* | * cp-tree.h (warn_return_type, yylex): Delete redundant | ghazi | 2001-04-12 | 5 | -20/+11 |
* | * cp-tree.h (pedantic, convert, global_bindings_p, insert_block, | ghazi | 2001-04-12 | 2 | -24/+10 |
* | * cp-tree.h (TYPE_LINKAGE_IDENTIFIER): New macro. | jason | 2001-04-12 | 7 | -34/+48 |
* | cp: | nathan | 2001-04-12 | 2 | -14/+48 |
* | cp: | nathan | 2001-04-12 | 2 | -0/+6 |
* | * optimize.c (maybe_clone_body): Copy DECL_NUM_STMTS from the | mmitchel | 2001-04-11 | 2 | -0/+9 |
* | * Makefile.in (ifcvt.o): Depend on toplev.h. | ghazi | 2001-04-11 | 3 | -1/+8 |
* | cp: | nathan | 2001-04-11 | 2 | -28/+29 |
* | * class.c (find_final_overrider_data): Add `candidates'. | mmitchel | 2001-04-10 | 2 | -50/+120 |
* | * typeck.c (build_array_ref): Push the array reference inside | rth | 2001-04-10 | 2 | -0/+27 |
* | tweak comments | jason | 2001-04-10 | 2 | -6/+8 |
* | * cp-tree.h (DECL_THIS_INLINE): Rename to DECL_DECLARED_INLINE_P. | mmitchel | 2001-04-06 | 7 | -18/+38 |
* | 2001-04-05 Benjamin Kosnik <bkoz@redhat.com> | bkoz | 2001-04-06 | 2 | -4/+4 |
* | 2001-04-05 Benjamin Kosnik <bkoz@redhat.com> | bkoz | 2001-04-06 | 2 | -0/+7 |
* | * search.c (get_dynamic_cast_base_type): When building a new | amylaar | 2001-04-05 | 2 | -1/+8 |
* | * optimize.c (expand_call_inline): Only add newly inlined statements | jakub | 2001-04-04 | 2 | -1/+6 |
* | * cp-tree.h (OPERATOR_ASSIGN_FORMAT): Remove. | mmitchel | 2001-04-04 | 6 | -78/+93 |
* | * decl2.c (import_export_decl): Don't call import_export_class | mmitchel | 2001-04-03 | 3 | -14/+28 |
* | IA-64 ABI Exception Handling. | rth | 2001-03-28 | 11 | -692/+448 |
* | * decl.c (struct named_label_list): Rename eh_region to | rth | 2001-03-28 | 5 | -24/+60 |
* | Make -fsjlj-exceptions a configure option. | rth | 2001-03-28 | 2 | -3/+8 |
* | 2001-03-27 Phil Edwards <pme@sources.redhat.com> | pme | 2001-03-28 | 2 | -2/+10 |
* | * Makefile.in (SYSTEM_H): Define. | ghazi | 2001-03-27 | 2 | -4/+8 |
* | * dump.c (dump_access): New function. | mmitchel | 2001-03-27 | 2 | -3/+50 |
* | * c-common.h (DECL_NUM_STMTS): New macro. | mmitchel | 2001-03-27 | 5 | -19/+124 |
* | 2001-03-26 Phil Edwards <pme@sources.redhat.com> | pme | 2001-03-26 | 1 | -0/+1 |
* | cp: | nathan | 2001-03-26 | 5 | -25/+83 |
* | * class.c (add_method): Use memcpy/memmove, not bcopy. | ghazi | 2001-03-26 | 3 | -13/+18 |
* | * mangle.c (write_discriminator): Use `_0' for discriminator 1, | jakub | 2001-03-23 | 2 | -4/+6 |
* | * decl.c (local_names): Define. | jakub | 2001-03-23 | 7 | -81/+152 |
* | 2001-03-23 Bryce McKinlay <bryce@albatross.co.nz> | bryce | 2001-03-23 | 4 | -2/+103 |
* | * Make-lang.in (cp/except.o): Don't depend on insn-flags.h. | rth | 2001-03-22 | 3 | -2/+6 |
* | * parse.y (bad_decl, template_arg_list_ignore, arg_list_ignore): | gerald | 2001-03-22 | 2 | -0/+30 |
* | * method.c (do_build_assign_ref): Don't use build_modify_expr for | jakub | 2001-03-22 | 3 | -1/+40 |
* | * pt.c (instantiate_decl): Abort if we see a member constant | jason | 2001-03-22 | 11 | -128/+92 |
* | * collect2.c (is_ctor_dtor): Always use '_' in the file fn names, | jason | 2001-03-22 | 2 | -9/+5 |
* | * class.c (build_clone): Clear DECL_ASSEMBLER_NAME. | mmitchel | 2001-03-21 | 2 | -0/+3 |
* | * mangle.c (mangle_decl_string): Mangle the names of overloaded | mmitchel | 2001-03-21 | 2 | -0/+7 |
* | Compute DECL_ASSEMBLER_NAME lazily. | mmitchel | 2001-03-19 | 15 | -227/+161 |
* | cp/ | gdr | 2001-03-15 | 2 | -1/+40 |
* | * decl.c (cp_make_fnname_decl): Set DECL_IGNORED_P on __FUNCTION__ | mmitchel | 2001-03-15 | 2 | -0/+6 |
* | * varasm.c (assemble_alias): Use DECL_ASSEMBLER_NAME, not the | mmitchel | 2001-03-15 | 11 | -58/+49 |
* | cp: | nathan | 2001-03-12 | 2 | -3/+14 |
* | * toplev.c (file_name_nondirectory): Remove. | neil | 2001-03-10 | 4 | -9/+15 |
* | * configure.in: Prune nonexistent files from build_xm_file, | zack | 2001-03-09 | 2 | -5/+13 |
* | Tweak date for accuracy | shebs | 2001-03-08 | 1 | -1/+1 |