summaryrefslogtreecommitdiff
path: root/gcc/cgraphunit.c
Commit message (Expand)AuthorAgeFilesLines
* re PR c++/12850 (memory consumption for heavy template instantiations tripled...Jan Hubicka2004-01-291-2/+9
* c-common.h: Fix comment typos.Kazu Hirata2004-01-251-1/+1
* cgraph.c (cgraph_remove_node): Fix removal from linked list.Jan Hubicka2004-01-191-16/+133
* cgraph.c (create_edge): Use local.redefined_extern_inline.Jan Hubicka2004-01-141-2/+10
* Partial fix PR c++/12850Jan Hubicka2004-01-131-1/+4
* cgraphunit.c (cgraph_optimize_function): Always do optimize_inline_calls when...Jan Hubicka2004-01-131-5/+8
* * cgraphunit.c (cgraph_decide_inlining): Fix typo.Jan Hubicka2004-01-081-1/+1
* Makefile.in (cgraph.o, [...]): Add intl.h dependency.Jan Hubicka2004-01-041-52/+119
* cgraphunit.c (cgraph_optimize_function): Call optimize_inline_calls when ther...Jan Hubicka2004-01-021-11/+11
* re PR rtl-optimization/13473 (cc1 segfault w/-march=pentium4)Jan Hubicka2004-01-011-78/+95
* ChangeLog.7: Fix comment typos.Kazu Hirata2003-11-211-1/+1
* cgraphunit.c (cgraph_expand_function): Use cgraph_possibly_inlined_p.Jan Hubicka2003-11-091-16/+2
* re PR debug/12389 ([testcase needed] ICE in gen_subprogram_die for nested fun...Jan Hubicka2003-10-221-0/+1
* toplev.c (rest_of_compilation): Fix webizer pass ordering.Jan Hubicka2003-10-201-2/+60
* cgraphunit.c (cgraph_decide_inlining): Fix uninitialized variable warning.Jan Hubicka2003-10-121-1/+1
* c-pretty-print.c: Fix comment typos.Kazu Hirata2003-10-051-2/+2
* cgraph.c (dump_cgraph): Don't output newline before dump.Kelley Cook2003-09-261-40/+78
* cgraph.h (cgraph_remove_edge): Declare.Richard Sandiford2003-09-251-1/+1
* cgraphunit.c (cgraph_expand_all_functions): Renamed from cgraph_expand_functi...Kelley Cook2003-09-241-3/+3
* cgraphunit.c (cgraph_assemble_pending_functions): Export.Richard Henderson2003-09-131-4/+14
* cgraphunit.c (cgraph_finalize_function): Add nested arg.Richard Henderson2003-09-111-19/+26
* cgraph.h (struct cgraph_node): Rename lowered to analyzed.Richard Henderson2003-09-101-38/+60
* cgraphunit.c (cgraph_finalize_function): Remove unused argument.Richard Henderson2003-09-091-1/+1
* cgraphunit.c (cgraph_finalize_function): Fix handling of extern inline functi...Jan Hubicka2003-09-091-18/+26
* cgraph.c (cgraph_varpool_finalize_decl): Sanity check duplicated finalization.Jan Hubicka2003-09-091-13/+65
* cgraph.c (cgraph_mark_reachable_node): Split out from ...Richard Henderson2003-09-041-38/+73
* cgraphunit.c (visited_nodes): New static variable.Jeff Sturm2003-09-031-3/+13
* Makefile.in (c-objc-common.o): Kill gt-c-objc-common.h dependency.Jan Hubicka2003-09-031-8/+46
* cgraphunit.c (record_call_1): Use walk_tree_without_duplicates.Jeff Sturm2003-09-021-2/+3
* builtins.c: Fix comment typos.Kazu Hirata2003-08-191-5/+5
* i386.c (ix86_fntype_regparm): Rename from ...Jan Hubicka2003-08-161-54/+50
* tree.h (DID_INLINE_FUNC): Remove macro.Steven Bosscher2003-08-051-13/+13
* * cgraphunit.c (cgraph_finalize_compilation_unit): Remove redundant if.Jan Hubicka2003-07-211-3/+2
* * cgraphunit.c: Convert prototypes to ISO C90.Andreas Jaeger2003-07-131-39/+26
* cgraphunit.c (cgraph_inlined_into, [...]): Fix warning.Jan Hubicka2003-07-121-2/+2
* cgraph.c (cgraph_max_uid): New global variable.Jan Hubicka2003-07-121-113/+731
* Index: ChangeLogGeoffrey Keating2003-07-111-1/+2
* cgraph.c (cgraph_node_name): New function.Jan Hubicka2003-07-091-16/+48
* cgraphunit.c (cgraph_finalize_unit): Set current_function_decl before calling...Jan Hubicka2003-07-021-0/+1
* cgraph.c (cgraph_mark_needed_node, [...]): Use next_needed field instead of a...Jan Hubicka2003-07-021-1/+1
* cgraphunit.c (cgraph_finalize_function): Set finalized.Jan Hubicka2003-07-021-9/+10
* basic-block.h: Fix comment typos.Kazu Hirata2003-07-011-3/+3
* Makefile.in (cgraph.o): Depend on output.h, not depend on tree-inline.hJan Hubicka2003-06-241-1/+6
* cgraph.c (cgraph_nodes_queue): Declare.Jan Hubicka2003-06-231-63/+50
* cgraphunit.c (cgraph_create_edges): Drop walk_tree in favor of walk_tree_with...Steven Bosscher2003-05-121-24/+50
* c-cppbuiltin.c (builtin_define_with_value_n): Fix whitespace.Roger Sayle2003-03-151-1/+1
* inline-3.c: New test.Jan Hubicka2003-03-081-6/+71
* i386-local.c: New.Jan Hubicka2003-03-051-12/+55
* expmed.c (expand_divmod): Undo sign extensions for unsigned operandsJan Hubicka2003-02-221-0/+360