summaryrefslogtreecommitdiff
path: root/gcc/cgraphunit.c
Commit message (Expand)AuthorAgeFilesLines
* tree.h (fold_build_pointer_plus_loc): New helper function.Richard Guenther2011-07-191-17/+10
* re PR middle-end/49495 (-O3 causes error message "edge points to wrong declar...Martin Jambor2011-07-071-11/+23
* re PR middle-end/49373 (Many testcase failures)Jan Hubicka2011-06-231-1/+8
* * cgraphunit.c (assemble_thunk): Use correct return type.Michael Matz2011-06-221-1/+2
* PR middle-end/49139 fix always_inline diagnosticsChristian Bruel2011-06-211-0/+8
* lto-symtab.c (lto_varpool_replace_node): Remove code handling extra name alia...Jan Hubicka2011-06-181-0/+15
* cgraphunit.c (handle_alias_pairs): New function.Jan Hubicka2011-06-151-0/+45
* cgraph.c (cgraph_make_decl_local): Handle DECL_ONE_ONLY similarly to DECL_COM...Jan Hubicka2011-06-141-2/+2
* lto-symtab.c (lto_cgraph_replace_node): Kill same body alias code.Jan Hubicka2011-06-111-45/+141
* re checking -fdump-passesXinliang David Li2011-06-101-0/+3
* cgraphunit.c (cgraph_reset_node): Do not set redefined_extern_inline; do not ...Jan Hubicka2011-06-101-16/+5
* Revert r174848,174849Xinliang David Li2011-06-091-3/+0
* -fdump-pass implementationDavid Li2011-06-091-0/+3
* Makefile.in (lto-compress.o): Add dependency on LTO_STREAMER_H.Diego Novillo2011-06-061-0/+5
* cgraph.c (cgraph_clone_node): Add call_duplication_hook parameter.Jan Hubicka2011-05-081-0/+5
* cgraph.c (cgraph_add_thunk): Create real function node instead of alias node...Jan Hubicka2011-05-061-38/+84
* cgraph.h (cgraph_postorder): Remove declaration.Martin Jambor2011-04-301-1/+2
* cgraphunit.c (cgraph_preserve_function_body_p): Accept a cgraph node instead ...Martin Jambor2011-04-291-5/+4
* * cgraphunit.c (cgraph_process_new_functions): Fix ordering issue.Jan Hubicka2011-04-271-1/+3
* cgraphbuild.c (build_cgraph_edges): Update call of cgraph_create_edge and cgr...Jan Hubicka2011-04-261-2/+2
* gengtype.c (open_base_files): Add ipa-inline.h include.Jan Hubicka2011-04-221-1/+2
* Remove cgraph pidXinliang David Li2011-04-221-1/+0
* cgraph.h (save_inline_function_body): Remove.Jan Hubicka2011-04-191-68/+0
* cgrpah.h (struct cgraph_node): Remove finalized_by_frontend.Jan Hubicka2011-04-171-1/+0
* re PR middle-end/20991 (ICE in cgraph_mark_reachable_node)Jan Hubicka2011-04-171-1/+0
* cgraphbuild.c: Include ipa-inline.h.Jan Hubicka2011-04-161-7/+2
* cgraph.h (cgraph_node): Remove function declaration.Martin Jambor2011-04-121-2/+2
* except.c (set_nothrow_function_flags): Call cgraph_get_node instead of cgraph...Martin Jambor2011-04-111-7/+9
* Remove doubled up words.Mike Stump2011-04-101-3/+3
* cgraphbuild.c (record_reference): Canonicalize constructor values.Michael Matz2011-04-031-0/+5
* tree-inline.c (expand_call_inline): Do not check that destination node is ana...Martin Jambor2011-03-281-2/+1
* cgraphunit.c (verify_cgraph_node): Call cgraph_get_node instead of cgraph_node.Martin Jambor2011-03-111-1/+1
* re PR debug/47106 (-fcompare-debug failure (length) with -fpartial-inlining ...Alexandre Oliva2011-02-171-1/+7
* cgraph.c: Fix comment typos.Nathan Froyd2011-02-111-4/+4
* re PR middle-end/31490 (Compile error section type conflict)Jakub Jelinek2011-02-031-0/+4
* re PR target/47564 (internal compiler error in memory_address_addr_space, at ...Jakub Jelinek2011-02-031-11/+18
* re PR middle-end/46949 (ICE when weakref is used on a definition (internal co...Jan Hubicka2011-01-271-1/+23
* re PR tree-optimization/47237 (builtin_apply_args broken WRT local ABI changes.)Jan Hubicka2011-01-261-0/+2
* re PR tree-optimization/47190 (ICE: in function_and_variable_visibility, at i...Richard Guenther2011-01-261-0/+19
* re PR c++/47218 (C++ multiple definitions of non-virtual thunk problem)Dave Korn2011-01-101-2/+5
* cgraphunit.c (verify_cgraph_node): Verify there is no direct call to a thunk.Martin Jambor2011-01-031-0/+11
* re PR tree-optimization/46984 (g++.dg/torture/pr45699.C FAILs with -fno-early...Martin Jambor2011-01-031-10/+8
* re PR tree-optimization/46053 (g++.dg/torture/pr45699.C FAILs with -fno-early...Martin Jambor2010-12-151-2/+22
* cgraphunit.c (process_function_and_variable_attributes): Fix cut'n'pasteo.Dave Korn2010-11-301-1/+1
* re PR lto/45949 (ICE: SIGSEGV in gimple_default_def (tree-dfa.c:538) with -fl...Richard Guenther2010-11-301-1/+5
* cgraphunit.c (process_function_and_variable_attributes): Mark dllexport-ed fu...Kai Tietz2010-11-251-2/+16
* cgraph.h (+varpool_can_remove_if_no_refs): Move here from ......Jan Hubicka2010-11-161-0/+3
* invoke.texi (-fwhopr): Merge into -flto section.Jan Hubicka2010-11-111-2/+1
* cfgloop.c (verify_loop_structure): Use %' in diagnostics.Joseph Myers2010-11-101-4/+4
* builtins.c (fold_builtin_signbit): Use build_zero_cst instead of fold_convert.Nathan Froyd2010-11-031-4/+3