aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraphunit.c
AgeCommit message (Expand)Author
2004-02-08Bug 13856Zack Weinberg
2004-02-01re PR c++/12850 (memory consumption for heavy template instantiations tripled...Jan Hubicka
2004-01-31Revert the following patch until after AIX linker bug is fixed:Jan Hubicka
2004-01-30re PR c++/12850 (memory consumption for heavy template instantiations tripled...Jan Hubicka
2004-01-19cgraph.c (cgraph_remove_node): Fix removal from linked list.Jan Hubicka
2004-01-14cgraph.c (create_edge): Use local.redefined_extern_inline.Jan Hubicka
2004-01-13Partial fix PR c++/12850Jan Hubicka
2004-01-13cgraphunit.c (cgraph_optimize_function): Always do optimize_inline_calls when...Jan Hubicka
2004-01-08* cgraphunit.c (cgraph_decide_inlining): Fix typo.Jan Hubicka
2004-01-04Makefile.in (cgraph.o, [...]): Add intl.h dependency.Jan Hubicka
2004-01-02cgraphunit.c (cgraph_optimize_function): Call optimize_inline_calls when ther...Jan Hubicka
2004-01-01re PR rtl-optimization/13473 (cc1 segfault w/-march=pentium4)Jan Hubicka
2003-11-21ChangeLog.7: Fix comment typos.Kazu Hirata
2003-11-09cgraphunit.c (cgraph_expand_function): Use cgraph_possibly_inlined_p.Jan Hubicka
2003-10-22re PR debug/12389 ([testcase needed] ICE in gen_subprogram_die for nested fun...Jan Hubicka
2003-10-20toplev.c (rest_of_compilation): Fix webizer pass ordering.Jan Hubicka
2003-10-12cgraphunit.c (cgraph_decide_inlining): Fix uninitialized variable warning.Jan Hubicka
2003-10-05c-pretty-print.c: Fix comment typos.Kazu Hirata
2003-09-26cgraph.c (dump_cgraph): Don't output newline before dump.Kelley Cook
2003-09-25cgraph.h (cgraph_remove_edge): Declare.Richard Sandiford
2003-09-24cgraphunit.c (cgraph_expand_all_functions): Renamed from cgraph_expand_functi...Kelley Cook
2003-09-13cgraphunit.c (cgraph_assemble_pending_functions): Export.Richard Henderson
2003-09-11cgraphunit.c (cgraph_finalize_function): Add nested arg.Richard Henderson
2003-09-10cgraph.h (struct cgraph_node): Rename lowered to analyzed.Richard Henderson
2003-09-09cgraphunit.c (cgraph_finalize_function): Remove unused argument.Richard Henderson
2003-09-09cgraphunit.c (cgraph_finalize_function): Fix handling of extern inline functi...Jan Hubicka
2003-09-09cgraph.c (cgraph_varpool_finalize_decl): Sanity check duplicated finalization.Jan Hubicka
2003-09-04cgraph.c (cgraph_mark_reachable_node): Split out from ...Richard Henderson
2003-09-03cgraphunit.c (visited_nodes): New static variable.Jeff Sturm
2003-09-03Makefile.in (c-objc-common.o): Kill gt-c-objc-common.h dependency.Jan Hubicka
2003-09-02cgraphunit.c (record_call_1): Use walk_tree_without_duplicates.Jeff Sturm
2003-08-19builtins.c: Fix comment typos.Kazu Hirata
2003-08-16i386.c (ix86_fntype_regparm): Rename from ...Jan Hubicka
2003-08-05tree.h (DID_INLINE_FUNC): Remove macro.Steven Bosscher
2003-07-21* cgraphunit.c (cgraph_finalize_compilation_unit): Remove redundant if.Jan Hubicka
2003-07-13* cgraphunit.c: Convert prototypes to ISO C90.Andreas Jaeger
2003-07-12cgraphunit.c (cgraph_inlined_into, [...]): Fix warning.Jan Hubicka
2003-07-12cgraph.c (cgraph_max_uid): New global variable.Jan Hubicka
2003-07-11Index: ChangeLogGeoffrey Keating
2003-07-09cgraph.c (cgraph_node_name): New function.Jan Hubicka
2003-07-02cgraphunit.c (cgraph_finalize_unit): Set current_function_decl before calling...Jan Hubicka
2003-07-02cgraph.c (cgraph_mark_needed_node, [...]): Use next_needed field instead of a...Jan Hubicka
2003-07-02cgraphunit.c (cgraph_finalize_function): Set finalized.Jan Hubicka
2003-07-01basic-block.h: Fix comment typos.Kazu Hirata
2003-06-24Makefile.in (cgraph.o): Depend on output.h, not depend on tree-inline.hJan Hubicka
2003-06-23cgraph.c (cgraph_nodes_queue): Declare.Jan Hubicka
2003-05-12cgraphunit.c (cgraph_create_edges): Drop walk_tree in favor of walk_tree_with...Steven Bosscher
2003-03-15c-cppbuiltin.c (builtin_define_with_value_n): Fix whitespace.Roger Sayle
2003-03-08inline-3.c: New test.Jan Hubicka
2003-03-05i386-local.c: New.Jan Hubicka