]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cgraph.c
Update copyright years in gcc/
[thirdparty/gcc.git] / gcc / cgraph.c
2014-01-02  Richard SandifordUpdate copyright years in gcc/
2013-12-23  Jason Merrillre PR c++/41090 (Using static label reference in c...
2013-11-29  Richard Bienerre PR middle-end/59208 (ice in initialize_flags_in_bb)
2013-11-22  Andrew MacLeodgimple.h: Remove all includes.
2013-11-21  David MalcolmReword comments that mention ENTRY_BLOCK_PTR and EXIT_B...
2013-11-19  Diego NovilloFactor unrelated declarations out of tree.h.
2013-11-19  Jan Hubickacgraph.c (cgraph_create_indirect_edge): Use get_polymor...
2013-11-18  Richard Sandiforddecl.c, [...]: Replace tree_low_cst (..., 1) with tree_...
2013-11-18  Trevor Saundersremove nolonger needed {cgraph,varpool}_node_{,asm_...
2013-11-13  Andrew Macleodgimple-walk.h: New File.
2013-11-13  Martin Jamborcgraph.c (cgraph_get_create_node): Do what cgraph_get_c...
2013-11-11  Martin LiskaTime profiler introduced.
2013-10-31  David MalcolmAutomated part of renaming of symtab_node_base to symta...
2013-10-29  David MalcolmAutogenerated fixes of "->symbol." to "->"
2013-10-24  Sriraman Tallamcgraph.c (cgraph_fnver_htab): Move GTY((...)) to be...
2013-10-24  Markus Trippelsdorfre PR other/58712 (issues found by --enable-checking...
2013-10-23  Andrew MacLeodtree-ssa.h: Remove all #include's
2013-10-18  Andrew MacLeodtree-ssa.h: Don't include gimple-low.h...
2013-09-28  Richard Sandifordalloc-pool.c, [...]: Add missing whitespace before...
2013-09-25  Jan Hubickacgraph.c (cgraph_resolve_speculation): Use semantical...
2013-09-19  Jan Hubickacgraph.c (cgraph_create_edge_1): Avoid uninitialized...
2013-09-17  Bernd Edlingerre PR ipa/58398 (gcc.dg/attr-ifunc-4.c runfail regressi...
2013-09-12  Andrew MacLeodtree-ssa.h: New.
2013-09-05  Martin Jamboripa-prop.c (remove_described_reference): Accept missing...
2013-09-01  Jan HubickaMakefile.in: Add ipa-profile.o
2013-08-31  Jan Hubickacgraph.c (cgraph_get_body): Update call of lto_input_fu...
2013-08-31  Jan Hubicka* cgraph.c (cgraph_speculative_call_info): Fix ref...
2013-08-30  Jan Hubickacgraph.c (cgraph_function_body_availability): Handle...
2013-08-30  Jan Hubickalto-symtab.c (lto_cgraph_replace_node): Free decl_in_state.
2013-08-26  Jan Hubickacgraph.c (cgraph_propagate_frequency): Do not assume...
2013-08-26  Jan Hubickacgraph.c (cgraph_redirect_edge_call_stmt_to_callee...
2013-08-26  Jan Hubickacgraph.c (cgraph_speculative_call_info): Fix parameter...
2013-08-25  Jan Hubickacgraph.c (cgraph_turn_edge_to_speculative): Fix debug...
2013-08-23  Jan Hubickacgraph.c (cgraph_turn_edge_to_speculative): Mark target...
2013-08-20  Jan Hubickare PR bootstrap/58186 (LTO profiledbootstrap fails...
2013-08-19  Jan HubickaMakeifle-in (ipa-devirt.o): New.
2013-08-18  Jan Hubickacgraph.c (cgraph_create_indirect_edge): Discover polymo...
2013-08-13  Jan Hubickacgraph.c (cgraph_turn_edge_to_speculative): Return...
2013-08-10  Jan Hubicka* cgraph.c (cgraph_create_edge_1): Clear speculative...
2013-08-09  Jan Hubickacgraph.c (cgraph_resolve_speculation): Cut frequency...
2013-08-09  Jan Hubickacgraphbuild.c (cgraph_rebuild_references): Rebuild...
2013-08-08  Jan Hubickacgraphbuild.c (build_cgraph_edges): Do not walk into...
2013-08-06  Jan Hubickacgraph.c (cgraph_get_body): New function based on lto...
2013-08-05  Jan Hubickare PR lto/57602 (Runfails for several C/C++ benchmarks...
2013-08-02  Jan Hubickacgraph.c (cgraph_function_body_availability): Do not...
2013-08-01  Jan Hubickacgraph.c (cgraph_release_function_body): Use used_as_ab...
2013-07-25  Jan Hubickacgraph.c (release_function_body): Break out from ...
2013-07-25  Jan Hubickalto-symtab.c (lto_cgraph_replace_node): Release functio...
2013-06-15  Dehao Chentree-flow.h (gimple_check_call_matching_types): Add...
2013-06-12  Jan Hubickacgraph.c (verify_edge_corresponds_to_fndecl): Be lax...
2013-06-11  Jan Hubickac-common.c (handle_alias_ifunc_attribute): Do not set...
2013-06-05  Jan Hubickaclass.c (emit_register_classes_in_jcr_section): Use...
2013-06-01  Jan Hubickalto-symtab.c (lto_symtab_merge_cgraph_nodes_1): Rename...
2013-05-29  Jan Hubickacgraph.h (symtab_node_base): Add definition, alias...
2013-05-21  Richard Bienerre PR tree-optimization/57330 (ICE: verify_gimple faile...
2013-05-17  Jan Hubickalto-symtab.c (lto_symtab_merge_cgraph_nodes): Resolve...
2013-05-15  Martin Jamboripa-prop.c (ipa_print_node_jump_functions): Print symbo...
2013-05-13  Martin Jamborre PR middle-end/42371 (dead code not eliminated during...
2013-05-08  Jan Hubickare PR lto/54095 (Unnecessary static variable renaming)
2013-04-05  Steven Bosscherbb-reorder.c (fix_crossing_unconditional_branches)...
2013-03-17  Jan Hubickacgraph.h (cgraph_get_create_real_symbol_node): Declare.
2013-01-10  Richard SandifordUpdate copyright years in gcc/
2012-12-27  Steven Bosscher* cgraph.c (verify_cgraph_node): Don't allocate/free...
2012-11-20  Diego NovilloIntroduce vNULL to use as a nil initializer for vec<>.
2012-11-18  Diego NovilloThis patch rewrites the old VEC macro-based interface...
2012-11-13  Sriraman Tallamcgraph.c (insert_new_cgraph_node_version): Use cgraph_g...
2012-11-06  Aldy HernandezHandle null current_function_decl in cgraph_debug_gimpl...
2012-11-06  Sriraman TallamFunction Multiversioning
2012-10-31  Lawrence CrowlThis patch implements generic type query and conversion...
2012-10-01  Jason Merrillreplaceo
2012-09-20  Martin Jamborfunction.c (push_cfun): Check old current_function_decl...
2012-09-07  Lawrence CrowlModify gcc/*.[hc] double_int call sites to use the...
2012-07-16  Steven Bosschersystem.h (dump_file): Do not define.
2012-07-11  Steven Bosscherexpr.h (can_move_by_pieces): Move prototype from here ...
2012-05-31  Steven Bosscheroutput.h (__gcc_host_wide_int__): Move to hwint.h.
2012-05-29  Joseph MyersLANGUAGES: Fix typos.
2012-05-17  Jan Hubickalto-symtab.c (lto_symtab_resolve_symbols): Preffer...
2012-05-10  Jan Hubickacgraph.h (cgraph_remove_unreachable_nodes): Rename...
2012-05-08  Jan Hubickacgraph.c (cgraph_call_edge_duplication_hooks): Export.
2012-04-30  Uros Bizjakre PR middle-end/53136 (Use after free in ipa_make_edge...
2012-04-30  Jan Hubickacgraph.c (ld_plugin_symbol_resolution_names): Move...
2012-04-25  Jan Hubickacgraphunit.c: Update toplevel comment.
2012-04-23  Jan Hubickalto-symtab.c (lto_cgraph_replace_node): Do not call...
2012-04-22  Jan Hubickalto-symtab.c (lto_varpool_replace_node): Do not merge...
2012-04-20  Jan Hubickalto-symtab.c (lto_cgraph_replace_node): Merge needed...
2012-04-18  Jan Hubickalto-symtab.c (lto_cgraph_replace_node): Update.
2012-04-18  Jan Hubickacgraph.c (cgraph_node_name): Remove.
2012-04-17  Jan Hubickacgraph.c (cgraph_hash, [...]): Remove.
2012-04-16  Jan Hubickacgraph.h (symtab_node_base): Add next and previous...
2012-04-16  Jan Hubickacgraph.h (FOR_EACH_VARIABLE, [...]): New macros.
2012-04-14  Jan Hubickacgraph.h: Update copyrights;
2012-04-12  Richard GuentherMakefile.in (cgraphunit.o): Add $(EXCEPT_H) dependency.
2012-04-10  Jan Hubickacgraph.h: Remove misledaing comment on ipa-ref.h.
2012-04-10  Richard Guenthertoplev.h (tree_rest_of_compilation): Remove.
2012-04-10  Richard Guenthertree-pass.h (tree_lowering_passes): Remove.
2012-03-28  Richard Guentherloop-init.c (loop_optimizer_init): If loops are preserv...
2012-03-22  Jan Hubickare PR tree-optimization/51737 (g++ crashes (internal...
2012-01-11  Eric Botcazoutree.h (build_function_decl_skip_args): Add boolean...
2011-12-05  Richard Guenthercgraph.c (cgraph_create_edge_1): Initialize call_stmt_c...
2011-12-01  Patrick Marlierre PR middle-end/51273 (ICE: vector VEC(inline_summary_...
next