aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraphunit.c
AgeCommit message (Expand)Author
2005-07-27This commit was manufactured by cvs2svn to create branchno-author
2003-10-22 PR debug/12389Jan Hubicka
2003-10-20 * toplev.c (rest_of_compilation): Fix webizer pass ordering.Jan Hubicka
2003-10-12 * cgraphunit.c (cgraph_decide_inlining): Fix uninitialized variableJan Hubicka
2003-10-05 * c-pretty-print.c: Fix comment typos.Kazu Hirata
2003-09-262003-09-23 Kelley Cook <kelleycook@wideopenwest.com>Kelley Cook
2003-09-25 * cgraph.h (cgraph_remove_edge): Declare.Richard Sandiford
2003-09-242003-09-23 Kelley Cook <kelleycook@wideopenwest.com>Kelley Cook
2003-09-13 * cgraphunit.c (cgraph_assemble_pending_functions): Export.Richard Henderson
2003-09-11 * cgraphunit.c (cgraph_finalize_function): Add nested arg.Richard Henderson
2003-09-10 * cgraph.h (struct cgraph_node): Rename lowered to analyzed.Richard Henderson
2003-09-10 * cgraphunit.c (cgraph_finalize_function): Remove unused argument.Richard Henderson
2003-09-09 * cgraphunit.c (cgraph_finalize_function): Fix handling of externJan Hubicka
2003-09-09 * cgraph.c (cgraph_varpool_finalize_decl): Sanity check duplicatedJan Hubicka
2003-09-05 * cgraph.c (cgraph_mark_reachable_node): Split out from ...Richard Henderson
2003-09-03* cgraphunit.c (visited_nodes): New static variable.Jeff Sturm
2003-09-03 * Makefile.in (c-objc-common.o): Kill gt-c-objc-common.h dependency.Jan Hubicka
2003-09-02* cgraphunit.c (record_call_1): Use walk_tree_without_duplicates.Jeff Sturm
2003-08-19 * builtins.c: Fix comment typos.Kazu Hirata
2003-08-16 * i386.c (ix86_fntype_regparm): Rename from ...Jan Hubicka
2003-08-052003-08-05 Steven Bosscher <steven@gcc.gnu.org>Steven Bosscher
2003-07-21 * cgraphunit.c (cgraph_finalize_compilation_unit): Remove redundant if.Jan Hubicka
2003-07-13 * cgraphunit.c: Convert prototypes to ISO C90.Andreas Jaeger
2003-07-12* cgraphunit.c (cgraph_inlined_into, cgraph_inlined_calees): FixJan Hubicka
2003-07-12 * cgraph.c (cgraph_max_uid): New global variable.Jan Hubicka
2003-07-11Index: ChangeLogGeoffrey Keating
2003-07-09 * cgraph.c (cgraph_node_name): New function.Jan Hubicka
2003-07-02 * cgraphunit.c (cgraph_finalize_unit): Set current_function_declJan Hubicka
2003-07-02 * cgraph.c (cgraph_mark_needed_node, cgraph_varpool_mark_needed_node,Jan Hubicka
2003-07-02 * cgraphunit.c (cgraph_finalize_function): Set finalized.Jan Hubicka
2003-07-01 * basic-block.h: Fix comment typos.Kazu Hirata
2003-06-24 * Makefile.in (cgraph.o): Depend on output.h, not depend onJan Hubicka
2003-06-23 * cgraph.c (cgraph_nodes_queue): Declare.Jan Hubicka
2003-05-122003-05-10 Steven Bosscher <steven@gcc.gnu.org>Steven Bosscher
2003-03-15 * c-cppbuiltin.c (builtin_define_with_value_n): Fix whitespace.Roger Sayle
2003-03-08 * gcc.dg/inline-3.c: New test.Jan Hubicka
2003-03-05 * gcc.dg/i386-local.c: New.Jan Hubicka
2003-02-22 * expmed.c (expand_divmod): Undo sign extensions for unsigned operandsJan Hubicka