summaryrefslogtreecommitdiff
path: root/gcc/cgraphunit.c
Commit message (Expand)AuthorAgeFilesLines
* 2003-09-23 Kelley Cook <kelleycook@wideopenwest.com>kcook2003-09-261-40/+78
* * cgraph.h (cgraph_remove_edge): Declare.rsandifo2003-09-251-1/+1
* 2003-09-23 Kelley Cook <kelleycook@wideopenwest.com>kcook2003-09-241-3/+3
* * cgraphunit.c (cgraph_assemble_pending_functions): Export.rth2003-09-131-4/+14
* * cgraphunit.c (cgraph_finalize_function): Add nested arg.rth2003-09-111-19/+26
* * cgraph.h (struct cgraph_node): Rename lowered to analyzed.rth2003-09-101-38/+60
* * cgraphunit.c (cgraph_finalize_function): Remove unused argument.rth2003-09-101-1/+1
* * cgraphunit.c (cgraph_finalize_function): Fix handling of externhubicka2003-09-091-18/+26
* * cgraph.c (cgraph_varpool_finalize_decl): Sanity check duplicatedhubicka2003-09-091-13/+65
* * cgraph.c (cgraph_mark_reachable_node): Split out from ...rth2003-09-051-38/+73
* * cgraphunit.c (visited_nodes): New static variable.jsturm2003-09-031-3/+13
* * Makefile.in (c-objc-common.o): Kill gt-c-objc-common.h dependency.hubicka2003-09-031-8/+46
* * cgraphunit.c (record_call_1): Use walk_tree_without_duplicates.jsturm2003-09-021-2/+3
* * builtins.c: Fix comment typos.kazu2003-08-191-5/+5
* * i386.c (ix86_fntype_regparm): Rename from ...hubicka2003-08-161-54/+50
* 2003-08-05 Steven Bosscher <steven@gcc.gnu.org>steven2003-08-051-13/+13
* * cgraphunit.c (cgraph_finalize_compilation_unit): Remove redundant if.hubicka2003-07-211-3/+2
* * cgraphunit.c: Convert prototypes to ISO C90.aj2003-07-131-39/+26
* * cgraphunit.c (cgraph_inlined_into, cgraph_inlined_calees): Fixhubicka2003-07-121-2/+2
* * cgraph.c (cgraph_max_uid): New global variable.hubicka2003-07-121-113/+731
* Index: ChangeLoggeoffk2003-07-111-1/+2
* * cgraph.c (cgraph_node_name): New function.hubicka2003-07-091-16/+48
* * cgraphunit.c (cgraph_finalize_unit): Set current_function_declhubicka2003-07-021-0/+1
* * cgraph.c (cgraph_mark_needed_node, cgraph_varpool_mark_needed_node,hubicka2003-07-021-1/+1
* * cgraphunit.c (cgraph_finalize_function): Set finalized.hubicka2003-07-021-9/+10
* * basic-block.h: Fix comment typos.kazu2003-07-011-3/+3
* * Makefile.in (cgraph.o): Depend on output.h, not depend onhubicka2003-06-241-1/+6
* * cgraph.c (cgraph_nodes_queue): Declare.hubicka2003-06-231-63/+50
* 2003-05-10 Steven Bosscher <steven@gcc.gnu.org>steven2003-05-121-24/+50
* * c-cppbuiltin.c (builtin_define_with_value_n): Fix whitespace.sayle2003-03-151-1/+1
* * gcc.dg/inline-3.c: New test.hubicka2003-03-081-6/+71
* * gcc.dg/i386-local.c: New.hubicka2003-03-051-12/+55
* * expmed.c (expand_divmod): Undo sign extensions for unsigned operandshubicka2003-02-221-0/+360