aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/optimize.c
AgeCommit message (Expand)AuthorFilesLines
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