Age | Commit message (Expand) | Author | Files | Lines |
2005-08-01 | Makefile.in: Add ipcp.c, ipa-prop.h, ipa-prop.c. | Razya Ladelsky | 1 | -0/+2 |
2005-07-28 | cgraph.c (cgraph_clone_edge): New UPDATE_ORIGINAL argument. | Jan Hubicka | 1 | -2/+5 |
2005-07-28 | ipa-inline.c (cgraph_edge_badness): Update comments. | Josh Conner | 1 | -1/+1 |
2005-07-16 | Makefile.in: Added rules for ipa-pure-const.c... | Daniel Berlin | 1 | -2/+0 |
2005-06-28 | cgraph.c (cgraph_remove_node): Do not release function bodies until full cgra... | Jan Hubicka | 1 | -1/+1 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-06-24 | tree-optimize.c (init_tree_optimization_passes): Fix flags of all_passes and ... | Jan Hubicka | 1 | -0/+2 |
2005-06-02 | cgraph.c (cgraph_node): Maintain master clones. | Jan Hubicka | 1 | -1/+32 |
2005-06-02 | cgraph.c (dump_cgraph_node): Print new flags. | Jan Hubicka | 1 | -0/+6 |
2005-05-27 | cgraph.c: Include tree-gimple.h | Jan Hubicka | 1 | -1/+1 |
2005-05-25 | Makefile.in (ipa-inline.o): Add COEVERAGE_H dependency. | Jan Hubicka | 1 | -0/+3 |
2005-05-19 | basic-block.h (REG_BR_PROB_BASE): Define. | Jan Hubicka | 1 | -8/+14 |
2005-05-17 | cgraph.h (cgraph_node): Add 'lowered' state. | Steven Bosscher | 1 | -0/+3 |
2005-04-25 | re PR middle-end/20991 (ICE in cgraph_mark_reachable_node) | Jakub Jelinek | 1 | -0/+4 |
2005-04-22 | Makefile.in (ipa.o, [...]): New files. | Jan Hubicka | 1 | -0/+9 |
2005-03-30 | [multiple changes] | Jan Hubicka | 1 | -1/+13 |
2005-03-30 | cgraph.h (struct cgraph_node): Add alias. | Richard Henderson | 1 | -0/+2 |
2005-03-29 | re PR middle-end/20622 (Alias to nocommon variable fails to assemble on ppc64) | Jakub Jelinek | 1 | -0/+2 |
2005-03-20 | cgraph.h (cgraph_node): Add prev_clone pointer. | Jan Hubicka | 1 | -0/+1 |
2005-03-02 | cgraph.h (struct cgraph_edge): Add prev_caller and prev_callee fields. | Richard Guenther | 1 | -1/+4 |
2005-01-23 | cgraph.c (cgraph_varpool_n_nodes): Remove. | Kazu Hirata | 1 | -1/+0 |
2005-01-18 | basic-block.h, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-01-01 | re PR c/19031 (#pragma weak handling changes in 4.0.0) | Richard Henderson | 1 | -0/+4 |
2004-11-18 | * cgraph.h: Replace "it's" with "its" throughout. | Ben Elliston | 1 | -4/+4 |
2004-11-08 | cgraph.h (cgraph_calls_p): Remove. | Ben Elliston | 1 | -1/+0 |
2004-10-25 | patch to remove the analysis of module level static variables. | Kenneth Zadeck | 1 | -84/+0 |
2004-09-20 | re PR middle-end/16460 (ICE when compiling glibc (ld-ctype.c)) | Jan Hubicka | 1 | -0/+1 |
2004-09-14 | cgraph.h, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2004-09-13 | New code to analyze file level static variables and to determine if... | Kenneth Zadeck | 1 | -0/+93 |
2004-09-10 | cgraph.h (cgraph_dump_file): Do not declare. | Paolo Bonzini | 1 | -1/+1 |
2004-07-15 | * Fix for g++/15861 | Frank Ch. Eigler | 1 | -1/+1 |
2004-07-01 | cgraph.h (cgraph_build_static_cdtor): Declare. | Richard Henderson | 1 | -0/+1 |
2004-05-22 | [multiple changes] | Zack Weinberg | 1 | -2/+0 |
2004-05-19 | * cgraph.c (hash_node, eq_node, cgraph_node, cgraph_remove_node) | Zack Weinberg | 1 | -2/+0 |
2004-05-13 | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 1 | -2/+1 |
2004-04-01 | cgraph.c: Add overall comment. | Jan Hubicka | 1 | -18/+27 |
2004-03-30 | gengtype.c (create_option): New function. | Zack Weinberg | 1 | -1/+1 |
2004-01-21 | alias.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2004-01-14 | cgraph.c (create_edge): Use local.redefined_extern_inline. | Jan Hubicka | 1 | -10/+14 |
2004-01-04 | Makefile.in (cgraph.o, [...]): Add intl.h dependency. | Jan Hubicka | 1 | -2/+4 |
2003-12-13 | c-typeck.c: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2003-10-22 | re PR debug/12389 ([testcase needed] ICE in gen_subprogram_die for nested fun... | Jan Hubicka | 1 | -0/+5 |
2003-09-25 | cgraph.h (cgraph_remove_edge): Declare. | Richard Sandiford | 1 | -0/+1 |
2003-09-13 | cgraphunit.c (cgraph_assemble_pending_functions): Export. | Richard Henderson | 1 | -0/+1 |
2003-09-11 | cgraphunit.c (cgraph_finalize_function): Add nested arg. | Richard Henderson | 1 | -1/+1 |
2003-09-10 | cgraph.h (struct cgraph_node): Rename lowered to analyzed. | Richard Henderson | 1 | -5/+4 |
2003-09-09 | cgraphunit.c (cgraph_finalize_function): Remove unused argument. | Richard Henderson | 1 | -1/+1 |
2003-09-04 | cgraph.c (cgraph_mark_reachable_node): Split out from ... | Richard Henderson | 1 | -1/+2 |
2003-08-16 | i386.c (ix86_fntype_regparm): Rename from ... | Jan Hubicka | 1 | -3/+0 |
2003-08-05 | tree.h (DID_INLINE_FUNC): Remove macro. | Steven Bosscher | 1 | -2/+2 |