Age | Commit message (Expand) | Author | Files | Lines |
2002-05-14 | cp-tree.h (struct lang_type): Added non_zero_init. | Alexandre Oliva | 1 | -1/+22 |
2002-05-03 | tree.c (build_cplus_array_type): Only const and volatile get special handling. | Jason Merrill | 1 | -4/+6 |
2002-04-24 | typeck.c (build_modify_expr): The pedwarn for array assignment is now uncondi... | Jason Merrill | 1 | -1/+6 |
2002-04-24 | attribs.c (c_common_attribute_table): Move table and handlers to c-common.c. | Neil Booth | 1 | -1/+1 |
2002-04-06 | re PR c++/525 (Problem with Multiple Inheritance and -pedantic) | Jason Merrill | 1 | -1/+5 |
2002-04-03 | re PR c++/5636 (gcc-3.0.3, memory leakage: function that take a string as par... | Jason Merrill | 1 | -2/+0 |
2002-04-03 | langhooks-def.h (lhd_set_decl_assembler_name, [...]): New. | Neil Booth | 1 | -1/+0 |
2002-03-29 | Makefile.in (except.o): Update. | Neil Booth | 1 | -1/+0 |
2002-03-25 | c-decl.c (maybe_build_cleanup): Remove. | Neil Booth | 1 | -1/+1 |
2002-03-21 | langhooks.c (lhd_tree_inlining_cannot_inline_tree_fn): Check flag_really_no_i... | Aldy Hernandez | 1 | -1/+1 |
2002-03-20 | Makefile.in: Update. | Neil Booth | 1 | -1/+1 |
2002-03-17 | fix comment typo | Jason Merrill | 1 | -1/+1 |
2002-03-15 | c-common.c (statement_code_p): Handle CLEANUP_STMT. | Mark Mitchell | 1 | -1/+0 |
2002-03-08 | expr.c (expand_expr): Use unsave lang hook. | Neil Booth | 1 | -9/+8 |
2002-02-28 | tree.h (TARGET_EXPR_SLOT, [...]): New macros. | Jason Merrill | 1 | -0/+33 |
2002-02-22 | PR c++/2645, DR 295 | Nathan Sidwell | 1 | -22/+56 |
2002-02-22 | attr-alwaysinline.c: New. | Aldy Hernandez | 1 | -0/+4 |
2002-02-07 | Rename instantiate_type_flags to tsubst_flags_t & expand use. | Nathan Sidwell | 1 | -7/+6 |
2002-01-23 | call.c, [...]: Change my_fancy_abort() to abort(). | Craig Rodrigues | 1 | -5/+5 |
2001-12-18 | cp-tree.h: Delete #defines for cp_error, cp_warning, cp_pedwarn, and cp_compi... | Zack Weinberg | 1 | -2/+2 |
2001-12-05 | langhooks.h (struct lang_hooks_for_tree_inlining): Add start_inlining, end_in... | Jason Merrill | 1 | -0/+24 |
2001-11-30 | re PR c++/3048 (Lookup problem (gcc 2.95 regression)) | Mark Mitchell | 1 | -17/+0 |
2001-11-29 | cp-tree.h (UNIQUELY_DERIVED_FROM_P): Use lookup base. | Nathan Sidwell | 1 | -21/+8 |
2001-11-22 | tree-dump.c: Rename from c-dump.c. | Bryce McKinlay | 1 | -3/+3 |
2001-11-09 | Makefile.in: Update. | Neil Booth | 1 | -1/+1 |
2001-11-01 | tree.c (cp_copy_res_decl_for_inlining): Adjust DECL_ABSTRACT_ORIGIN for the r... | Jakub Jelinek | 1 | -0/+1 |
2001-10-23 | cp-tree.def (UNBOUND_CLASS_TEMPLATE): New tree node. | Kriang Lerdsuwanakij | 1 | -0/+1 |
2001-10-08 | Make-lang.in (CXX_OBJS): Added cp-lang.o. | Alexandre Oliva | 1 | -18/+6 |
2001-10-05 | optimize.c (struct inline_data): Moved to ../tree-inline.c. | Alexandre Oliva | 1 | -322/+0 |
2001-10-05 | Make-lang.in (cp/decl.o, cp/tree.o): Depend on tree-inline.h. | Alexandre Oliva | 1 | -32/+239 |
2001-09-21 | Table-driven attributes. | Joseph Myers | 1 | -89/+130 |
2001-08-27 | emit-rtl.c: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout. | Andreas Jaeger | 1 | -22/+7 |
2001-08-24 | c-common.c (c_alignof, [...]): Move here... | Jason Merrill | 1 | -4/+3 |
2001-08-22 | pt.c (tsubst_expr): Hand off to the TREE_CHAIN of a statement. | Jason Merrill | 1 | -0/+1 |
2001-08-18 | except.c (TYPE_HASH): Delete. | Kaveh R. Ghazi | 1 | -4/+0 |
2001-08-07 | * tree.c (walk_tree): Walk siblings even if !walk_subtrees. | Jason Merrill | 1 | -3/+9 |
2001-07-31 | *** empty log message *** | Alexandre Petit-Bianco | 1 | -1/+1 |
2001-07-24 | tweak comment | Jason Merrill | 1 | -0/+3 |
2001-07-06 | cp-tree.h (copy_template_template_parm): Rename to ... | Kriang Lerdsuwanakij | 1 | -31/+13 |
2001-05-22 | class.c, [...]: Remove com_interface attribute support. | Jason Merrill | 1 | -6/+4 |
2001-05-21 | cp-tree.def (START_CATCH_STMT): Lose. | Jason Merrill | 1 | -1/+0 |
2001-05-03 | dump.c (cp_dump_tree, [...]): New case. | Nathan Sidwell | 1 | -10/+13 |
2001-05-02 | call.c: NULL_PTR -> NULL. | Kaveh R. Ghazi | 1 | -1/+1 |
2001-04-20 | tree.c (cp_tree_equal): Adjust final switch formatting. | Nathan Sidwell | 1 | -9/+15 |
2001-04-12 | cp-tree.h (TYPE_LINKAGE_IDENTIFIER): New macro. | Jason Merrill | 1 | -1/+1 |
2001-03-28 | IA-64 ABI Exception Handling. | Richard Henderson | 1 | -0/+1 |
2001-03-23 | [multiple changes] | Bryce McKinlay | 1 | -0/+13 |
2001-03-19 | Compute DECL_ASSEMBLER_NAME lazily. | Mark Mitchell | 1 | -0/+1 |
2001-03-15 | varasm.c (assemble_alias): Use DECL_ASSEMBLER_NAME... | Mark Mitchell | 1 | -2/+2 |
2001-02-14 | Kill remnants of this is variable. | Nathan Sidwell | 1 | -1/+1 |