summaryrefslogtreecommitdiff
path: root/gcc/cp/optimize.c
Commit message (Expand)AuthorAgeFilesLines
* Makefile.in (calls.o): Depend on except.h.Mark Mitchell2003-04-221-0/+3
* params.def: Introduce parameter max-inline-insns-rtl for a separate limit for...Kurt Garloff2003-03-021-0/+1
* Merge from pch-branch.Geoffrey Keating2003-01-101-1/+0
* call.c, [...]: Replace "GNU CC" with "GCC" in the copyright header.Steven Bosscher2003-01-011-4/+4
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-23/+16
* alpha-protos.h (alpha_output_mi_thunk_osf): Update signature to match target.h.Mark Mitchell2002-10-201-2/+2
* ChangeLog: Follow spelling conventions.Kazu Hirata2002-09-211-3/+3
* error.c: Fix comment formatting.Kazu Hirata2002-09-141-7/+7
* decl.c (duplicate_decls): Replace DECL_SOURCE_FILE + DECL_SOURCE_LINE with DE...Gabriel Dos Reis2002-08-111-4/+2
* ChangeLog.1, [...]: Fix spelling errors.Joseph Myers2001-12-161-1/+1
* * optimize.c (maybe_clone_body): Fix parameter updating.Jason Merrill2001-12-131-3/+3
* optimize.c (struct inline_data): Moved to ../tree-inline.c.Alexandre Oliva2001-10-051-969/+0
* Make-lang.in (cp/decl.o, cp/tree.o): Depend on tree-inline.h.Alexandre Oliva2001-10-051-116/+97
* optimize.c (inlinable_function_p): Allow only smaller single functions.Kurt Garloff2001-08-301-5/+7
* c-common.h (RETURN_NULLIFIED_P): Lose.Jason Merrill2001-08-101-0/+17
* Makefile.in (toplev.o, [...]): Don't depend on dwarfout.h.Neil Booth2001-07-191-1/+2
* c-common.h (TDI_inlined): New ast dump phase.Nathan Sidwell2001-07-021-61/+77
* c-common.h (flag_dump_translation_unit): Remove.Nathan Sidwell2001-06-051-1/+29
* re PR c++/2936 (gcc gives me an internal error when compiling mozilla with --...Nathan Sidwell2001-05-301-2/+21
* optimize.c (initialize_inlined_parameters): Don't set TREE_READONLY for a VAR...Mark Mitchell2001-05-231-0/+12
* re PR c++/2781 (bad code generated for reference call with -O2 (regression fr...Nathan Sidwell2001-05-201-1/+8
* regmove.c (record_stack_memrefs): Catch all references to the stack pointer.Mark Mitchell2001-04-301-7/+26
* optimize.c (maybe_clone_body): Copy parameter names and locations.Nathan Sidwell2001-04-271-2/+26
* optimize.c (maybe_clone_body): Copy TREE_PUBLIC before emitting the clone.Mark Mitchell2001-04-261-0/+1
* optimize.c: Include hashtab.h.Zack Weinberg2001-04-251-3/+14
* Lazy __FUNCTION__ generation.Nathan Sidwell2001-04-241-1/+0
* optimize.c (maybe_clone_body): Copy DECL_NUM_STMTS from the cloned function t...Mark Mitchell2001-04-111-0/+4
* cp-tree.h (DECL_THIS_INLINE): Rename to DECL_DECLARED_INLINE_P.Mark Mitchell2001-04-061-1/+1
* optimize.c (expand_call_inline): Only add newly inlined statements into inlin...Jakub Jelinek2001-04-041-1/+1
* c-common.h (DECL_NUM_STMTS): New macro.Mark Mitchell2001-03-271-4/+51
* decl.c (local_names): Define.Jakub Jelinek2001-03-231-11/+8
* pt.c (instantiate_decl): Abort if we see a member constant instantiation that...Jason Merrill2001-03-211-1/+1
* optimize.c: Include toplev.h for note_deferral_of_defined_inline_function pro...Andreas Jaeger2001-02-221-33/+34
* cp-tree.h (struct lang_decl_inlined_fns): New.Jakub Jelinek2001-02-221-4/+45
* tree.h (DECL_UNINLINABLE): Move from C++ frontend.Jason Merrill2001-02-211-1/+8
* optimize.c (expand_call_inline): Don't walk subtrees of type nodes.Kriang Lerdsuwanakij2001-02-191-0/+6
* Do put the VTT parameter in DECL_ARGUMENTS.Jason Merrill2001-02-181-5/+8
* cp-tree.h (DECL_USE_VTT_PARM): Remove.Jason Merrill2001-02-161-6/+0
* tree.h (BLOCK_CHAIN): Use BLOCK_CHECK.Jason Merrill2001-02-161-9/+16
* Remove old ABI support.Mark Mitchell2001-02-121-5/+1
* Clarify comment.Jakub Jelinek2001-01-281-2/+2
* optimize.c (copy_body_r): If MODIFY_EXPR has both arguments identical and the...Jakub Jelinek2001-01-281-0/+20
* commentJason Merrill2001-01-151-0/+1
* optimize.c (copy_body_r): Set STMT_IS_FULL_EXPR_P on EXPR_STMT.Jakub Jelinek2000-12-071-0/+1
* expr.c (do_preexpand_calls): Remove.Mark Mitchell2000-10-231-4/+0
* splay-tree.c (splay_tree_predecessor): Fix typo in comment.Mark Mitchell2000-09-171-1/+1
* c-common.h (genrtl_clear_out_block): Remove.Mark Mitchell2000-09-121-1/+0
* Makefile.in (CXX_TREE_H): Add dependency on HTAB_H.Mark Mitchell2000-09-051-8/+10
* cp-tree.h (function_depth): Declare.Mark Mitchell2000-07-271-0/+14
* c-common.h (build_stmt): Declare.Benjamin Chelf2000-07-101-12/+12