Age | Commit message (Expand) | Author | Files | Lines |
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 |
2003-07-12 | fp-test.c (main): Use ISO C90 prototype. | Andreas Jaeger | 1 | -17/+17 |
2003-07-12 | cgraph.c (cgraph_max_uid): New global variable. | Jan Hubicka | 1 | -5/+26 |
2003-07-11 | Index: ChangeLog | Geoffrey Keating | 1 | -1/+1 |
2003-07-09 | cgraph.c (cgraph_node_name): New function. | Jan Hubicka | 1 | -0/+2 |
2003-07-02 | cgraph.c (cgraph_mark_needed_node, [...]): Use next_needed field instead of a... | Jan Hubicka | 1 | -1/+4 |
2003-07-02 | cgraphunit.c (cgraph_finalize_function): Set finalized. | Jan Hubicka | 1 | -0/+2 |
2003-07-01 | basic-block.h: Fix comment typos. | Kazu Hirata | 1 | -4/+4 |
2003-06-30 | Makefile.in (GTFILES): Add cgraph.h. | Jan Hubicka | 1 | -16/+19 |
2003-06-24 | Makefile.in (cgraph.o): Depend on output.h, not depend on tree-inline.h | Jan Hubicka | 1 | -0/+27 |
2003-06-23 | cgraph.c (cgraph_nodes_queue): Declare. | Jan Hubicka | 1 | -0/+2 |
2003-03-08 | inline-3.c: New test. | Jan Hubicka | 1 | -3/+8 |
2003-03-05 | Makefile.in (calls.o, [...]): Depend on cgraph.h | Jan Hubicka | 1 | -0/+11 |
2003-03-05 | i386-local.c: New. | Jan Hubicka | 1 | -0/+26 |
2003-02-22 | expmed.c (expand_divmod): Undo sign extensions for unsigned operands | Jan Hubicka | 1 | -0/+80 |