aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/optimize.c
AgeCommit message (Expand)AuthorFilesLines
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
2000-04-30optimize.c (initialize_inlined_parameters): If the parameter is addressable...Mark Mitchell1-1/+3
2000-04-28revertJason Merrill1-4/+0
2000-04-28tree.c (get_callee_fndecl): Extract the initial value from a readonly decl.Jason Merrill1-0/+4
2000-04-28optimize.c (copy_body_r): Use STRIP_TYPE_NOPS when copying variables.Mark Mitchell1-2/+34
2000-04-25correct commentJason Merrill1-4/+3
2000-04-12cp-tree.h (IDENTIFIER_CTOR_OR_DTOR_P): New macro.Mark Mitchell1-10/+1
2000-04-11cp-tree.h (cp_tree_index): Add CPTI_DTOR_IDENTIFIER.Mark Mitchell1-7/+120
2000-04-11optimize.c (remap_decl): Avoid sharing structure for arrays whose size is onl...Mark Mitchell1-2/+7
2000-04-06cp-tree.h (instantiate_decl): Change prototype.Mark Mitchell1-14/+15
2000-04-05Fix problems in my previous commit.Jan Hubicka1-1/+1
2000-04-04calls.c (ECF_MALLOC, [...]): New constants.Jan Hubicka1-10/+1
2000-02-25Fix 3 ia64 g++ testsuite failures, and groff miscompilation.Jim Wilson1-9/+8
2000-02-25lex.c (check_newline): Use push_srcloc and pop_srcloc, rather than duplicatin...Mark Mitchell1-0/+9
2000-02-19c-common.c (decl_attributes): Set DECL_SIZE_UNIT.Richard Kenner1-15/+15
2000-01-27Fix winsup (cygwin) build failure with VLAs and inline functions.Jim Wilson1-0/+10
2000-01-26calls.c (special_function_p): New argument fork_or_exec.J"orn Rennecke1-1/+3
2000-01-26call.c: PROTO -> PARAMS.Kaveh R. Ghazi1-11/+11
2000-01-15optimize.c (copy_body_r): Clear the operand three of a TARGET_EXPR when copyi...Mark Mitchell1-2/+8
1999-12-16Makefile.in (INTREGRATE_H): Rename to INTEGRATE_H.Mark Mitchell1-30/+8
1999-12-15function.c (retrofit_block): Abort if we don't find a suitable insn.Jason Merrill1-10/+14
1999-12-15tweak commentsJason Merrill1-2/+2
1999-12-15optimize.c (expand_call_inline): Set BLOCK_ABSTRACT_ORIGIN on the outermost b...Jason Merrill1-0/+5
1999-12-14cp-tree.h (remap_save_expr): Add walk_subtrees parameter.Mark Mitchell1-1/+2
1999-12-13optimize.c (initialize_inlined_parameters): Take FN to which the parameters b...Mark Mitchell1-16/+22
1999-12-11class.c (get_vtable_name): Use a literal format string and VTABLE_NAME_PREFIX...Kaveh R. Ghazi1-1/+1
1999-12-05cp-tree.h (calls_setjmp_p): Declare.Mark Mitchell1-0/+37
1999-12-05optimize.c (expand_call_inline): Wrap the expanded call in an EXPR_WITH_FILE_...Mark Mitchell1-6/+11
1999-12-05optimize.c (inline_data): Remove fns_top.Mark Mitchell1-41/+261
1999-11-25Make-lang.in (CXX_SRCS): Add optimize.c.Mark Mitchell1-0/+497