aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/optimize.c
AgeCommit message (Expand)AuthorFilesLines
2003-11-06c-common.c (handle_visibility_attribute): Set DECL_VISIBILITY field instead o...Matt Austern1-0/+1
2003-09-21Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change.Richard Henderson1-2/+2
2003-09-21tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.Richard Henderson1-2/+2
2003-09-18re PR c++/9848 (missing 'unused parameter' warning.)Nathan Sidwell1-9/+3
2003-09-08* optimize.c (maybe_clone_body): Inc/dec function_depth.Richard Henderson1-0/+7
2003-09-08c-decl.c (c_expand_body_1): Push and pop function context here.Richard Henderson1-24/+0
2003-09-03optimize.c (optimize_function): Push/pop ggc context around the call to optim...Richard Henderson1-0/+23
2003-08-29tree-optimize.c: New file.Richard Henderson1-14/+0
2003-08-05tree.h (DID_INLINE_FUNC): Remove macro.Steven Bosscher1-1/+0
2003-07-09java-tree.h (DECL_NUM_STMTS): Rename to...Jan Hubicka1-1/+1
2003-07-02decl2.c (defer_fn): Set DECL_DEFER_OUTPUT.Jan Hubicka1-1/+1
2003-06-18re PR debug/4252 (cc1: Invalid option `-fdump-translation-unit')Robert Abeles1-1/+1
2003-04-22Makefile.in (calls.o): Depend on except.h.Mark Mitchell1-0/+3
2003-03-02params.def: Introduce parameter max-inline-insns-rtl for a separate limit for...Kurt Garloff1-0/+1
2003-01-10Merge from pch-branch.Geoffrey Keating1-1/+0
2003-01-01call.c, [...]: Replace "GNU CC" with "GCC" in the copyright header.Steven Bosscher1-4/+4
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-23/+16
2002-10-20alpha-protos.h (alpha_output_mi_thunk_osf): Update signature to match target.h.Mark Mitchell1-2/+2
2002-09-21ChangeLog: Follow spelling conventions.Kazu Hirata1-3/+3
2002-09-14error.c: Fix comment formatting.Kazu Hirata1-7/+7
2002-08-11decl.c (duplicate_decls): Replace DECL_SOURCE_FILE + DECL_SOURCE_LINE with DE...Gabriel Dos Reis1-4/+2
2001-12-16ChangeLog.1, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-12-13* optimize.c (maybe_clone_body): Fix parameter updating.Jason Merrill1-3/+3
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