OSDN Git Service

2005-05-10 Adrian Straetling <straetling@de.ibm.com>
[pf3gnuchains/gcc-fork.git] / gcc / cgraph.h
2005-04-24 jakub PR middle-end/20991
2005-04-22 hubicka * Makefile.in (ipa.o, ipa-inline.o): New files.
2005-03-30 hubicka2005-03-31 Jan Hubicka <jh@suse.cz>
2005-03-30 rth * cgraph.h (struct cgraph_node): Add alias.
2005-03-29 jakub PR middle-end/20622
2005-03-20 hubicka * cgraph.h (cgraph_node): Add prev_clone pointer.
2005-03-02 rguenth2005-03-02 Richard Guenther <rguenth@gcc.gnu.org>
2005-01-23 kazu * cgraph.c (cgraph_varpool_n_nodes): Remove.
2005-01-18 kazu * basic-block.h, c-common.c, c-cppbuiltin.c, c-lang.c,
2005-01-02 rth PR c/19031
2004-11-18 bje * cgraph.h: Replace "it's" with "its" throughout.
2004-11-08 bje * cgraph.h (cgraph_calls_p): Remove.
2004-10-25 zadeckpatch to remove the analysis of module level static...
2004-09-20 hubicka PR middle-end/16460
2004-09-14 kazu * cgraph.h, cgraphunit.c, fold-const.c, lambda-mat.c,
2004-09-13 zadeckNew code to analyze file level static variables and...
2004-09-10 bonzini2004-09-10 Paolo Bonzini <bonzini@gnu.org>
2004-07-15 fche* Fix for g++/15861
2004-07-01 rth * cgraph.h (cgraph_build_static_cdtor): Declare.
2004-05-22 zack2004-05-22 Andrew Pinski <pinskia@physics.uc.edu>
2004-05-19 zack * cgraph.c (hash_node, eq_node, cgraph_node, cgraph_re...
2004-05-13 dnovilloMerge tree-ssa-20020619-branch into mainline.
2004-04-01 hubicka * cgraph.c: Add overall comment.
2004-03-30 zack * gengtype.c (create_option): New function.
2004-01-21 kazu * alias.c, basic-block.h, c-common.c, c-common.h,
2004-01-14 hubicka * cgraph.c (create_edge): Use local.redefined_extern_i...
2004-01-04 hubicka * Makefile.in (cgraph.o, cgraphunit.o): Add intl.h...
2003-12-13 kazu * c-typeck.c: Fix comment typos.
2003-10-22 hubicka PR debug/12389
2003-09-25 rsandifo * cgraph.h (cgraph_remove_edge): Declare.
2003-09-13 rth * cgraphunit.c (cgraph_assemble_pending_functio...
2003-09-11 rth * cgraphunit.c (cgraph_finalize_function):...
2003-09-10 rth * cgraph.h (struct cgraph_node): Rename lowered...
2003-09-10 rth * cgraphunit.c (cgraph_finalize_function):...
2003-09-05 rth * cgraph.c (cgraph_mark_reachable_node): Split...
2003-08-16 hubicka * i386.c (ix86_fntype_regparm): Rename from ...
2003-08-05 steven2003-08-05 Steven Bosscher <steven@gcc.gnu.org>
2003-07-12 aj * fp-test.c (main): Use ISO C90 prototype.
2003-07-12 hubicka * cgraph.c (cgraph_max_uid): New global variable.
2003-07-11 geoffkIndex: ChangeLog
2003-07-09 hubicka * cgraph.c (cgraph_node_name): New function.
2003-07-02 hubicka * cgraph.c (cgraph_mark_needed_node, cgraph_varpool_ma...
2003-07-02 hubicka * cgraphunit.c (cgraph_finalize_function): Set finalized.
2003-07-01 kazu * basic-block.h: Fix comment typos.
2003-06-30 hubicka * Makefile.in (GTFILES): Add cgraph.h.
2003-06-24 hubicka * Makefile.in (cgraph.o): Depend on output.h, not...
2003-06-23 hubicka * cgraph.c (cgraph_nodes_queue): Declare.
2003-03-08 hubicka * gcc.dg/inline-3.c: New test.
2003-03-05 hubicka * Makefile.in (calls.o, toplev.o alias.o): Depend...
2003-03-05 hubicka * gcc.dg/i386-local.c: New.
2003-02-22 hubicka * expmed.c (expand_divmod): Undo sign extensions for...