summaryrefslogtreecommitdiff
path: root/gcc/cgraph.c
Commit message (Expand)AuthorAgeFilesLines
* decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford2013-11-181-1/+1
* remove nolonger needed {cgraph,varpool}_node_{,asm_}name () functionsTrevor Saunders2013-11-181-27/+27
* gimple-walk.h: New File.Andrew Macleod2013-11-131-0/+1
* cgraph.c (cgraph_get_create_node): Do what cgraph_get_create_real_symbol_node...Martin Jambor2013-11-131-52/+22
* Time profiler introduced.Martin Liska2013-11-111-0/+1
* Automated part of renaming of symtab_node_base to symtab_node.David Malcolm2013-10-311-2/+2
* Autogenerated fixes of "->symbol." to "->"David Malcolm2013-10-291-153/+153
* cgraph.c (cgraph_fnver_htab): Move GTY((...)) to be before htab_t.Sriraman Tallam2013-10-241-1/+1
* re PR other/58712 (issues found by --enable-checking=valgrind)Markus Trippelsdorf2013-10-241-5/+5
* tree-ssa.h: Remove all #include'sAndrew MacLeod2013-10-231-0/+3
* tree-ssa.h: Don't include gimple-low.h...Andrew MacLeod2013-10-181-0/+95
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-10/+10
* cgraph.c (cgraph_resolve_speculation): Use semantical equivalency test.Jan Hubicka2013-09-251-1/+3
* cgraph.c (cgraph_create_edge_1): Avoid uninitialized read of speculative flag.Jan Hubicka2013-09-191-2/+2
* re PR ipa/58398 (gcc.dg/attr-ifunc-4.c runfail regression after r202111)Bernd Edlinger2013-09-171-0/+2
* tree-ssa.h: New.Andrew MacLeod2013-09-121-1/+1
* ipa-prop.c (remove_described_reference): Accept missing references, return fa...Martin Jambor2013-09-051-1/+1
* Makefile.in: Add ipa-profile.oJan Hubicka2013-09-011-125/+0
* cgraph.c (cgraph_get_body): Update call of lto_input_function_body.Jan Hubicka2013-08-311-1/+1
* * cgraph.c (cgraph_speculative_call_info): Fix ref lookupJan Hubicka2013-08-311-1/+1
* cgraph.c (cgraph_function_body_availability): Handle weakref correctly.Jan Hubicka2013-08-301-0/+2
* lto-symtab.c (lto_cgraph_replace_node): Free decl_in_state.Jan Hubicka2013-08-301-1/+4
* cgraph.c (cgraph_propagate_frequency): Do not assume that virtual methods can...Jan Hubicka2013-08-261-1/+4
* cgraph.c (cgraph_redirect_edge_call_stmt_to_callee): Fix formatting...Jan Hubicka2013-08-261-14/+30
* cgraph.c (cgraph_speculative_call_info): Fix parameter order and formating; a...Jan Hubicka2013-08-261-6/+15
* cgraph.c (cgraph_turn_edge_to_speculative): Fix debug output.Jan Hubicka2013-08-251-2/+2
* cgraph.c (cgraph_turn_edge_to_speculative): Mark target node as having addres...Jan Hubicka2013-08-231-0/+1
* re PR bootstrap/58186 (LTO profiledbootstrap fails in stage feedback for fort...Jan Hubicka2013-08-201-2/+6
* Makeifle-in (ipa-devirt.o): New.Jan Hubicka2013-08-191-4/+8
* cgraph.c (cgraph_create_indirect_edge): Discover polymorphic calls and record...Jan Hubicka2013-08-181-0/+18
* cgraph.c (cgraph_turn_edge_to_speculative): Return newly introduced edge; fix...Jan Hubicka2013-08-131-12/+36
* * cgraph.c (cgraph_create_edge_1): Clear speculative flag.Jan Hubicka2013-08-101-0/+1
* cgraph.c (cgraph_resolve_speculation): Cut frequency to CGRAPH_FREQ_MAX.Jan Hubicka2013-08-091-0/+5
* cgraphbuild.c (cgraph_rebuild_references): Rebuild only non-speculative refs.Jan Hubicka2013-08-091-10/+272
* cgraphbuild.c (build_cgraph_edges): Do not walk into debugs.Jan Hubicka2013-08-081-45/+65
* cgraph.c (cgraph_get_body): New function based on lto.c implementation.Jan Hubicka2013-08-061-0/+40
* re PR lto/57602 (Runfails for several C/C++ benchmarks from spec2000 for i686...Jan Hubicka2013-08-051-1/+1
* cgraph.c (cgraph_function_body_availability): Do not check cgrpah flags.Jan Hubicka2013-08-021-1/+0
* cgraph.c (cgraph_release_function_body): Use used_as_abstract_origin.Jan Hubicka2013-08-011-2/+2
* cgraph.c (release_function_body): Break out from ...Jan Hubicka2013-07-251-12/+27
* lto-symtab.c (lto_cgraph_replace_node): Release function body.Jan Hubicka2013-07-251-9/+12
* tree-flow.h (gimple_check_call_matching_types): Add new argument.Dehao Chen2013-06-151-2/+4
* cgraph.c (verify_edge_corresponds_to_fndecl): Be lax about decl has when in s...Jan Hubicka2013-06-121-0/+2
* c-common.c (handle_alias_ifunc_attribute): Do not set DECL_EXTERNAL for weakr...Jan Hubicka2013-06-111-0/+2
* class.c (emit_register_classes_in_jcr_section): Use DECL_PRESERVE_P instead o...Jan Hubicka2013-06-051-0/+5
* lto-symtab.c (lto_symtab_merge_cgraph_nodes_1): Rename to ...Jan Hubicka2013-06-011-19/+17
* cgraph.h (symtab_node_base): Add definition, alias and analyzed flags...Jan Hubicka2013-05-291-19/+47
* re PR tree-optimization/57330 (ICE: verify_gimple failed -O3 [tree-cfg.c:4792])Richard Biener2013-05-211-0/+1
* lto-symtab.c (lto_symtab_merge_cgraph_nodes): Resolve cross module weakrefs.Jan Hubicka2013-05-171-1/+1
* ipa-prop.c (ipa_print_node_jump_functions): Print symbol order in header...Martin Jambor2013-05-151-4/+5