summaryrefslogtreecommitdiff
path: root/gcc/cp/optimize.c
Commit message (Expand)AuthorAgeFilesLines
...
* Partial fix PR c++/12850Jan Hubicka2004-01-131-7/+0
* c-common.c (handle_visibility_attribute): Set DECL_VISIBILITY field instead o...Matt Austern2003-11-061-0/+1
* Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change.Richard Henderson2003-09-211-2/+2
* tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.Richard Henderson2003-09-211-2/+2
* re PR c++/9848 (missing 'unused parameter' warning.)Nathan Sidwell2003-09-181-9/+3
* * optimize.c (maybe_clone_body): Inc/dec function_depth.Richard Henderson2003-09-081-0/+7
* c-decl.c (c_expand_body_1): Push and pop function context here.Richard Henderson2003-09-081-24/+0
* optimize.c (optimize_function): Push/pop ggc context around the call to optim...Richard Henderson2003-09-031-0/+23
* tree-optimize.c: New file.Richard Henderson2003-08-291-14/+0
* tree.h (DID_INLINE_FUNC): Remove macro.Steven Bosscher2003-08-051-1/+0
* java-tree.h (DECL_NUM_STMTS): Rename to...Jan Hubicka2003-07-091-1/+1
* decl2.c (defer_fn): Set DECL_DEFER_OUTPUT.Jan Hubicka2003-07-021-1/+1
* re PR debug/4252 (cc1: Invalid option `-fdump-translation-unit')Robert Abeles2003-06-181-1/+1
* 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