summaryrefslogtreecommitdiff
path: root/gcc/cgraph.c
Commit message (Expand)AuthorAgeFilesLines
...
* PR opt/13473hubicka2004-01-011-2/+4
* * alias.c: Fix comment formatting.kazu2003-12-211-1/+1
* * cgraph.c (change_decl_assembler_name): Avoid bogus warnings.hubicka2003-11-181-1/+2
* PR opt/12275hubicka2003-11-131-2/+78
* * cgraphunit.c (cgraph_function_possibly_inlined_p): Usehubicka2003-11-111-1/+1
* * cgraph.c (cgraph_function_possibly_inlined_p): Be conservative whenhubicka2003-10-221-3/+1
* PR debug/12389hubicka2003-10-221-0/+10
* * cgraph.c (cgraph_node): Use INSERT instead of 1 inzlomek2003-10-021-5/+5
* 2003-09-23 Kelley Cook <kelleycook@wideopenwest.com>kcook2003-09-261-4/+6
* * cgraph.h (cgraph_remove_edge): Declare.rsandifo2003-09-251-2/+1
* * cgraph.c: Fix typo in debugging output.kcook2003-09-191-1/+1
* * cgraph.c (cgraph_varpool_finalize_decl): Sanity check duplicatedhubicka2003-09-091-2/+8
* * cgraph.c (cgraph_mark_reachable_node): Only enqueue finalizedhubicka2003-09-061-2/+3
* * cgraph.c (cgraph_mark_reachable_node): Split out from ...rth2003-09-051-7/+13
* * cgraph.c (cgraph_mark_needed_node): Call notice_global_symbol.hubicka2003-08-191-0/+2
* * i386.c (ix86_fntype_regparm): Rename from ...hubicka2003-08-161-10/+15
* 2003-08-05 Steven Bosscher <steven@gcc.gnu.org>steven2003-08-051-1/+1
* * cgraph.c (create_edge): Fix typo.hubicka2003-07-311-1/+1
* * cgraph.c (cgraph_remove_node): Clear the hash table slot.hubicka2003-07-181-0/+6
* * fp-test.c (main): Use ISO C90 prototype.aj2003-07-121-43/+25
* * cgraph.c (cgraph_max_uid): New global variable.hubicka2003-07-121-2/+40
* * cgraph.c (cgraph_node_name): New function.hubicka2003-07-091-7/+11
* * cgraph.c (cgraph_mark_needed_node, cgraph_varpool_mark_needed_node,hubicka2003-07-021-5/+5
* * Makefile.in (GTFILES): Add cgraph.h.hubicka2003-06-301-47/+33
* * builtins.c: Follow spelling conventions.kazu2003-06-281-1/+1
* * cgraph.c (cgraph_node, cgraph_varpool_node): Avoid re-initializinghubicka2003-06-271-2/+4
* * Makefile.in (cgraph.o): Depend on output.h, not depend onhubicka2003-06-241-8/+145
* * cgraph.c (cgraph_nodes_queue): Declare.hubicka2003-06-231-2/+52
* cp:ghazi2003-06-161-5/+5
* * ChangeLog: Follow spelling conventions.kazu2003-06-121-1/+1
* * Makefile.in (cgraph.o): Depend on gt-cgraph.h and varray.h.hubicka2003-03-081-1/+18
* * gcc.dg/inline-3.c: New test.hubicka2003-03-081-3/+37
* * cgraph.c (cgraph_node): Do not confuse nested functions and methods.hubicka2003-03-061-1/+1
* * Makefile.in (calls.o, toplev.o alias.o): Depend on cgraph.hhubicka2003-03-051-0/+16
* * gcc.dg/i386-local.c: New.hubicka2003-03-051-0/+30
* * expmed.c (expand_divmod): Undo sign extensions for unsigned operandshubicka2003-02-221-371/+6
* * cgraph.c (NPREDECESORC, SET_NPREDECESORS): Kill.hubicka2003-02-191-39/+53
* * cgraph.c (SET_NPREDECESORS): Add intermediate cast to size_t.schwab2003-02-131-2/+2
* * Makefile.in (CRTSTUFF_CFLAGS): Add -fno-unit-at-a-timehubicka2003-02-121-0/+563