| Commit message (Expand) | Author | Age | Files | Lines |
* | cgraph.c (cgraph_remove_node): Free DECL_INITIAL field of node. | Jan Hubicka | 2004-09-08 | 1 | -2/+8 |
* | cfganal.c (flow_depth_first_order_compute, [...]): Use gcc_assert or gcc_unre... | Nathan Sidwell | 2004-09-07 | 1 | -42/+33 |
* | Unify the management of RTL and tree-level dump files. | Paolo Bonzini | 2004-09-06 | 1 | -2/+2 |
* | c-common.c, [...]: Fix comment typos. | Kazu Hirata | 2004-09-05 | 1 | -1/+1 |
* | c-common.h (lang_post_pch_load): New variable. | Mark Mitchell | 2004-07-29 | 1 | -1/+6 |
* | Remove obsolete text in comment. | Richard Kenner | 2004-07-25 | 1 | -2/+1 |
* | c-decl.c (start_function): Set DECL_ARTIFICIAL and DECL_IGNORED_P on the RESU... | Richard Henderson | 2004-07-25 | 1 | -2/+6 |
* | * Fix for g++/15861 | Frank Ch. Eigler | 2004-07-15 | 1 | -2/+2 |
* | cgraph.h (cgraph_build_static_cdtor): Declare. | Richard Henderson | 2004-07-01 | 1 | -0/+64 |
* | Minor whitespace changes | Richard Kenner | 2004-06-24 | 1 | -4/+6 |
* | c-common.h (has_c_linkage): New interface. | Zack Weinberg | 2004-06-20 | 1 | -2/+0 |
* | cgraphunit.c (cgraph_decide_inlining): Adjust dump lines in always_inline pass. | Eric Botcazou | 2004-06-06 | 1 | -3/+3 |
* | bb-reorder.c, [...]: Fix comment formatting. | Kazu Hirata | 2004-05-30 | 1 | -1/+1 |
* | c-common.c, [...]: Fix comment typos. | Kazu Hirata | 2004-05-30 | 1 | -2/+2 |
* | [multiple changes] | Zack Weinberg | 2004-05-22 | 1 | -8/+1 |
* | * cgraph.c (hash_node, eq_node, cgraph_node, cgraph_remove_node) | Zack Weinberg | 2004-05-19 | 1 | -3/+2 |
* | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 2004-05-13 | 1 | -56/+172 |
* | re PR rtl-optimization/14980 ([unit-at-a-time] complex_io.cc:69: error: Inlin... | Jan Hubicka | 2004-05-05 | 1 | -1/+3 |
* | bb-reorder.c, [...]: Fix comment typos. | Kazu Hirata | 2004-04-30 | 1 | -6/+6 |
* | builtins.c, [...]: Fix comment typos. | Kazu Hirata | 2004-04-29 | 1 | -4/+4 |
* | re PR c/15004 ([unit-at-a-time] no warning for unused paramater in static fun... | Jan Hubicka | 2004-04-28 | 1 | -0/+5 |
* | cgraph.c: Add overall comment. | Jan Hubicka | 2004-04-01 | 1 | -560/+624 |
* | c-common.c, [...]: Fix comment typos. | Kazu Hirata | 2004-03-20 | 1 | -3/+3 |
* | alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo... | Roger Sayle | 2004-03-14 | 1 | -4/+4 |
* | (c-decl.c, [...]): Replace DECL_SAVED_INSNS with DECL_STRUCT_FUNCTION. | Steven Bosscher | 2004-02-17 | 1 | -3/+3 |
* | c-common.c (shadow_warning): Delete. | Zack Weinberg | 2004-02-08 | 1 | -3/+2 |
* | * cgraphunit.c (cgraph_postorder): Fix typo in comment. | Aldy Hernandez | 2004-02-04 | 1 | -1/+1 |
* | re PR c++/12850 (memory consumption for heavy template instantiations tripled... | Jan Hubicka | 2004-01-29 | 1 | -2/+9 |
* | c-common.h: Fix comment typos. | Kazu Hirata | 2004-01-25 | 1 | -1/+1 |
* | cgraph.c (cgraph_remove_node): Fix removal from linked list. | Jan Hubicka | 2004-01-19 | 1 | -16/+133 |
* | cgraph.c (create_edge): Use local.redefined_extern_inline. | Jan Hubicka | 2004-01-14 | 1 | -2/+10 |
* | Partial fix PR c++/12850 | Jan Hubicka | 2004-01-13 | 1 | -1/+4 |
* | cgraphunit.c (cgraph_optimize_function): Always do optimize_inline_calls when... | Jan Hubicka | 2004-01-13 | 1 | -5/+8 |
* | * cgraphunit.c (cgraph_decide_inlining): Fix typo. | Jan Hubicka | 2004-01-08 | 1 | -1/+1 |
* | Makefile.in (cgraph.o, [...]): Add intl.h dependency. | Jan Hubicka | 2004-01-04 | 1 | -52/+119 |
* | cgraphunit.c (cgraph_optimize_function): Call optimize_inline_calls when ther... | Jan Hubicka | 2004-01-02 | 1 | -11/+11 |
* | re PR rtl-optimization/13473 (cc1 segfault w/-march=pentium4) | Jan Hubicka | 2004-01-01 | 1 | -78/+95 |
* | ChangeLog.7: Fix comment typos. | Kazu Hirata | 2003-11-21 | 1 | -1/+1 |
* | cgraphunit.c (cgraph_expand_function): Use cgraph_possibly_inlined_p. | Jan Hubicka | 2003-11-09 | 1 | -16/+2 |
* | re PR debug/12389 ([testcase needed] ICE in gen_subprogram_die for nested fun... | Jan Hubicka | 2003-10-22 | 1 | -0/+1 |
* | toplev.c (rest_of_compilation): Fix webizer pass ordering. | Jan Hubicka | 2003-10-20 | 1 | -2/+60 |
* | cgraphunit.c (cgraph_decide_inlining): Fix uninitialized variable warning. | Jan Hubicka | 2003-10-12 | 1 | -1/+1 |
* | c-pretty-print.c: Fix comment typos. | Kazu Hirata | 2003-10-05 | 1 | -2/+2 |
* | cgraph.c (dump_cgraph): Don't output newline before dump. | Kelley Cook | 2003-09-26 | 1 | -40/+78 |
* | cgraph.h (cgraph_remove_edge): Declare. | Richard Sandiford | 2003-09-25 | 1 | -1/+1 |
* | cgraphunit.c (cgraph_expand_all_functions): Renamed from cgraph_expand_functi... | Kelley Cook | 2003-09-24 | 1 | -3/+3 |
* | cgraphunit.c (cgraph_assemble_pending_functions): Export. | Richard Henderson | 2003-09-13 | 1 | -4/+14 |
* | cgraphunit.c (cgraph_finalize_function): Add nested arg. | Richard Henderson | 2003-09-11 | 1 | -19/+26 |
* | cgraph.h (struct cgraph_node): Rename lowered to analyzed. | Richard Henderson | 2003-09-10 | 1 | -38/+60 |
* | cgraphunit.c (cgraph_finalize_function): Remove unused argument. | Richard Henderson | 2003-09-09 | 1 | -1/+1 |