| Commit message (Expand) | Author | Age | Files | Lines |
* | * Make-lang.in (CXX_OBJS): Added cp-lang.o. | aoliva | 2001-10-08 | 1 | -18/+6 |
* | * optimize.c (struct inline_data): Moved to ../tree-inline.c. | aoliva | 2001-10-05 | 1 | -322/+0 |
* | * Make-lang.in (cp/decl.o, cp/tree.o): Depend on tree-inline.h. | aoliva | 2001-10-05 | 1 | -32/+239 |
* | Table-driven attributes. | jsm28 | 2001-09-21 | 1 | -89/+130 |
* | * emit-rtl.c: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout. | aj | 2001-08-27 | 1 | -22/+7 |
* | * c-common.c (c_alignof, c_alignof_expr): Move here... | jason | 2001-08-24 | 1 | -4/+3 |
* | * pt.c (tsubst_expr): Hand off to the TREE_CHAIN of a statement. | jason | 2001-08-22 | 1 | -0/+1 |
* | * except.c (TYPE_HASH): Delete. | ghazi | 2001-08-18 | 1 | -4/+0 |
* | * tree.c (walk_tree): Walk siblings even if !walk_subtrees. | jason | 2001-08-07 | 1 | -3/+9 |
* | *** empty log message *** | apbianco | 2001-08-01 | 1 | -1/+1 |
* | tweak comment | jason | 2001-07-24 | 1 | -0/+3 |
* | * cp-tree.h (copy_template_template_parm): Rename to ... | lerdsuwa | 2001-07-06 | 1 | -31/+13 |
* | * class.c, cp-tree.h, rtti.c: Remove com_interface attribute support. | jason | 2001-05-22 | 1 | -6/+4 |
* | * cp-tree.def (START_CATCH_STMT): Lose. | jason | 2001-05-21 | 1 | -1/+0 |
* | * dump.c (cp_dump_tree, USING_STMT case): New case. | nathan | 2001-05-03 | 1 | -10/+13 |
* | cp: | ghazi | 2001-05-02 | 1 | -1/+1 |
* | cp: | nathan | 2001-04-20 | 1 | -9/+15 |
* | * cp-tree.h (TYPE_LINKAGE_IDENTIFIER): New macro. | jason | 2001-04-12 | 1 | -1/+1 |
* | IA-64 ABI Exception Handling. | rth | 2001-03-28 | 1 | -0/+1 |
* | 2001-03-23 Bryce McKinlay <bryce@albatross.co.nz> | bryce | 2001-03-23 | 1 | -0/+13 |
* | Compute DECL_ASSEMBLER_NAME lazily. | mmitchel | 2001-03-19 | 1 | -0/+1 |
* | * varasm.c (assemble_alias): Use DECL_ASSEMBLER_NAME, not the | mmitchel | 2001-03-15 | 1 | -2/+2 |
* | cp: | nathan | 2001-02-14 | 1 | -1/+1 |
* | cp: | nathan | 2001-02-14 | 1 | -1/+1 |
* | Remove old ABI support. | mmitchel | 2001-02-12 | 1 | -4/+1 |
* | * cp-tree.h (build_expr_ptr_wrapper, can_free): Remove. | jakub | 2001-02-02 | 1 | -32/+0 |
* | * configure.in: Arrange to include defaults.h in [ht]config.h/tm.h. | ghazi | 2001-01-28 | 1 | -1/+0 |
* | cp: | nathan | 2001-01-18 | 1 | -1/+3 |
* | gcc/ChangeLog: | oldham | 2001-01-15 | 1 | -3/+12 |
* | * tree.c (cp_valid_lang_attribute): Don't set CLASSTYPE_COM_INTERFACE | jason | 2001-01-02 | 1 | -1/+3 |
* | * pt.c (tsubst_decl): A FUNCTION_DECL has DECL_RESULT, not | jason | 2000-12-21 | 1 | -31/+0 |
* | * tree.c (no_linkage_helper): Use CLASS_TYPE_P instead of | lerdsuwa | 2000-12-16 | 1 | -1/+1 |
* | * class.c (check_field_decls): Don't special case anonymous | nathan | 2000-12-07 | 1 | -4/+2 |
* | * mangle.c (write_type): Mangle VECTOR_TYPE with "U8__vector". | jason | 2000-12-04 | 1 | -1/+1 |
* | * tree.h (mark_tree_hashtable): New function. | mmitchel | 2000-11-27 | 1 | -91/+64 |
* | * c-decl.c (duplicate_decls, copy_lang_decl), dwarfout.c | jsm28 | 2000-11-03 | 1 | -1/+1 |
* | * cp-tree.h (DECL_EXTERNAL_LINKAGE_P): New macro. | mmitchel | 2000-10-31 | 1 | -0/+43 |
* | * decl2.c (arg_assoc_type): Handle VECTOR_TYPE. | geoffk | 2000-10-22 | 1 | -0/+1 |
* | * tree.c (walk_tree): Don't walk into default args. | jason | 2000-10-20 | 1 | -1/+7 |
* | * tree.c (mark_local_for_remap_r): Handle CASE_LABELs. | mmitchel | 2000-09-20 | 1 | -0/+2 |
* | * splay-tree.c (splay_tree_predecessor): Fix typo in comment. | mmitchel | 2000-09-17 | 1 | -1/+0 |
* | Move statement-tree facilities from C++ to C front-end. | mmitchel | 2000-09-07 | 1 | -88/+7 |
* | * tree.c (walk_tree): Expose tail recursion. | zack | 2000-09-06 | 1 | -1/+69 |
* | * Makefile.in (CXX_TREE_H): Add dependency on HTAB_H. | mmitchel | 2000-09-05 | 1 | -18/+49 |
* | * cp-tree.def (BOUND_TEMPLATE_TEMPLATE_PARM): New tree code. | jason | 2000-09-05 | 1 | -3/+7 |
* | * pt.c (lookup_template_class): Remove abort. | nathan | 2000-09-04 | 1 | -0/+2 |
* | * cp-tree.h (LOCAL_CLASS_P): Use decl_function_context. | jason | 2000-08-30 | 1 | -10/+7 |
* | * tree.c (init_tree): Use ARRAY_SIZE. | gkm | 2000-08-25 | 1 | -1/+1 |
* | Allow indirect primary bases. | mmitchel | 2000-07-31 | 1 | -1/+2 |
* | * cp-tree.h (function_depth): Declare. | mmitchel | 2000-07-27 | 1 | -0/+67 |