aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraphunit.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-07-15Finish zeroing out the current function status after building cdtor.Richard Henderson1-0/+2
2010-07-15tree.h (DECL_CHAIN): Define.Nathan Froyd1-2/+2
2010-07-13tree.h (build_function_call_expr): Delete.Nathan Froyd1-3/+3
2010-07-06vec.h (FOR_EACH_VEC_ELT_REVERSE): New macro.Nathan Froyd1-1/+1
2010-07-04cgraphunit.c (init_cgraph): Only initialize dump file if it is not already in...Jan Hubicka1-1/+2
2010-07-01re PR middle-end/42834 (memcpy folding overeager)Richard Guenther1-5/+2
2010-06-26re PR middle-end/44671 (Partial inlining breaks C++)Jan Hubicka1-2/+1
2010-06-22cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Chain the new statem...Eric Botcazou1-15/+19
2010-06-02re PR middle-end/44295 (Failed to build 483.xalancbmk in SPEC CPU 2006)Jan Hubicka1-1/+7
2010-06-01cgraph.h (tree_function_versioning): Update prototype.Jan Hubicka1-17/+32
2010-05-31cgraphunit.c (cgraph_decide_is_function_needed): Really return false for nest...Eric Botcazou1-3/+5
2010-05-30cgraph.h (cgraph_dump_file): Declare.Jan Hubicka1-1/+1
2010-05-29tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka1-2/+2
2010-05-29cgraphunit.c (cgraph_materialize_clone): Only remove calles, refs and body...Jan Hubicka1-1/+5
2010-05-29Add missing part of previous commit.Jan Hubicka1-0/+6
2010-05-29cgraph.c (clone_function_name): Take SUFFIX argument; export.Jan Hubicka1-26/+16
2010-05-27diagnostic-core.h: New.Joseph Myers1-7/+7
2010-05-27cgraph.h (struct cgraph_node): Mark former_clone_of by GTY ((skip)).Jan Hubicka1-0/+2
2010-05-27cgraphunit.c (verify_cgraph_node): Do checking that DECL match edge only when...Jan Hubicka1-26/+18
2010-05-21diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers1-0/+2
2010-05-17cgraph.c (cgraph_create_virtual_clone): Only check versionable_function_p whe...Jan Hubicka1-2/+1
2010-05-13final.c (output_addr_const): Do not call mark_decl_referenced.Jan Hubicka1-7/+1
2010-05-13cgraph.c (cgraph_mark_address_taken_node): No longer imply needed flag.Jan Hubicka1-0/+1
2010-05-07configure.ac (--enable-lto): Add x86_64-apple-darwin* as a platform that supp...Steven Bosscher1-0/+8
2010-04-29* lto-symtab.c (lto_symtab_entry_def) Add vnode.Jan Hubicka1-0/+2
2010-04-28cgraph.h (struct cgraph_node): New field indirect_calls.Martin Jambor1-15/+57
2010-04-27re PR middle-end/43812 (compiling .cc file with -fwhole-program results in IC...Martin Jambor1-0/+26
2010-04-26* cgraphunit.c (cgraph_copy_node_for_versioning): Fix profile updating.Jan Hubicka1-5/+5
2010-04-20cgraph.c (cgraph_remove_node): Kill bodies in other partitoin.Jan Hubicka1-1/+10
2010-04-19cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Update new_stmt.Martin Jambor1-0/+2
2010-03-31re PR middle-end/43600 (Segmentation fault for large C file (24MB))Richard Guenther1-4/+2
2010-03-27re PR middle-end/41674 (/usr/ccs/bin/ld: Unsatisfied symbols: _GLOBAL__I_6553...John David Anglin1-1/+5
2010-03-18re PR middle-end/42450 (another GCC 4.5 ICE on C++ templated code)Martin Jambor1-57/+66
2010-03-11re PR tree-optimization/43257 (IPA-SRA changes DECL_ASSEMBLER_NAME)Martin Jambor1-0/+2
2010-02-20re PR middle-end/42344 (ICE in rs6000.md with ipa-sra for 252.eon)Alan Modra1-5/+1
2010-02-19re PR objc/43061 (47 new GCC HEAD@156527 regressions)Mike Stump1-2/+2