aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraph.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-29cgraph.c (cgraph_node::create_indirect_edge): Copy speculative data.Jan Hubicka1-3/+5
2014-07-24IPA C++ refactoring 1/NMartin Liska1-439/+418
2014-07-12lto.c (read_cgraph_and_symbols): Do not push DECL_INIT_IO timevarJan Hubicka1-0/+5
2014-07-05cgraph.c (cgraph_create_indirect_edge): Update call of get_polymorphic_call_i...Jan Hubicka1-1/+1
2014-07-01IPA REF alias refactoringMartin Liska1-24/+22
2014-06-28* cgraph.c (dump_cgraph_node): Dump init&fini priorities.Jan Hubicka1-0/+4
2014-06-25IPA REF refactoringMartin Liska1-18/+14
2014-06-20re PR ipa/61211 (ICE: verify_cgraph_node failed: edge points to wrong declara...Martin Jambor1-5/+10
2014-06-16revert: symtab.c (symtab_node::reset_section): New method.Jan Hubicka1-4/+3
2014-06-12symtab.c (symtab_node::reset_section): New method.Jan Hubicka1-3/+4
2014-06-11varasm.c (set_implicit_section): New function.Jan Hubicka1-1/+1
2014-06-09symtab.c (dump_symtab_base): Update dumping.Jan Hubicka1-8/+5
2014-05-26system.h: Define __STDC_FORMAT_MACROS before including inttypes.h.Richard Biener1-8/+8
2014-05-24tree-core.h (tree_decl_with_vis): Replace comdat_group by symtab_node pointer.Jan Hubicka1-1/+2
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders1-4/+4
2014-05-06Merge in wide-int.Kenneth Zadeck1-2/+1
2014-04-29dominance.c (free_dominance_info): Add overload with function parameter.Richard Biener1-2/+2
2014-04-28tree-pass.h (execute_pass_list): Adjust prototype.Richard Biener1-2/+2
2014-04-23Change is-a.h to support typedefs of pointersDavid Malcolm1-1/+1
2014-04-04re PR ipa/60640 (ICE edge points to wrong declaration / verify_cgraph_node fa...Martin Jambor1-4/+24
2014-04-04re PR middle-end/60746 (ICE segfault in gimple-expr.c:314)Richard Biener1-6/+7
2014-03-28cgraph.c (cgraph_redirect_edge_call_stmt_to_callee): Clear static chain if ne...Jan Hubicka1-0/+8
2014-03-28cgraph.c: Include expr.h and tree-dfa.h.Jan Hubicka1-0/+19
2014-03-26re PR ipa/60315 (template constructor switch optimization)Jan Hubicka1-0/+6
2014-03-21re PR ipa/59176 (ICE edge points to wrong declaration / verify_cgraph_node fa...Martin Jambor1-2/+7
2014-03-18cgraph.c (cgraph_update_edges_for_call_stmt_node): Added case when gimple cal...Martin Liska1-1/+4
2014-02-19cgraph.c (cgraph_update_edges_for_call_stmt_node): Also remove inline clones ...Jan Hubicka1-1/+4
2014-01-20Add type to DEFCIFCODE to describe the inline failureH.J. Lu1-1/+19
2014-01-16re PR middle-end/59827 (ICE on array with incomplete element type)Marek Polacek1-0/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-23re PR c++/41090 (Using static label reference in c++ class constructor produc...Jason Merrill1-0/+8
2013-11-29re PR middle-end/59208 (ice in initialize_flags_in_bb)Richard Biener1-1/+1
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-2/+4
2013-11-21Reword comments that mention ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-1/+1
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+3
2013-11-19cgraph.c (cgraph_create_indirect_edge): Use get_polymorphic_call_info.Jan Hubicka1-6/+16
2013-11-18decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford1-1/+1
2013-11-18remove nolonger needed {cgraph,varpool}_node_{,asm_}name () functionsTrevor Saunders1-27/+27
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+1
2013-11-13cgraph.c (cgraph_get_create_node): Do what cgraph_get_create_real_symbol_node...Martin Jambor1-52/+22
2013-11-11Time profiler introduced.Martin Liska1-0/+1
2013-10-31Automated part of renaming of symtab_node_base to symtab_node.David Malcolm1-2/+2
2013-10-29Autogenerated fixes of "->symbol." to "->"David Malcolm1-153/+153
2013-10-24cgraph.c (cgraph_fnver_htab): Move GTY((...)) to be before htab_t.Sriraman Tallam1-1/+1
2013-10-24re PR other/58712 (issues found by --enable-checking=valgrind)Markus Trippelsdorf1-5/+5
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-0/+3
2013-10-18tree-ssa.h: Don't include gimple-low.h...Andrew MacLeod1-0/+95
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-10/+10
2013-09-25cgraph.c (cgraph_resolve_speculation): Use semantical equivalency test.Jan Hubicka1-1/+3
2013-09-19cgraph.c (cgraph_create_edge_1): Avoid uninitialized read of speculative flag.Jan Hubicka1-2/+2