]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/ipa-inline.c
* gimple.h: Remove all includes.
[thirdparty/gcc.git] / gcc / ipa-inline.c
2013-11-22  amacleod * gimple.h: Remove all includes.
2013-11-22  tbsaundeadd auto_vec
2013-11-19  dnovilloFactor unrelated declarations out of tree.h.
2013-11-18  tbsaunderemove nolonger needed {cgraph,varpool}_node_{,asm_...
2013-11-13  tejohnson2013-11-13 Teresa Johnson <tejohnson@google.com>
2013-10-29  bviyerAdded _Cilk_spawn and _Cilk_sync (2 cilk keywords)...
2013-10-29  dmalcolmAutogenerated fixes of "->symbol." to "->"
2013-10-23  amacleod * tree-ssa.h: Remove all #include's
2013-10-21  pmatos * ipa-inline.c (edge_badness): Cap edge->count at...
2013-10-10  dmalcolmipa-inline.c:ipa_inline: Fix leak of "order" when optim...
2013-09-28  rsandifogcc/
2013-09-17  hubicka PR middle-end/58332
2013-09-13  hubicka PR middle-end/58094
2013-09-12  amacleod * tree-ssa.h: New. Move content from tree-flow.h and
2013-09-06  hubicka PR middle-end/58094
2013-08-30  hubicka * cgraph.c (cgraph_function_body_availability): Handle...
2013-08-28  dehao2013-08-28 Dehao Chen <dehao@google.com>
2013-08-26  hubicka * cgraph.c (cgraph_speculative_call_info): Fix paramet...
2013-08-13  hubicka * cgraph.c (cgraph_turn_edge_to_speculative): Return...
2013-08-09  hubicka * cgraphbuild.c (cgraph_rebuild_references): Rebuild...
2013-08-08  hubicka * cgraphbuild.c (build_cgraph_edges): Do not walk...
2013-08-05  dmalcolmAutomated conversion of passes to C++ classes
2013-06-24  jamborm2013-06-24 Martin Jambor <mjambor@suse.cz>
2013-06-18  tmsriramEmit errors when always_inline functions cannot be...
2013-06-15  dehao2013-06-15 Dehao Chen <dehao@google.com>
2013-06-04  hubicka * gcc.dg/tree-ssa/attr-alias.c: New testcase.
2013-05-29  hubicka * cgraph.h (symtab_node_base): Add definition, alias...
2013-05-15  jamborm2013-05-15 Martin Jambor <mjambor@suse.cz>
2013-04-10  rguenth2013-04-10 Richard Biener <rguenther@suse.de>
2013-04-10  rguenth2013-04-10 Zhouyi Zhou <yizhouzhou@ict.ac.cn>
2013-01-10  rsandifoUpdate copyright years in gcc/
2013-01-09  hubicka PR lto/45375
2013-01-04  jakubUpdate Copyright years for files modified in 2011 and...
2012-11-20  dnovilloIntroduce vNULL to use as a nil initializer for vec<>.
2012-11-18  dnovilloThis patch rewrites the old VEC macro-based interface...
2012-11-14  hubicka PR bootstrap/55051
2012-11-11  hubicka PR middle-end/48636
2012-11-08  hubicka PR middle-end/48636
2012-11-06  hubicka * ipa-inline.c (compute_uninlined_call_time): Return...
2012-11-05  hubicka * ipa-inline.c (compute_uninlined_call_time,
2012-11-05  hubicka * ipa-inline.c (leaf_node_p): Rename to ...
2012-11-01  singhai2012-11-01 Sharad Singhai <singhai@google.com>
2012-10-31  hubicka * ipa-inline.c (ipa_inline): Avoid infinite loop on...
2012-10-29  hubicka * ipa-inline.c (want_inline_function_called_once_p...
2012-10-28  hubicka * gcc.dg/ipa/inlinehint-3.c: New testcase.
2012-10-28  hubickaFix previous commit.
2012-10-28  hubicka * ipa-inline.c (edge_badness): Reduce precision; use...
2012-10-25  hubicka * ipa-inline.c (recursive_inlining): Redirect to master
2012-09-12  hubicka PR fortran/48636
2012-09-05  hubicka * ipa-inline.c (want_inline_small_function_p): Use...
2012-08-21  hubicka PR fortran/48636
2012-08-19  hubicka PR lto/45375
2012-08-15  steven * timevar.def (TV_VARPOOL, TV_WHOPR_WPA_LTRANS_EXEC...
2012-08-15  dnovilloMerge from cxx-conversion branch (http://gcc.gnu.org...
2012-08-10  hubicka PR middle-end/54146
2012-07-16  stevengcc/
2012-05-29  jsm28 * LANGUAGES: Fix typos.
2012-05-10  hubicka * ipa-inline.c (update_all_callee_keys): Remove.
2012-05-10  hubicka * cgraph.h (cgraph_remove_unreachable_nodes): Rename...
2012-04-30  uros PR middle-end/53136
2012-04-18  hubicka * lto-symtab.c (lto_cgraph_replace_node): Update.
2012-04-18  hubicka * cgraph.c (cgraph_node_name): Remove.
2012-04-16  hubicka * cgraph.h (symtab_node_base): Add next and previous...
2012-04-16  hubicka * cgraph.h (FOR_EACH_VARIABLE, FOR_EACH_VARIABLE,...
2012-04-14  hubicka * cgraph.h: Update copyrights;
2012-02-15  aldyh+ PR middle-end/52142
2012-01-08  hubicka * ipa-inline.c (want_inline_small_function_p): Fix...
2012-01-07  hubicka PR tree-optimization/51680
2011-12-13  rguenth2011-12-13 Richard Guenther <rguenther@suse.de>
2011-12-07  rguenth2011-12-07 Richard Guenther <rguenther@suse.de>
2011-12-05  rguenth2011-12-05 Richard Guenther <rguenther@suse.de>
2011-12-01  dnovillo PR bootstrap/51346
2011-11-08  aldyhMerge from transactional-memory branch.
2011-11-02  rguenth2010-11-02 Richard Guenther <rguenther@suse.de>
2011-10-23  hubicka * ipa-inline.c (estimate_badness): Scale up and handle...
2011-10-20  hubicka * ipa-inline.c (inline_small_functions): Always update...
2011-10-20  hubicka PR bootstrap/50709
2011-09-22  hubicka * ipa-inline-transform.c (inline_call): Always update...
2011-09-21  hubicka * ipa-inline.c (relative_time_benefit): Fix wrong...
2011-08-05  hubicka PR middle-end/49735
2011-07-25  ebotcazou * ipa-inline.c (can_inline_edge_p): Look into DECL_STR...
2011-07-19  ebotcazou * cif-code.def (OVERWRITABLE): Fix typo and move around.
2011-06-23  hubicka PR tree-optimize/49373
2011-06-21  chrbrPR middle-end/49139 PR other/43564 make sure the inline...
2011-06-14  davidxldumping cleanup phase 1 -- Removing TODO_dump_func
2011-06-13  hubicka * ipa-inline.c (reset_edge_caches): Walk aliases.
2011-06-13  hubicka * cgraph.c (cgraph_for_node_thunks_and_aliases,
2011-06-11  hubicka * lto-symtab.c (lto_cgraph_replace_node): Kill same...
2011-06-10  hubicka * ipa-inline-transform.c (can_remove_node_now_p):...
2011-05-08  hubicka * cgraph.c (cgraph_clone_node): Add call_duplication_h...
2011-05-07  hubicka * ipa-inline-transform.c (inline_call): Account when...
2011-05-07  hubicka * ipa-inline.c (update_callee_keys): Don't reset node...
2011-05-06  hubicka * cgraph.c (cgraph_add_thunk): Create real function...
2011-05-04  hubicka * ipa-inline.c (reset_edge_caches): New function.
2011-05-01  hubicka * ipa-inline.c (caller_growth_limits): Fix thinko...
2011-04-30  hubicka * ipa-inline.c (can_inline_edge_p): Disregard limits...
2011-04-30  hubicka PR middle-end/48752
2011-04-29  jamborm2011-04-29 Martin Jambor <mjambor@suse.cz>
2011-04-26  hubicka * cgraphbuild.c (build_cgraph_edges): Update call
2011-04-22  hubicka * gengtype.c (open_base_files): Add ipa-inline.h include.
next