aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/optimize.c
AgeCommit message (Expand)AuthorFilesLines
2001-10-05optimize.c (struct inline_data): Moved to ../tree-inline.c.Alexandre Oliva1-969/+0
2001-10-05Make-lang.in (cp/decl.o, cp/tree.o): Depend on tree-inline.h.Alexandre Oliva1-116/+97
2001-08-30optimize.c (inlinable_function_p): Allow only smaller single functions.Kurt Garloff1-5/+7
2001-08-10c-common.h (RETURN_NULLIFIED_P): Lose.Jason Merrill1-0/+17
2001-07-19Makefile.in (toplev.o, [...]): Don't depend on dwarfout.h.Neil Booth1-1/+2
2001-07-02c-common.h (TDI_inlined): New ast dump phase.Nathan Sidwell1-61/+77
2001-06-05c-common.h (flag_dump_translation_unit): Remove.Nathan Sidwell1-1/+29
2001-05-30re PR c++/2936 (gcc gives me an internal error when compiling mozilla with --...Nathan Sidwell1-2/+21
2001-05-23optimize.c (initialize_inlined_parameters): Don't set TREE_READONLY for a VAR...Mark Mitchell1-0/+12
2001-05-20re PR c++/2781 (bad code generated for reference call with -O2 (regression fr...Nathan Sidwell1-1/+8
2001-04-30regmove.c (record_stack_memrefs): Catch all references to the stack pointer.Mark Mitchell1-7/+26
2001-04-27optimize.c (maybe_clone_body): Copy parameter names and locations.Nathan Sidwell1-2/+26
2001-04-26optimize.c (maybe_clone_body): Copy TREE_PUBLIC before emitting the clone.Mark Mitchell1-0/+1
2001-04-25optimize.c: Include hashtab.h.Zack Weinberg1-3/+14
2001-04-24Lazy __FUNCTION__ generation.Nathan Sidwell1-1/+0
2001-04-11optimize.c (maybe_clone_body): Copy DECL_NUM_STMTS from the cloned function t...Mark Mitchell1-0/+4
2001-04-06cp-tree.h (DECL_THIS_INLINE): Rename to DECL_DECLARED_INLINE_P.Mark Mitchell1-1/+1
2001-04-04optimize.c (expand_call_inline): Only add newly inlined statements into inlin...Jakub Jelinek1-1/+1
2001-03-27c-common.h (DECL_NUM_STMTS): New macro.Mark Mitchell1-4/+51
2001-03-23decl.c (local_names): Define.Jakub Jelinek1-11/+8
2001-03-21pt.c (instantiate_decl): Abort if we see a member constant instantiation that...Jason Merrill1-1/+1
2001-02-22optimize.c: Include toplev.h for note_deferral_of_defined_inline_function pro...Andreas Jaeger1-33/+34
2001-02-22cp-tree.h (struct lang_decl_inlined_fns): New.Jakub Jelinek1-4/+45
2001-02-21tree.h (DECL_UNINLINABLE): Move from C++ frontend.Jason Merrill1-1/+8
2001-02-19optimize.c (expand_call_inline): Don't walk subtrees of type nodes.Kriang Lerdsuwanakij1-0/+6
2001-02-18Do put the VTT parameter in DECL_ARGUMENTS.Jason Merrill1-5/+8
2001-02-16cp-tree.h (DECL_USE_VTT_PARM): Remove.Jason Merrill1-6/+0
2001-02-16tree.h (BLOCK_CHAIN): Use BLOCK_CHECK.Jason Merrill1-9/+16
2001-02-12Remove old ABI support.Mark Mitchell1-5/+1
2001-01-28Clarify comment.Jakub Jelinek1-2/+2
2001-01-28optimize.c (copy_body_r): If MODIFY_EXPR has both arguments identical and the...Jakub Jelinek1-0/+20
2001-01-15commentJason Merrill1-0/+1
2000-12-07optimize.c (copy_body_r): Set STMT_IS_FULL_EXPR_P on EXPR_STMT.Jakub Jelinek1-0/+1
2000-10-23expr.c (do_preexpand_calls): Remove.Mark Mitchell1-4/+0
2000-09-17splay-tree.c (splay_tree_predecessor): Fix typo in comment.Mark Mitchell1-1/+1
2000-09-12c-common.h (genrtl_clear_out_block): Remove.Mark Mitchell1-1/+0
2000-09-05Makefile.in (CXX_TREE_H): Add dependency on HTAB_H.Mark Mitchell1-8/+10
2000-07-27cp-tree.h (function_depth): Declare.Mark Mitchell1-0/+14
2000-07-10c-common.h (build_stmt): Declare.Benjamin Chelf1-12/+12
2000-07-01Makefile.in (C_AND_OBJC_OBJS): Added c-semantics.o.Ben Chelf1-1/+1
2000-06-20call.c (build_conditional_expr): Use VOID_TYPE_P.Nathan Sidwell1-2/+1
2000-06-15tree.c (count_trees): New debugging function.Jason Merrill1-5/+0
2000-06-12optimize.c (expand_call_inline): Don't recurse into the code used to initiali...Mark Mitchell1-3/+6
2000-06-12mangle.c (NESTED_TEMPLATE_MATCH): Fix typo in comment.Mark Mitchell1-0/+4
2000-06-09timevar.def: Add TV_EXPAND.Jason Merrill1-0/+5
2000-05-25Finish implementation of VTTs.Mark Mitchell1-1/+29
2000-05-23class.c (build_ctor_vtbl_group): Set inits.Mark Mitchell1-0/+2
2000-05-01tree.c (build_target_expr_with_type): If we already have a TARGET_EXPR, just ...Jason Merrill1-10/+19
2000-05-01cp-tree.h (same_type_ignoring_top_level_qualifiers_p): New macro.Mark Mitchell1-3/+4
2000-05-01expr.c (cplus_expand_expr): Preserve temporaries when expanding STMT_EXPRs.Mark Mitchell1-4/+44