| Commit message (Expand) | Author | Age | Files | Lines |
* | * c-common.c, calls.c, cfgcleanup.c, cgraph.c, cgraphunit.c, | kazu | 2004-05-30 | 1 | -1/+1 |
* | 2004-05-22 Andrew Pinski <pinskia@physics.uc.edu> | zack | 2004-05-22 | 1 | -28/+22 |
* | * cgraph.c (hash_node, eq_node, cgraph_node, cgraph_remove_node) | zack | 2004-05-20 | 1 | -18/+10 |
* | * cgraph.c (hash_node, eq_node, cgraph_node, cgraph_remove_node) | zack | 2004-05-19 | 1 | -122/+21 |
* | Merge tree-ssa-20020619-branch into mainline. | dnovillo | 2004-05-13 | 1 | -10/+0 |
* | * bb-reorder.c, c-opts.c, cfglayout.c, cgraph.c, cgraphunit.c, | kazu | 2004-04-30 | 1 | -8/+8 |
* | * builtins.c, cgraph.c, cgraphunit.c, final.c, fold-const.c: | kazu | 2004-04-29 | 1 | -5/+5 |
* | * cgraph.c: Add overall comment. | hubicka | 2004-04-01 | 1 | -95/+281 |
* | * alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () | sayle | 2004-03-14 | 1 | -2/+2 |
* | * (c-decl.c, c-semantics.c, calls.c, cgraph.c, cgraphunit.c, | steven | 2004-02-17 | 1 | -1/+1 |
* | PR c++/12850 | hubicka | 2004-01-29 | 1 | -0/+3 |
* | * cgraph.c (cgraph_remove_node): Fix removal from linked list. | hubicka | 2004-01-19 | 1 | -1/+1 |
* | * cgraph.c (create_edge): Use local.redefined_extern_inline. | hubicka | 2004-01-14 | 1 | -0/+3 |
* | * Makefile.in (cgraph.o, cgraphunit.o): Add intl.h dependency. | hubicka | 2004-01-04 | 1 | -4/+11 |
* | PR opt/13473 | hubicka | 2004-01-01 | 1 | -2/+4 |
* | * alias.c: Fix comment formatting. | kazu | 2003-12-21 | 1 | -1/+1 |
* | * cgraph.c (change_decl_assembler_name): Avoid bogus warnings. | hubicka | 2003-11-18 | 1 | -1/+2 |
* | PR opt/12275 | hubicka | 2003-11-13 | 1 | -2/+78 |
* | * cgraphunit.c (cgraph_function_possibly_inlined_p): Use | hubicka | 2003-11-11 | 1 | -1/+1 |
* | * cgraph.c (cgraph_function_possibly_inlined_p): Be conservative when | hubicka | 2003-10-22 | 1 | -3/+1 |
* | PR debug/12389 | hubicka | 2003-10-22 | 1 | -0/+10 |
* | * cgraph.c (cgraph_node): Use INSERT instead of 1 in | zlomek | 2003-10-02 | 1 | -5/+5 |
* | 2003-09-23 Kelley Cook <kelleycook@wideopenwest.com> | kcook | 2003-09-26 | 1 | -4/+6 |
* | * cgraph.h (cgraph_remove_edge): Declare. | rsandifo | 2003-09-25 | 1 | -2/+1 |
* | * cgraph.c: Fix typo in debugging output. | kcook | 2003-09-19 | 1 | -1/+1 |
* | * cgraph.c (cgraph_varpool_finalize_decl): Sanity check duplicated | hubicka | 2003-09-09 | 1 | -2/+8 |
* | * cgraph.c (cgraph_mark_reachable_node): Only enqueue finalized | hubicka | 2003-09-06 | 1 | -2/+3 |
* | * cgraph.c (cgraph_mark_reachable_node): Split out from ... | rth | 2003-09-05 | 1 | -7/+13 |
* | * cgraph.c (cgraph_mark_needed_node): Call notice_global_symbol. | hubicka | 2003-08-19 | 1 | -0/+2 |
* | * i386.c (ix86_fntype_regparm): Rename from ... | hubicka | 2003-08-16 | 1 | -10/+15 |
* | 2003-08-05 Steven Bosscher <steven@gcc.gnu.org> | steven | 2003-08-05 | 1 | -1/+1 |
* | * cgraph.c (create_edge): Fix typo. | hubicka | 2003-07-31 | 1 | -1/+1 |
* | * cgraph.c (cgraph_remove_node): Clear the hash table slot. | hubicka | 2003-07-18 | 1 | -0/+6 |
* | * fp-test.c (main): Use ISO C90 prototype. | aj | 2003-07-12 | 1 | -43/+25 |
* | * cgraph.c (cgraph_max_uid): New global variable. | hubicka | 2003-07-12 | 1 | -2/+40 |
* | * cgraph.c (cgraph_node_name): New function. | hubicka | 2003-07-09 | 1 | -7/+11 |
* | * cgraph.c (cgraph_mark_needed_node, cgraph_varpool_mark_needed_node, | hubicka | 2003-07-02 | 1 | -5/+5 |
* | * Makefile.in (GTFILES): Add cgraph.h. | hubicka | 2003-06-30 | 1 | -47/+33 |
* | * builtins.c: Follow spelling conventions. | kazu | 2003-06-28 | 1 | -1/+1 |
* | * cgraph.c (cgraph_node, cgraph_varpool_node): Avoid re-initializing | hubicka | 2003-06-27 | 1 | -2/+4 |
* | * Makefile.in (cgraph.o): Depend on output.h, not depend on | hubicka | 2003-06-24 | 1 | -8/+145 |
* | * cgraph.c (cgraph_nodes_queue): Declare. | hubicka | 2003-06-23 | 1 | -2/+52 |
* | cp: | ghazi | 2003-06-16 | 1 | -5/+5 |
* | * ChangeLog: Follow spelling conventions. | kazu | 2003-06-12 | 1 | -1/+1 |
* | * Makefile.in (cgraph.o): Depend on gt-cgraph.h and varray.h. | hubicka | 2003-03-08 | 1 | -1/+18 |
* | * gcc.dg/inline-3.c: New test. | hubicka | 2003-03-08 | 1 | -3/+37 |
* | * cgraph.c (cgraph_node): Do not confuse nested functions and methods. | hubicka | 2003-03-06 | 1 | -1/+1 |
* | * Makefile.in (calls.o, toplev.o alias.o): Depend on cgraph.h | hubicka | 2003-03-05 | 1 | -0/+16 |
* | * gcc.dg/i386-local.c: New. | hubicka | 2003-03-05 | 1 | -0/+30 |
* | * expmed.c (expand_divmod): Undo sign extensions for unsigned operands | hubicka | 2003-02-22 | 1 | -371/+6 |