summaryrefslogtreecommitdiff
path: root/gcc/cgraph.c
Commit message (Expand)AuthorAgeFilesLines
...
* basic-block.h, [...]: Update copyright.Kazu Hirata2005-01-181-1/+1
* re PR c/19031 (#pragma weak handling changes in 4.0.0)Richard Henderson2005-01-011-0/+63
* c-cppbuiltin.c, [...]: Fix comment typos.Kazu Hirata2004-11-131-1/+1
* cgraph.h (cgraph_calls_p): Remove.Ben Elliston2004-11-081-15/+0
* patch to remove the analysis of module level static variables.Kenneth Zadeck2004-10-251-7/+0
* re PR middle-end/16460 (ICE when compiling glibc (ld-ctype.c))Jan Hubicka2004-09-201-0/+13
* New code to analyze file level static variables and to determine if...Kenneth Zadeck2004-09-131-0/+6
* cgraph.c (cgraph_remove_node): Free DECL_INITIAL field of node.Jan Hubicka2004-09-081-0/+1
* cfganal.c (flow_depth_first_order_compute, [...]): Use gcc_assert or gcc_unre...Nathan Sidwell2004-09-071-20/+13
* Unify the management of RTL and tree-level dump files.Paolo Bonzini2004-09-061-2/+2
* c-common.c, [...]: Fix comment typos.Kazu Hirata2004-05-301-1/+1
* [multiple changes]Zack Weinberg2004-05-221-28/+22
* * cgraph.c (hash_node, eq_node, cgraph_node, cgraph_remove_node)Zack Weinberg2004-05-201-18/+10
* * cgraph.c (hash_node, eq_node, cgraph_node, cgraph_remove_node)Zack Weinberg2004-05-191-122/+21
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-10/+0
* bb-reorder.c, [...]: Fix comment typos.Kazu Hirata2004-04-301-8/+8
* builtins.c, [...]: Fix comment typos.Kazu Hirata2004-04-291-5/+5
* cgraph.c: Add overall comment.Jan Hubicka2004-04-011-95/+281
* alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo...Roger Sayle2004-03-141-2/+2
* (c-decl.c, [...]): Replace DECL_SAVED_INSNS with DECL_STRUCT_FUNCTION.Steven Bosscher2004-02-171-1/+1
* re PR c++/12850 (memory consumption for heavy template instantiations tripled...Jan Hubicka2004-01-291-0/+3
* cgraph.c (cgraph_remove_node): Fix removal from linked list.Jan Hubicka2004-01-191-1/+1
* cgraph.c (create_edge): Use local.redefined_extern_inline.Jan Hubicka2004-01-141-0/+3
* Makefile.in (cgraph.o, [...]): Add intl.h dependency.Jan Hubicka2004-01-041-4/+11
* re PR rtl-optimization/13473 (cc1 segfault w/-march=pentium4)Jan Hubicka2004-01-011-2/+4
* alias.c: Fix comment formatting.Kazu Hirata2003-12-211-1/+1
* * cgraph.c (change_decl_assembler_name): Avoid bogus warnings.Jan Hubicka2003-11-181-1/+2
* re PR rtl-optimization/12275 ([unit-at-a-time] ICE in htab_clear_slot)Jan Hubicka2003-11-131-2/+78
* cgraphunit.c (cgraph_function_possibly_inlined_p): Use really_no_inline.Jan Hubicka2003-11-111-1/+1
* 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