aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraph.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-09-17re PR ipa/58398 (gcc.dg/attr-ifunc-4.c runfail regression after r202111)Bernd Edlinger1-0/+2
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-09-05ipa-prop.c (remove_described_reference): Accept missing references, return fa...Martin Jambor1-1/+1
2013-09-01Makefile.in: Add ipa-profile.oJan Hubicka1-125/+0
2013-08-31cgraph.c (cgraph_get_body): Update call of lto_input_function_body.Jan Hubicka1-1/+1
2013-08-31* cgraph.c (cgraph_speculative_call_info): Fix ref lookupJan Hubicka1-1/+1
2013-08-30cgraph.c (cgraph_function_body_availability): Handle weakref correctly.Jan Hubicka1-0/+2
2013-08-30lto-symtab.c (lto_cgraph_replace_node): Free decl_in_state.Jan Hubicka1-1/+4
2013-08-26cgraph.c (cgraph_propagate_frequency): Do not assume that virtual methods can...Jan Hubicka1-1/+4
2013-08-26cgraph.c (cgraph_redirect_edge_call_stmt_to_callee): Fix formatting...Jan Hubicka1-14/+30
2013-08-26cgraph.c (cgraph_speculative_call_info): Fix parameter order and formating; a...Jan Hubicka1-6/+15
2013-08-25cgraph.c (cgraph_turn_edge_to_speculative): Fix debug output.Jan Hubicka1-2/+2
2013-08-23cgraph.c (cgraph_turn_edge_to_speculative): Mark target node as having addres...Jan Hubicka1-0/+1
2013-08-20re PR bootstrap/58186 (LTO profiledbootstrap fails in stage feedback for fort...Jan Hubicka1-2/+6
2013-08-19Makeifle-in (ipa-devirt.o): New.Jan Hubicka1-4/+8
2013-08-18cgraph.c (cgraph_create_indirect_edge): Discover polymorphic calls and record...Jan Hubicka1-0/+18
2013-08-13cgraph.c (cgraph_turn_edge_to_speculative): Return newly introduced edge; fix...Jan Hubicka1-12/+36
2013-08-10* cgraph.c (cgraph_create_edge_1): Clear speculative flag.Jan Hubicka1-0/+1
2013-08-09cgraph.c (cgraph_resolve_speculation): Cut frequency to CGRAPH_FREQ_MAX.Jan Hubicka1-0/+5
2013-08-09cgraphbuild.c (cgraph_rebuild_references): Rebuild only non-speculative refs.Jan Hubicka1-10/+272
2013-08-08cgraphbuild.c (build_cgraph_edges): Do not walk into debugs.Jan Hubicka1-45/+65
2013-08-06cgraph.c (cgraph_get_body): New function based on lto.c implementation.Jan Hubicka1-0/+40
2013-08-05re PR lto/57602 (Runfails for several C/C++ benchmarks from spec2000 for i686...Jan Hubicka1-1/+1
2013-08-02cgraph.c (cgraph_function_body_availability): Do not check cgrpah flags.Jan Hubicka1-1/+0
2013-08-01cgraph.c (cgraph_release_function_body): Use used_as_abstract_origin.Jan Hubicka1-2/+2
2013-07-25cgraph.c (release_function_body): Break out from ...Jan Hubicka1-12/+27
2013-07-25lto-symtab.c (lto_cgraph_replace_node): Release function body.Jan Hubicka1-9/+12