aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraph.c
AgeCommit message (Expand)AuthorFilesLines
2003-08-19cgraph.c (cgraph_mark_needed_node): Call notice_global_symbol.Jan Hubicka1-0/+2
2003-08-16i386.c (ix86_fntype_regparm): Rename from ...Jan Hubicka1-10/+15
2003-08-05tree.h (DID_INLINE_FUNC): Remove macro.Steven Bosscher1-1/+1
2003-07-31cgraph.c (create_edge): Fix typo.Jan Hubicka1-1/+1
2003-07-18* cgraph.c (cgraph_remove_node): Clear the hash table slot.Jan Hubicka1-0/+6
2003-07-12fp-test.c (main): Use ISO C90 prototype.Andreas Jaeger1-43/+25
2003-07-12cgraph.c (cgraph_max_uid): New global variable.Jan Hubicka1-2/+40
2003-07-09cgraph.c (cgraph_node_name): New function.Jan Hubicka1-7/+11
2003-07-02cgraph.c (cgraph_mark_needed_node, [...]): Use next_needed field instead of a...Jan Hubicka1-5/+5
2003-06-30Makefile.in (GTFILES): Add cgraph.h.Jan Hubicka1-47/+33
2003-06-28builtins.c: Follow spelling conventions.Kazu Hirata1-1/+1
2003-06-27cgraph.c (cgraph_node, [...]): Avoid re-initializing of known_decls.Jan Hubicka1-2/+4
2003-06-24Makefile.in (cgraph.o): Depend on output.h, not depend on tree-inline.hJan Hubicka1-8/+145
2003-06-23cgraph.c (cgraph_nodes_queue): Declare.Jan Hubicka1-2/+52
2003-06-16decl.c, [...]: Don't use the PTR macro.Kaveh R. Ghazi1-5/+5
2003-06-12ChangeLog: Follow spelling conventions.Kazu Hirata1-1/+1
2003-03-08Makefile.in (cgraph.o): Depend on gt-cgraph.h and varray.h.Jan Hubicka1-1/+18
2003-03-08inline-3.c: New test.Jan Hubicka1-3/+37
2003-03-06* cgraph.c (cgraph_node): Do not confuse nested functions and methods.Jan Hubicka1-1/+1
2003-03-05Makefile.in (calls.o, [...]): Depend on cgraph.hJan Hubicka1-0/+16
2003-03-05i386-local.c: New.Jan Hubicka1-0/+30
2003-02-22expmed.c (expand_divmod): Undo sign extensions for unsigned operandsJan Hubicka1-371/+6
2003-02-19cgraph.c (NPREDECESORC, [...]): Kill.Jan Hubicka1-39/+53
2003-02-13cgraph.c (SET_NPREDECESORS): Add intermediate cast to size_t.Andreas Schwab1-2/+2
2003-02-12Makefile.in (CRTSTUFF_CFLAGS): Add -fno-unit-at-a-timeJan Hubicka1-0/+563