summaryrefslogtreecommitdiff
path: root/gcc/cgraphunit.c
Commit message (Expand)AuthorAgeFilesLines
* cgraph.c (cgraph_remove_node): Free DECL_INITIAL field of node.Jan Hubicka2004-09-081-2/+8
* cfganal.c (flow_depth_first_order_compute, [...]): Use gcc_assert or gcc_unre...Nathan Sidwell2004-09-071-42/+33
* Unify the management of RTL and tree-level dump files.Paolo Bonzini2004-09-061-2/+2
* c-common.c, [...]: Fix comment typos.Kazu Hirata2004-09-051-1/+1
* c-common.h (lang_post_pch_load): New variable.Mark Mitchell2004-07-291-1/+6
* Remove obsolete text in comment.Richard Kenner2004-07-251-2/+1
* c-decl.c (start_function): Set DECL_ARTIFICIAL and DECL_IGNORED_P on the RESU...Richard Henderson2004-07-251-2/+6
* * Fix for g++/15861Frank Ch. Eigler2004-07-151-2/+2
* cgraph.h (cgraph_build_static_cdtor): Declare.Richard Henderson2004-07-011-0/+64
* Minor whitespace changesRichard Kenner2004-06-241-4/+6
* c-common.h (has_c_linkage): New interface.Zack Weinberg2004-06-201-2/+0
* cgraphunit.c (cgraph_decide_inlining): Adjust dump lines in always_inline pass.Eric Botcazou2004-06-061-3/+3
* bb-reorder.c, [...]: Fix comment formatting.Kazu Hirata2004-05-301-1/+1
* c-common.c, [...]: Fix comment typos.Kazu Hirata2004-05-301-2/+2
* [multiple changes]Zack Weinberg2004-05-221-8/+1
* * cgraph.c (hash_node, eq_node, cgraph_node, cgraph_remove_node)Zack Weinberg2004-05-191-3/+2
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-56/+172
* re PR rtl-optimization/14980 ([unit-at-a-time] complex_io.cc:69: error: Inlin...Jan Hubicka2004-05-051-1/+3
* bb-reorder.c, [...]: Fix comment typos.Kazu Hirata2004-04-301-6/+6
* builtins.c, [...]: Fix comment typos.Kazu Hirata2004-04-291-4/+4
* re PR c/15004 ([unit-at-a-time] no warning for unused paramater in static fun...Jan Hubicka2004-04-281-0/+5
* cgraph.c: Add overall comment.Jan Hubicka2004-04-011-560/+624
* c-common.c, [...]: Fix comment typos.Kazu Hirata2004-03-201-3/+3
* alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo...Roger Sayle2004-03-141-4/+4
* (c-decl.c, [...]): Replace DECL_SAVED_INSNS with DECL_STRUCT_FUNCTION.Steven Bosscher2004-02-171-3/+3
* c-common.c (shadow_warning): Delete.Zack Weinberg2004-02-081-3/+2
* * cgraphunit.c (cgraph_postorder): Fix typo in comment.Aldy Hernandez2004-02-041-1/+1
* 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