summaryrefslogtreecommitdiff
path: root/gcc/cgraphunit.c
Commit message (Expand)AuthorAgeFilesLines
* Fix numerous IA-64 C++ failures, IA-64 bootstrap trouble.James E Wilson2005-04-061-0/+1
* cgraphunit.c, [...]: Fix comment typos.Kazu Hirata2005-04-011-5/+5
* [multiple changes]Jan Hubicka2005-03-301-9/+117
* cgraph.h (struct cgraph_node): Add alias.Richard Henderson2005-03-301-1/+3
* cgraphunit.c (cgraph_estimate_size_after_inlining): Compute call cost based o...Richard Guenther2005-03-221-2/+8
* re PR middle-end/15700 ([unit-at-a-time] Inlining problem leads to miscompila...Richard Henderson2005-03-161-0/+2
* cgraph.h (struct cgraph_edge): Add prev_caller and prev_callee fields.Richard Guenther2005-03-021-6/+3
* c-objc-common.h, [...]: Update copyright.Kazu Hirata2005-02-211-1/+1
* re PR tree-optimization/18947 ([non-UAAT] external inline and normal function...Jakub Jelinek2005-02-181-0/+10
* re PR middle-end/17982 (stop calling assemble_external before final assembly ...Zack Weinberg2004-12-081-0/+3
* * cgraphunit.c: Replace "it's" with "its" and fix a typo.Ben Elliston2004-11-181-3/+3
* patch to remove the analysis of module level static variables.Kenneth Zadeck2004-10-251-1062/+6
* alias.c, [...]: Fix comment formatting.Kazu Hirata2004-10-221-22/+22
* Speed up walk_tree by introducing a special-purpose hash table.Matt Austern2004-10-141-8/+6
* c-decl.c (c_expand_body): Update call tree_rest_of_compilation.Jan Hubicka2004-10-011-1/+1
* bitmap.h (EXECUTE_IF_SET_IN_BITMAP, [...]): Changed to iterator style.Zdenek Dvorak2004-09-261-26/+44
* re PR middle-end/16460 (ICE when compiling glibc (ld-ctype.c))Jan Hubicka2004-09-201-3/+7
* alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham2004-09-171-7/+7
* basic-block.h, [...]: Fix comment typos.Kazu Hirata2004-09-171-1/+1
* cgraph.h, [...]: Fix comment typos.Kazu Hirata2004-09-141-4/+4
* New code to analyze file level static variables and to determine if...Kenneth Zadeck2004-09-131-16/+1065
* cgraphunit.c, [...]: Fix comment typos.Kazu Hirata2004-09-101-1/+1
* cgraph.h (cgraph_dump_file): Do not declare.Paolo Bonzini2004-09-101-0/+9
* cgraphunit.c (cgraph_mark_functions_to_output): Renable node dumping for deve...Nathan Sidwell2004-09-091-3/+15
* cgraph.c (cgraph_remove_node): Free DECL_INITIAL field of node.Jan Hubicka2004-09-081-2/+8
* cfganal.c (flow_depth_first_order_compute, [...]): Use gcc_assert or gcc_unre...Nathan Sidwell2004-09-071-42/+33
* Unify the management of RTL and tree-level dump files.Paolo Bonzini2004-09-061-2/+2
* c-common.c, [...]: Fix comment typos.Kazu Hirata2004-09-051-1/+1
* c-common.h (lang_post_pch_load): New variable.Mark Mitchell2004-07-291-1/+6
* Remove obsolete text in comment.Richard Kenner2004-07-251-2/+1
* c-decl.c (start_function): Set DECL_ARTIFICIAL and DECL_IGNORED_P on the RESU...Richard Henderson2004-07-251-2/+6
* * Fix for g++/15861Frank Ch. Eigler2004-07-151-2/+2
* cgraph.h (cgraph_build_static_cdtor): Declare.Richard Henderson2004-07-011-0/+64
* Minor whitespace changesRichard Kenner2004-06-241-4/+6
* c-common.h (has_c_linkage): New interface.Zack Weinberg2004-06-201-2/+0
* cgraphunit.c (cgraph_decide_inlining): Adjust dump lines in always_inline pass.Eric Botcazou2004-06-061-3/+3
* bb-reorder.c, [...]: Fix comment formatting.Kazu Hirata2004-05-301-1/+1
* c-common.c, [...]: Fix comment typos.Kazu Hirata2004-05-301-2/+2
* [multiple changes]Zack Weinberg2004-05-221-8/+1
* * cgraph.c (hash_node, eq_node, cgraph_node, cgraph_remove_node)Zack Weinberg2004-05-191-3/+2
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-56/+172
* re PR rtl-optimization/14980 ([unit-at-a-time] complex_io.cc:69: error: Inlin...Jan Hubicka2004-05-051-1/+3
* bb-reorder.c, [...]: Fix comment typos.Kazu Hirata2004-04-301-6/+6
* builtins.c, [...]: Fix comment typos.Kazu Hirata2004-04-291-4/+4
* re PR c/15004 ([unit-at-a-time] no warning for unused paramater in static fun...Jan Hubicka2004-04-281-0/+5
* cgraph.c: Add overall comment.Jan Hubicka2004-04-011-560/+624
* c-common.c, [...]: Fix comment typos.Kazu Hirata2004-03-201-3/+3
* alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo...Roger Sayle2004-03-141-4/+4
* (c-decl.c, [...]): Replace DECL_SAVED_INSNS with DECL_STRUCT_FUNCTION.Steven Bosscher2004-02-171-3/+3
* c-common.c (shadow_warning): Delete.Zack Weinberg2004-02-081-3/+2