aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraphunit.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-08cgraph.c (cgraph_clone_node): Add call_duplication_hook parameter.Jan Hubicka1-0/+5
2011-05-06cgraph.c (cgraph_add_thunk): Create real function node instead of alias node...Jan Hubicka1-38/+84
2011-04-30cgraph.h (cgraph_postorder): Remove declaration.Martin Jambor1-1/+2
2011-04-29cgraphunit.c (cgraph_preserve_function_body_p): Accept a cgraph node instead ...Martin Jambor1-5/+4
2011-04-27* cgraphunit.c (cgraph_process_new_functions): Fix ordering issue.Jan Hubicka1-1/+3
2011-04-26cgraphbuild.c (build_cgraph_edges): Update call of cgraph_create_edge and cgr...Jan Hubicka1-2/+2
2011-04-22gengtype.c (open_base_files): Add ipa-inline.h include.Jan Hubicka1-1/+2
2011-04-22Remove cgraph pidXinliang David Li1-1/+0
2011-04-19cgraph.h (save_inline_function_body): Remove.Jan Hubicka1-68/+0
2011-04-17cgrpah.h (struct cgraph_node): Remove finalized_by_frontend.Jan Hubicka1-1/+0
2011-04-17re PR middle-end/20991 (ICE in cgraph_mark_reachable_node)Jan Hubicka1-1/+0
2011-04-16cgraphbuild.c: Include ipa-inline.h.Jan Hubicka1-7/+2
2011-04-12cgraph.h (cgraph_node): Remove function declaration.Martin Jambor1-2/+2
2011-04-11except.c (set_nothrow_function_flags): Call cgraph_get_node instead of cgraph...Martin Jambor1-7/+9
2011-04-10Remove doubled up words.Mike Stump1-3/+3
2011-04-03cgraphbuild.c (record_reference): Canonicalize constructor values.Michael Matz1-0/+5
2011-03-28tree-inline.c (expand_call_inline): Do not check that destination node is ana...Martin Jambor1-2/+1
2011-03-11cgraphunit.c (verify_cgraph_node): Call cgraph_get_node instead of cgraph_node.Martin Jambor1-1/+1
2011-02-17re PR debug/47106 (-fcompare-debug failure (length) with -fpartial-inlining ...Alexandre Oliva1-1/+7
2011-02-11cgraph.c: Fix comment typos.Nathan Froyd1-4/+4
2011-02-03re PR middle-end/31490 (Compile error section type conflict)Jakub Jelinek1-0/+4
2011-02-03re PR target/47564 (internal compiler error in memory_address_addr_space, at ...Jakub Jelinek1-11/+18
2011-01-27re PR middle-end/46949 (ICE when weakref is used on a definition (internal co...Jan Hubicka1-1/+23
2011-01-26re PR tree-optimization/47237 (builtin_apply_args broken WRT local ABI changes.)Jan Hubicka1-0/+2
2011-01-26re PR tree-optimization/47190 (ICE: in function_and_variable_visibility, at i...Richard Guenther1-0/+19
2011-01-10re PR c++/47218 (C++ multiple definitions of non-virtual thunk problem)Dave Korn1-2/+5
2011-01-03cgraphunit.c (verify_cgraph_node): Verify there is no direct call to a thunk.Martin Jambor1-0/+11
2011-01-03re PR tree-optimization/46984 (g++.dg/torture/pr45699.C FAILs with -fno-early...Martin Jambor1-10/+8
2010-12-15re PR tree-optimization/46053 (g++.dg/torture/pr45699.C FAILs with -fno-early...Martin Jambor1-2/+22
2010-11-30cgraphunit.c (process_function_and_variable_attributes): Fix cut'n'pasteo.Dave Korn1-1/+1
2010-11-30re PR lto/45949 (ICE: SIGSEGV in gimple_default_def (tree-dfa.c:538) with -fl...Richard Guenther1-1/+5
2010-11-25cgraphunit.c (process_function_and_variable_attributes): Mark dllexport-ed fu...Kai Tietz1-2/+16
2010-11-16cgraph.h (+varpool_can_remove_if_no_refs): Move here from ......Jan Hubicka1-0/+3
2010-11-11invoke.texi (-fwhopr): Merge into -flto section.Jan Hubicka1-2/+1
2010-11-10cfgloop.c (verify_loop_structure): Use %' in diagnostics.Joseph Myers1-4/+4
2010-11-03builtins.c (fold_builtin_signbit): Use build_zero_cst instead of fold_convert.Nathan Froyd1-4/+3
2010-10-15* cgraphunit.c (clone_of_p): Define unconditionally.Michael Matz1-2/+0
2010-10-15re PR rtl-optimization/45621 (ICE: verify_cgraph_node failed: inlined_to poin...Jan Hubicka1-4/+0
2010-10-13re PR tree-optimization/45788 (-fwhole-program causes ICE error: BB 3 can not...Richard Guenther1-4/+11
2010-10-13re PR middle-end/45874 (ICE in verify_flow_info failed)Richard Guenther1-1/+5
2010-10-05cgraphunit.c (assemble_function): Output thunks and aliases before the functi...Jan Hubicka1-9/+10
2010-09-23re PR middle-end/45565 (ICE: in execute_todo, at passes.c:1276 with -fno-topl...Richard Guenther1-4/+6
2010-09-18re PR tree-optimization/45453 (ICE: verify_cgraph_node failed: inlined_to poi...Jan Hubicka1-1/+7
2010-09-18re PR tree-optimization/45605 (Missed devirtualization)Jan Hubicka1-0/+2
2010-08-21tree-pass.h (pass_ipa_cdtor_merge): New function.Jan Hubicka1-242/+0
2010-08-21re PR middle-end/45307 (Stores expanding to no RTL not removed by tree optimi...Jan Hubicka1-8/+4
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-1/+1
2010-08-05ipa-prop.h (enum ipa_lattice_type): Changed comments.Martin Jambor1-4/+8
2010-07-22cgraphunit.c (verify_edge_count_and_frequency): New function.Martin Jambor1-27/+41
2010-07-16tree.c (build_common_builtin_nodes): Use build_function_type_list instead of ...Nathan Froyd1-1/+1