aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraphunit.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-02-15re PR tree-optimization/43068 (ICE: in estimate_operator_cost, at tree-inline...Richard Guenther1-2/+4
2010-01-20sel-sched.c (create_speculation_check): Remove set but not used variable twin.Jakub Jelinek1-2/+1
2010-01-05re PR tree-optimization/42508 (wrong code with "-O1 -fipa-sra")Jakub Jelinek1-15/+4
2009-12-10re PR c++/42317 (Issues with comdat virtual dtors)Jakub Jelinek1-2/+49
2009-12-10re PR middle-end/42228 (verify_cgraph_node failed:node has wrong clone_of)Jan Hubicka1-0/+5
2009-12-03cgraphunit.c (assemble_thunk): Use DECL_ASSEMBLER_NAME instead of DECL_NAME f...Richard Guenther1-1/+1
2009-12-01cgraphunit.c (plugin.h): Include.Grigori Fursin1-1/+6
2009-11-29cgraph.c (same_body_alias_1): Break out ofJan Hubicka1-38/+366
2009-11-25Remove trailing white spaces.H.J. Lu1-10/+10
2009-11-18re PR c++/3187 (gcc lays down two copies of constructors)Jakub Jelinek1-3/+31
2009-11-17cgraph.c (cgraph_update_edges_for_call_stmt_node): Do not access removed node.Jan Hubicka1-0/+12
2009-11-16cgraph.c (cgraph_release_function_body): Update use of ipa_transforms_to_apply.Jan Hubicka1-2/+4
2009-11-12cgraph.h (varpool_node_name): Declare.Jan Hubicka1-0/+1
2009-10-27* cgraphunit.c (cgraph_optimize): Maintain timevar stack properly.Richard Henderson1-1/+4
2009-10-22ipa-cp.c (ipcp_write_summary, [...]): New functions.Jan Hubicka1-3/+4
2009-10-17re PR debug/40521 (-g causes GCC to generate .eh_frame)Jakub Jelinek1-0/+1
2009-10-07lto-symtab.c (lto_cgraph_replace_node): Assert that inline clones has no addr...Jan Hubicka1-21/+25
2009-10-03Merge lto branch into trunk.Diego Novillo1-17/+34
2009-09-24cgraphunit.c (cgraph_lower_function): Revert last change.Jakub Jelinek1-5/+0
2009-09-23re PR bootstrap/41436 (Revision 152018 failed to bootstrap on i386)Jakub Jelinek1-0/+5
2009-09-14Squash commit of EH in gimpleRichard Henderson1-7/+2
2009-09-10re PR middle-end/41257 (Bogus error '*.LTHUNK0' aliased to undefined symbol '...Richard Guenther1-8/+19
2009-09-04re PR middle-end/41257 (Bogus error '*.LTHUNK0' aliased to undefined symbol '...Richard Guenther1-37/+37
2009-09-03[multiple changes]Diego Novillo1-3/+38
2009-07-20cgraph.h (combined_args_to_skip): New field.Jan Hubicka1-5/+43
2009-07-17re PR c/40401 (ICE: verify_gimple failed)Richard Guenther1-10/+25
2009-07-16re PR c/40435 (Revision 148442 caused many regressions on trunk)Aldy Hernandez1-1/+2
2009-07-07cgraphunit.c: Replace %J by an explicit location.Manuel López-Ibáñez1-6/+6
2009-06-30cgraphunit.c (cgraph_finalize_compilation_unit): Call finalize_size_functions...Eric Botcazou1-0/+1
2009-06-15cgraphunit.c (cgraph_function_versioning,save_inline_function_body): Use DECL...Rafael Avila de Espindola1-2/+2
2009-06-12java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez1-2/+3
2009-06-08re PR middle-end/39834 (verify_cgraph_node failed with -O3 -Winline)Jan Hubicka1-0/+3
2009-05-15cgraph.h (struct cgraph_node): Add finalized_by_frotnend flag.Jan Hubicka1-1/+3
2009-05-11basic-block.h (enum profile_status): Break out of struct control_flow_graph.Ian Lance Taylor1-1/+9
2009-05-09re PR middle-end/40080 (error: missing callgraph edge for call stmt)Jan Hubicka1-1/+9
2009-05-08cgraphbuild.c (compute_call_stmt_bb_frequency): Accept function argument; han...Jan Hubicka1-18/+218