aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraphunit.c
AgeCommit message (Expand)AuthorFilesLines
2003-09-02cgraphunit.c (record_call_1): Use walk_tree_without_duplicates.Jeff Sturm1-2/+3
2003-08-19builtins.c: Fix comment typos.Kazu Hirata1-5/+5
2003-08-16i386.c (ix86_fntype_regparm): Rename from ...Jan Hubicka1-54/+50
2003-08-05tree.h (DID_INLINE_FUNC): Remove macro.Steven Bosscher1-13/+13
2003-07-21* cgraphunit.c (cgraph_finalize_compilation_unit): Remove redundant if.Jan Hubicka1-3/+2
2003-07-13* cgraphunit.c: Convert prototypes to ISO C90.Andreas Jaeger1-39/+26
2003-07-12cgraphunit.c (cgraph_inlined_into, [...]): Fix warning.Jan Hubicka1-2/+2
2003-07-12cgraph.c (cgraph_max_uid): New global variable.Jan Hubicka1-113/+731
2003-07-11Index: ChangeLogGeoffrey Keating1-1/+2
2003-07-09cgraph.c (cgraph_node_name): New function.Jan Hubicka1-16/+48
2003-07-02cgraphunit.c (cgraph_finalize_unit): Set current_function_decl before calling...Jan Hubicka1-0/+1
2003-07-02cgraph.c (cgraph_mark_needed_node, [...]): Use next_needed field instead of a...Jan Hubicka1-1/+1
2003-07-02cgraphunit.c (cgraph_finalize_function): Set finalized.Jan Hubicka1-9/+10
2003-07-01basic-block.h: Fix comment typos.Kazu Hirata1-3/+3
2003-06-24Makefile.in (cgraph.o): Depend on output.h, not depend on tree-inline.hJan Hubicka1-1/+6
2003-06-23cgraph.c (cgraph_nodes_queue): Declare.Jan Hubicka1-63/+50
2003-05-12cgraphunit.c (cgraph_create_edges): Drop walk_tree in favor of walk_tree_with...Steven Bosscher1-24/+50
2003-03-15c-cppbuiltin.c (builtin_define_with_value_n): Fix whitespace.Roger Sayle1-1/+1
2003-03-08inline-3.c: New test.Jan Hubicka1-6/+71
2003-03-05i386-local.c: New.Jan Hubicka1-12/+55
2003-02-22expmed.c (expand_divmod): Undo sign extensions for unsigned operandsJan Hubicka1-0/+360