aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraphunit.c
AgeCommit message (Expand)AuthorFilesLines
2005-06-28cgraph.c (cgraph_remove_node): Do not release function bodies until full cgra...Jan Hubicka1-12/+69
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-24tree-optimize.c (init_tree_optimization_passes): Fix flags of all_passes and ...Jan Hubicka1-4/+23
2005-06-12cgraphunit.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-06-09cgraphunit.c (cgraph_create_edges): Do not walk BLOCK; finalize local statics...Jan Hubicka1-18/+19
2005-06-04cgraphunit.c (cgraph_reset_node): Break out from ...Jan Hubicka1-51/+64
2005-06-03cgraph.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-06-02cgraphunit.c (cgraph_function_and_variable_visibility): Extern inline functio...Jan Hubicka1-0/+1
2005-06-02cgraph.c (cgraph_node): Maintain master clones.Jan Hubicka1-0/+5
2005-06-02cgraphunit.c (cgraph_function_and_variable_visibility): Fix typo in previous ...Jan Hubicka1-1/+1
2005-06-02cgraph.c (dump_cgraph_node): Print new flags.Jan Hubicka1-19/+52
2005-05-29cgraphunit.c, [...]: Fix typos and follow spelling conventions in error/dump ...Kazu Hirata1-1/+1
2005-05-27cgraph.c: Include tree-gimple.hJan Hubicka1-116/+91
2005-05-26c-common.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-05-20* cgraphunit.c (cgraph_expand_function): Force function being lowered.Jan Hubicka1-0/+2
2005-05-19basic-block.h (REG_BR_PROB_BASE): Define.Jan Hubicka1-34/+13
2005-05-17cgraph.h (cgraph_node): Add 'lowered' state.Steven Bosscher1-5/+77
2005-04-22Makefile.in (ipa.o, [...]): New files.Jan Hubicka1-839/+0
2005-04-21cgraphunit.c: Include tree-pass.h (cgraph_decide_recursive_inlining...Jan Hubicka1-39/+62
2005-04-18cgraphunit.c (cgraph_finalize_compilation_unit): Fix a comment typo.Tom Tromey1-1/+1
2005-04-13* cgraphunit.c (INSNS_PER_CALL): Remove.Kazu Hirata1-2/+0
2005-04-06Fix numerous IA-64 C++ failures, IA-64 bootstrap trouble.James E Wilson1-0/+1
2005-04-01cgraphunit.c, [...]: Fix comment typos.Kazu Hirata1-5/+5
2005-03-30[multiple changes]Jan Hubicka1-9/+117
2005-03-30cgraph.h (struct cgraph_node): Add alias.Richard Henderson1-1/+3
2005-03-22cgraphunit.c (cgraph_estimate_size_after_inlining): Compute call cost based o...Richard Guenther1-2/+8
2005-03-16re PR middle-end/15700 ([unit-at-a-time] Inlining problem leads to miscompila...Richard Henderson1-0/+2
2005-03-02cgraph.h (struct cgraph_edge): Add prev_caller and prev_callee fields.Richard Guenther1-6/+3
2005-02-21c-objc-common.h, [...]: Update copyright.Kazu Hirata1-1/+1
2005-02-18re PR tree-optimization/18947 ([non-UAAT] external inline and normal function...Jakub Jelinek1-0/+10
2004-12-08re PR middle-end/17982 (stop calling assemble_external before final assembly ...Zack Weinberg1-0/+3
2004-11-18* cgraphunit.c: Replace "it's" with "its" and fix a typo.Ben Elliston1-3/+3
2004-10-25patch to remove the analysis of module level static variables.Kenneth Zadeck1-1062/+6
2004-10-22alias.c, [...]: Fix comment formatting.Kazu Hirata1-22/+22
2004-10-14Speed up walk_tree by introducing a special-purpose hash table.Matt Austern1-8/+6
2004-10-01c-decl.c (c_expand_body): Update call tree_rest_of_compilation.Jan Hubicka1-1/+1
2004-09-26bitmap.h (EXECUTE_IF_SET_IN_BITMAP, [...]): Changed to iterator style.Zdenek Dvorak1-26/+44
2004-09-20re PR middle-end/16460 (ICE when compiling glibc (ld-ctype.c))Jan Hubicka1-3/+7
2004-09-17alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham1-7/+7
2004-09-17basic-block.h, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-09-14cgraph.h, [...]: Fix comment typos.Kazu Hirata1-4/+4
2004-09-13New code to analyze file level static variables and to determine if...Kenneth Zadeck1-16/+1065
2004-09-10cgraphunit.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-09-10cgraph.h (cgraph_dump_file): Do not declare.Paolo Bonzini1-0/+9
2004-09-09cgraphunit.c (cgraph_mark_functions_to_output): Renable node dumping for deve...Nathan Sidwell1-3/+15
2004-09-08cgraph.c (cgraph_remove_node): Free DECL_INITIAL field of node.Jan Hubicka1-2/+8
2004-09-07cfganal.c (flow_depth_first_order_compute, [...]): Use gcc_assert or gcc_unre...Nathan Sidwell1-42/+33
2004-09-06Unify the management of RTL and tree-level dump files.Paolo Bonzini1-2/+2
2004-09-05c-common.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-07-29c-common.h (lang_post_pch_load): New variable.Mark Mitchell1-1/+6