summaryrefslogtreecommitdiff
path: root/gcc/cgraph.c
Commit message (Expand)AuthorAgeFilesLines
* cgraph.c (cgraph_function_possibly_inlined_p): Be conservative when global in...Jan Hubicka2003-10-221-3/+1
* re PR debug/12389 ([testcase needed] ICE in gen_subprogram_die for nested fun...Jan Hubicka2003-10-221-0/+10
* cgraph.c (cgraph_node): Use INSERT instead of 1 in htab_find_slot_with_hash.Josef Zlomek2003-10-021-5/+5
* cgraph.c (dump_cgraph): Don't output newline before dump.Kelley Cook2003-09-261-4/+6
* cgraph.h (cgraph_remove_edge): Declare.Richard Sandiford2003-09-251-2/+1
* * cgraph.c: Fix typo in debugging output.Kelley Cook2003-09-191-1/+1
* cgraph.c (cgraph_varpool_finalize_decl): Sanity check duplicated finalization.Jan Hubicka2003-09-091-2/+8
* cgraph.c (cgraph_mark_reachable_node): Only enqueue finalized functions.Jan Hubicka2003-09-061-2/+3
* cgraph.c (cgraph_mark_reachable_node): Split out from ...Richard Henderson2003-09-041-7/+13
* cgraph.c (cgraph_mark_needed_node): Call notice_global_symbol.Jan Hubicka2003-08-191-0/+2
* i386.c (ix86_fntype_regparm): Rename from ...Jan Hubicka2003-08-161-10/+15
* tree.h (DID_INLINE_FUNC): Remove macro.Steven Bosscher2003-08-051-1/+1
* cgraph.c (create_edge): Fix typo.Jan Hubicka2003-07-311-1/+1
* * cgraph.c (cgraph_remove_node): Clear the hash table slot.Jan Hubicka2003-07-181-0/+6
* fp-test.c (main): Use ISO C90 prototype.Andreas Jaeger2003-07-121-43/+25
* cgraph.c (cgraph_max_uid): New global variable.Jan Hubicka2003-07-121-2/+40
* cgraph.c (cgraph_node_name): New function.Jan Hubicka2003-07-091-7/+11
* cgraph.c (cgraph_mark_needed_node, [...]): Use next_needed field instead of a...Jan Hubicka2003-07-021-5/+5
* Makefile.in (GTFILES): Add cgraph.h.Jan Hubicka2003-06-301-47/+33
* builtins.c: Follow spelling conventions.Kazu Hirata2003-06-281-1/+1
* cgraph.c (cgraph_node, [...]): Avoid re-initializing of known_decls.Jan Hubicka2003-06-271-2/+4
* Makefile.in (cgraph.o): Depend on output.h, not depend on tree-inline.hJan Hubicka2003-06-241-8/+145
* cgraph.c (cgraph_nodes_queue): Declare.Jan Hubicka2003-06-231-2/+52
* decl.c, [...]: Don't use the PTR macro.Kaveh R. Ghazi2003-06-161-5/+5
* ChangeLog: Follow spelling conventions.Kazu Hirata2003-06-121-1/+1
* Makefile.in (cgraph.o): Depend on gt-cgraph.h and varray.h.Jan Hubicka2003-03-081-1/+18
* inline-3.c: New test.Jan Hubicka2003-03-081-3/+37
* * cgraph.c (cgraph_node): Do not confuse nested functions and methods.Jan Hubicka2003-03-061-1/+1
* Makefile.in (calls.o, [...]): Depend on cgraph.hJan Hubicka2003-03-051-0/+16
* i386-local.c: New.Jan Hubicka2003-03-051-0/+30
* expmed.c (expand_divmod): Undo sign extensions for unsigned operandsJan Hubicka2003-02-221-371/+6
* cgraph.c (NPREDECESORC, [...]): Kill.Jan Hubicka2003-02-191-39/+53
* cgraph.c (SET_NPREDECESORS): Add intermediate cast to size_t.Andreas Schwab2003-02-131-2/+2
* Makefile.in (CRTSTUFF_CFLAGS): Add -fno-unit-at-a-timeJan Hubicka2003-02-121-0/+563