c-common.h (flag_dump_translation_unit): Remove.
[gcc.git] / gcc / cp / semantics.c
2001-06-05 Nathan Sidwellc-common.h (flag_dump_translation_unit): Remove.
2001-05-26 Nathan Sidwellre PR c++/2823 (kde2/artsd miscompilation (part 1))
2001-05-21 Jason Merrillcp-tree.def (START_CATCH_STMT): Lose.
2001-05-11 Neil Boothcp-tree.h (finish_label_expr, [...]): Delete.
2001-05-01 Nathan Sidwellcp-tree.def (USING_STMT): New statement node.
2001-04-24 Nathan SidwellLazy __FUNCTION__ generation.
2001-04-24 Nathan Sidwellpt.c (tsubst_decl): Use VOID_TYPE_P.
2001-04-19 Mark Mitchellcp-tree.h (DECL_LANGUAGE): Don't assume DECL_LANG_SPECI...
2001-04-18 John David Anglinsemantics.c (simplify_aggr_init_exprs_r): Don't restore...
2001-04-12 Jason Merrillcp-tree.h (TYPE_LINKAGE_IDENTIFIER): New macro.
2001-04-11 Kaveh R. GhaziMakefile.in (ifcvt.o): Depend on toplev.h.
2001-04-06 Mark Mitchellcp-tree.h (DECL_THIS_INLINE): Rename to DECL_DECLARED_I...
2001-04-03 Mark Mitchelldecl2.c (import_export_decl): Don't call import_export_...
2001-03-28 Richard HendersonIA-64 ABI Exception Handling.
2001-03-28 Richard Hendersondecl.c (struct named_label_list): Rename eh_region...
2001-03-27 Mark Mitchellc-common.h (DECL_NUM_STMTS): New macro.
2001-03-26 Nathan SidwellImplement DR 209
2001-03-22 Jason Merrillpt.c (instantiate_decl): Abort if we see a member const...
2001-03-19 Mark MitchellCompute DECL_ASSEMBLER_NAME lazily.
2001-03-15 Mark Mitchellvarasm.c (assemble_alias): Use DECL_ASSEMBLER_NAME...
2001-02-18 Mark Mitchellinit.c (build_new): Allow enumeration types for the...
2001-02-16 Mark Mitchellpt.c (push_template_decl_real): Don't remangle the...
2001-01-29 Joseph Myerstree.c, tree.h (build_parse_node): Remove; was identica...
2001-01-19 Nathan Sidwellcp-tree.h (lookup_template_class): Add complain parm.
2001-01-18 Nathan Sidwellsemantics.c (begin_class_definition): Check we're not...
2001-01-11 Nathan Sidwellparse.y (template_parm_header, [...]): New reductions.
2001-01-10 Mark Mitchelloutput.h (make_function_rtl): Remove prototype.
2000-12-22 Jason Merrillsemantics.c (genrtl_finish_function): Don't try to...
2000-12-21 Jason Merrillpt.c (tsubst_decl): A FUNCTION_DECL has DECL_RESULT...
2000-12-20 Richard Hendersoncp-tree.h: Update declarations.
2000-11-28 Nathan Sidwellparse.y (base_class.1): Produce a _TYPE not a _DECL.
2000-11-24 Nathan Sidwellsemantics.c (finish_id_expr): If type is error_mark...
2000-11-17 Nathan Sidwellcp-tree.h (PARMLIST_ELLIPSIS_P): New macro.
2000-10-07 Richard Hendersoncp-tree.h (struct cp_language_function): Remove x_resul...
2000-10-06 Richard Hendersonsemantics.c (genrtl_finish_function): Don't init or...
2000-10-05 Nathan Sidwellcp-tree.h (access_kind): Fix comment typo.
2000-09-17 Mark Mitchellsplay-tree.c (splay_tree_predecessor): Fix typo in...
2000-09-12 Mark Mitchellc-common.h (genrtl_clear_out_block): Remove.
2000-09-10 Mark Mitchellc-common.h (add_stmt): Change prototype.
2000-09-07 Mark Mitchellc-common.h (prep_stmt): Declare.
2000-09-07 Mark Mitchelldecl.c (initialize_local_var): Remove RTL-generating...
2000-09-07 Mark MitchellMove statement-tree facilities from C++ to C front...
2000-09-07 Zack WeinbergIntegrated preprocessor.
2000-09-06 Mark Mitchellextend.texi: Mark named return value extension as depre...
2000-09-06 Zack Weinbergtree.c (walk_tree): Expose tail recursion.
2000-09-05 Mark MitchellMakefile.in (CXX_TREE_H): Add dependency on HTAB_H.
2000-08-29 Zack Weinbergsemantics.c (prune_unused_decls): New function.
2000-08-18 Nathan Sidwellcp-tree.h (PTRMEM_OK_P): New macro.
2000-08-04 Mark Mitchellcp-tree.h (add_method): Change prototype.
2000-08-02 Zack Weinbergc-common.h: Prototype min_precision and c_build_qualifi...
2000-07-10 Benjamin Chelfc-common.h (build_stmt): Declare.
2000-07-10 Jakub Jelineksemantics.c (expand_body): Sync interface information...
2000-07-10 Jason Merrillinit.c (build_new_1): Bail early if the call to new...
2000-07-03 Nathan Sidwellpt.c (instantiate_class_template): Set CLASSTYPE_VBASEC...
2000-07-03 Benjamin Chelfc-common.h (genrtl_begin_compound_stmt): Remove declara...
2000-07-02 Ben ChelfMakefile.in (C_AND_OBJC_OBJS): Added c-semantics.o.
2000-06-30 Mark Mitchellsemantics.c (genrtl_asm_stmt): Don't decay input operan...
2000-06-29 Nathan Sidwellcp-tree.h (SET_DECL_ARTIFICIAL): Remove.
2000-06-26 Mark Mitchellcp-tree.h (genrtl_begin_stmt_expr): Rename to ...
2000-06-23 Mark Mitchellcp-tree.h (BV_USE_VCALL_INDEX_P): New macro.
2000-06-19 Ben Chelfc-common.h (IF_COND): Added documentation.
2000-06-16 Mark Mitchellcp-tree.h (finish_mem_initializers): Declare.
2000-06-16 Mark Mitchellcp-tree.h (struct language_function): Remove x_base_ini...
2000-06-15 Jason Merrilltree.c (count_trees): New debugging function.
2000-06-09 Jason Merrilltimevar.def: Add TV_EXPAND.
2000-05-26 Jason MerrillFix goto checking.
2000-05-25 Mark MitchellFinish implementation of VTTs.
2000-05-24 Donald LindsayMake g++ struct packing attribute sensitive to -fpack...
2000-05-22 Mark Mitchellcp-tree.h (IDENTIFIER_TYPENAME_P): Use a flag, not...
2000-05-21 Mark Mitchellcp-tree.h (struct lang_type): Remove search_slot.
2000-05-15 Jason Merrillexcept.c (check_handlers): New fn.
2000-05-09 Zack Weinbergtop level:
2000-05-05 Mark Mitchellcp-tree.h (DELTA_FROM_VTABLE_ENTRY): Remove.
2000-04-11 Mark Mitchellcp-tree.h (cp_tree_index): Add CPTI_DTOR_IDENTIFIER.
2000-04-11 Mark Mitchellcp-tre.h (finish_function): Change prototype.
2000-04-11 Jason Merrillclass.c (instantiate_type): Handle object-relative...
2000-04-09 Mark MitchellUnder the new ABI, constructors don't return `this'.
2000-04-06 Mark Mitchellcp-tree.h (lang_decl_flags): Rename saved_inline to...
2000-04-04 Kaveh R. Ghazicfns.gperf (hash, [...]): Prototype.
2000-03-27 Richard Kennerc-convert.c (convert): Return if output or input type...
2000-03-21 Nathan Sidwelltree.h (COMPLETE_TYPE_P): New macro.
2000-03-11 Jason Merrilldecl.c (push_throw_library_fn): Take the FUNCTION_TYPE.
2000-03-08 Nathan Sidwellc-common.h (make_fname_decl): Declare.
2000-02-27 Mark Mitchellsemantics.c (simplify_aggr_init_exprs_p): Don't walk...
2000-02-27 Mark Mitchellcp-tree.h (DECL_NEEDED_P): Tweak to correct usage befor...
2000-02-22 Martin v. LöwisRefer to the standard as an ISO document, not an ANSI...
2000-02-18 Jason Merrillsemantics.c (deferred_type_access_control): Walk the...
2000-02-16 Mark MitchellMake DECL_CONTEXT mean the class in which a member...
2000-02-07 Jason Merrillcp-tree.h (struct saved_scope): Add incomplete field.
2000-01-26 Kaveh R. Ghazicall.c: PROTO -> PARAMS.
2000-01-11 Mark Mitchellcp-tree.h (expand_direct_vtbls_init): Remove declaration.
1999-12-26 Mark Mitchelldecl.c (store_return_init): Use mode of old RTL generat...
1999-12-24 Mark Mitchelltoplev.h (note_deferall_of_defined_inline_function...
1999-12-20 Bernd Schmidtcurrent_function -> cfun
1999-12-16 Mark MitchellMakefile.in (INTREGRATE_H): Rename to INTEGRATE_H.
1999-12-15 Richard Hendersoncp-tree.h (make_aggr_type): Declare.
1999-12-09 Andreas Jaegerexcept.c (expand_throw): Add static attribute to match...
1999-12-09 Mark Mitchelldecl.c (init_decl_processing): Reenable inlining on...
1999-12-09 Mark Mitchelldump.c (dequeue_and_dump): Abbreviate `class' as `cls...
1999-12-05 Mark Mitchellcp-tree.def (SCOPE_STMT): Take one operand.
next