aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraphunit.c
AgeCommit message (Expand)AuthorFilesLines
2004-10-01c-decl.c (c_expand_body): Update call tree_rest_of_compilation.Jan Hubicka1-1/+1
2004-09-26bitmap.h (EXECUTE_IF_SET_IN_BITMAP, [...]): Changed to iterator style.Zdenek Dvorak1-26/+44
2004-09-20re PR middle-end/16460 (ICE when compiling glibc (ld-ctype.c))Jan Hubicka1-3/+7
2004-09-17alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham1-7/+7
2004-09-17basic-block.h, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-09-14cgraph.h, [...]: Fix comment typos.Kazu Hirata1-4/+4
2004-09-13New code to analyze file level static variables and to determine if...Kenneth Zadeck1-16/+1065
2004-09-10cgraphunit.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-09-10cgraph.h (cgraph_dump_file): Do not declare.Paolo Bonzini1-0/+9
2004-09-09cgraphunit.c (cgraph_mark_functions_to_output): Renable node dumping for deve...Nathan Sidwell1-3/+15
2004-09-08cgraph.c (cgraph_remove_node): Free DECL_INITIAL field of node.Jan Hubicka1-2/+8
2004-09-07cfganal.c (flow_depth_first_order_compute, [...]): Use gcc_assert or gcc_unre...Nathan Sidwell1-42/+33
2004-09-06Unify the management of RTL and tree-level dump files.Paolo Bonzini1-2/+2
2004-09-05c-common.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-07-29c-common.h (lang_post_pch_load): New variable.Mark Mitchell1-1/+6
2004-07-25Remove obsolete text in comment.Richard Kenner1-2/+1
2004-07-25c-decl.c (start_function): Set DECL_ARTIFICIAL and DECL_IGNORED_P on the RESU...Richard Henderson1-2/+6
2004-07-15* Fix for g++/15861Frank Ch. Eigler1-2/+2
2004-07-01cgraph.h (cgraph_build_static_cdtor): Declare.Richard Henderson1-0/+64
2004-06-24Minor whitespace changesRichard Kenner1-4/+6
2004-06-20c-common.h (has_c_linkage): New interface.Zack Weinberg1-2/+0
2004-06-06cgraphunit.c (cgraph_decide_inlining): Adjust dump lines in always_inline pass.Eric Botcazou1-3/+3
2004-05-30bb-reorder.c, [...]: Fix comment formatting.Kazu Hirata1-1/+1
2004-05-30c-common.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2004-05-22[multiple changes]Zack Weinberg1-8/+1
2004-05-19* cgraph.c (hash_node, eq_node, cgraph_node, cgraph_remove_node)Zack Weinberg1-3/+2
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-56/+172
2004-05-05re PR rtl-optimization/14980 ([unit-at-a-time] complex_io.cc:69: error: Inlin...Jan Hubicka1-1/+3
2004-04-30bb-reorder.c, [...]: Fix comment typos.Kazu Hirata1-6/+6
2004-04-29builtins.c, [...]: Fix comment typos.Kazu Hirata1-4/+4
2004-04-28re PR c/15004 ([unit-at-a-time] no warning for unused paramater in static fun...Jan Hubicka1-0/+5
2004-04-01cgraph.c: Add overall comment.Jan Hubicka1-560/+624
2004-03-20c-common.c, [...]: Fix comment typos.Kazu Hirata1-3/+3
2004-03-14alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo...Roger Sayle1-4/+4
2004-02-17(c-decl.c, [...]): Replace DECL_SAVED_INSNS with DECL_STRUCT_FUNCTION.Steven Bosscher1-3/+3
2004-02-08c-common.c (shadow_warning): Delete.Zack Weinberg1-3/+2
2004-02-04* cgraphunit.c (cgraph_postorder): Fix typo in comment.Aldy Hernandez1-1/+1
2004-01-29re PR c++/12850 (memory consumption for heavy template instantiations tripled...Jan Hubicka1-2/+9
2004-01-25c-common.h: Fix comment typos.Kazu Hirata1-1/+1
2004-01-19cgraph.c (cgraph_remove_node): Fix removal from linked list.Jan Hubicka1-16/+133
2004-01-14cgraph.c (create_edge): Use local.redefined_extern_inline.Jan Hubicka1-2/+10
2004-01-13Partial fix PR c++/12850Jan Hubicka1-1/+4
2004-01-13cgraphunit.c (cgraph_optimize_function): Always do optimize_inline_calls when...Jan Hubicka1-5/+8
2004-01-08* cgraphunit.c (cgraph_decide_inlining): Fix typo.Jan Hubicka1-1/+1
2004-01-04Makefile.in (cgraph.o, [...]): Add intl.h dependency.Jan Hubicka1-52/+119
2004-01-02cgraphunit.c (cgraph_optimize_function): Call optimize_inline_calls when ther...Jan Hubicka1-11/+11
2004-01-01re PR rtl-optimization/13473 (cc1 segfault w/-march=pentium4)Jan Hubicka1-78/+95
2003-11-21ChangeLog.7: Fix comment typos.Kazu Hirata1-1/+1
2003-11-09cgraphunit.c (cgraph_expand_function): Use cgraph_possibly_inlined_p.Jan Hubicka1-16/+2
2003-10-22re PR debug/12389 ([testcase needed] ICE in gen_subprogram_die for nested fun...Jan Hubicka1-0/+1