]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/ipa-inline.c
sh.c: Do not include algorithm.
[thirdparty/gcc.git] / gcc / ipa-inline.c
2014-11-11  Trevor Saundersc++ify sreal
2014-11-05  Ilya Enkovichipa-chkp.c: New.
2014-10-31  Eric Botcazouipa-inline.c (want_inline_small_function_p): Fix typo...
2014-10-28  Andrew MacLeodcgraph.h: Flatten.
2014-10-27  Andrew MacLeodggcplug.c: Shuffle includes to include gcc-plugin.h...
2014-10-21  Dehao ChenAdd AutoFDO.
2014-10-20  Andrew MacLeodcfgrtl.h: New.
2014-10-07  Eric Botcazoucgraph.h (cgraph_node::get_fun): Declare.
2014-08-25  Martin LiskaIPA C++ refactoring 4/N
2014-08-20  Jan Hubickacgraphunit.c (ipa_passes, compile): Reshedule symtab_re...
2014-07-24  Martin LiskaIPA C++ refactoring 1/N
2014-07-09  Trevor Saundersremove has_execute
2014-07-01  Martin LiskaIPA REF alias refactoring
2014-06-25  Martin LiskaIPA REF refactoring
2014-06-02  Andrew MacLeodexpr.h: Remove prototypes of functions defined in built...
2014-05-26  Richard Bienersystem.h: Define __STDC_FORMAT_MACROS before including...
2014-05-21  Jan Hubickare PR bootstrap/60984 (AIX: gcc-4.9.0 bootstrap fails...
2014-04-18  Jan Hubickaipa-inline.h (INLINE_HINT_known_hot): New hint.
2014-04-18  Jan Hubickaipa-inline.c (spec_rem): New static variable.
2014-04-17  Jan Hubickaipa-inline.c (inline_small_functions): Account only...
2014-04-17  Trevor Saunderspass cfun to pass::execute
2014-04-17  Trevor Saundersremove has_gate
2014-04-04  Martin Jamborre PR ipa/60640 (ICE edge points to wrong declaration...
2014-03-28  Jan Hubickare PR ipa/60243 (IPA is slow on large cgraph tree)
2014-03-27  Dehao Chen* ipa-inline.c (early_inliner): Update node's inline...
2014-03-26  Jan Hubickare PR ipa/60315 (template constructor switch optimization)
2014-02-20  Jan Hubickare PR middle-end/58555 (Floating point exception in...
2014-02-07  Jeff Law* ipa-inline.c (inline_small_functions): Fix typos.
2014-02-05  Yury Gribovre PR sanitizer/59600 (no_sanitize_address mishandled...
2014-01-27  Jeff Law* ipa-inline.c (inline_small_functions): Fix typo.
2014-01-02  Richard SandifordUpdate copyright years in gcc/
2013-12-23  Jason Merrillre PR c++/41090 (Using static label reference in c...
2013-12-17  Aldy Hernandezipa-inline.c (gate_ipa_inline): Remove.
2013-12-02  Yuri RumyantsevAdd missed pointer de-reference
2013-11-22  Andrew MacLeodgimple.h: Remove all includes.
2013-11-22  Trevor Saundersadd auto_vec
2013-11-19  Diego NovilloFactor unrelated declarations out of tree.h.
2013-11-18  Trevor Saundersremove nolonger needed {cgraph,varpool}_node_{,asm_...
2013-11-13  Teresa Johnsonre PR ipa/58862 (LTO profiledbootstrap failure: lto1...
2013-10-29  Balaji V. IyerAdded _Cilk_spawn and _Cilk_sync (2 cilk keywords)...
2013-10-29  David MalcolmAutogenerated fixes of "->symbol." to "->"
2013-10-23  Andrew MacLeodtree-ssa.h: Remove all #include's
2013-10-21  Paulo Matosipa-inline.c (edge_badness): Cap edge->count at max_cou...
2013-10-10  David Malcolmipa-inline.c:ipa_inline: Fix leak of "order" when optim...
2013-09-28  Richard Sandifordalloc-pool.c, [...]: Add missing whitespace before...
2013-09-17  Jan Hubickare PR ipa/58332 (error: inlined_to pointer is set but...
2013-09-13  Jan Hubickare PR middle-end/58094 (IPA devirt testsuite errors)
2013-09-12  Andrew MacLeodtree-ssa.h: New.
2013-09-06  Jan Hubickare PR middle-end/58094 (IPA devirt testsuite errors)
2013-08-30  Jan Hubickacgraph.c (cgraph_function_body_availability): Handle...
2013-08-28  Dehao Chenipa-inline.c (edge_badness): Fix integer underflow.
2013-08-26  Jan Hubickacgraph.c (cgraph_speculative_call_info): Fix parameter...
2013-08-13  Jan Hubickacgraph.c (cgraph_turn_edge_to_speculative): Return...
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-05  David MalcolmAutomated conversion of passes to C++ classes
2013-06-24  Martin Jamborre PR tree-optimization/57539 (ice in ipa_edge_duplicat...
2013-06-18  Sriraman TallamEmit errors when always_inline functions cannot be...
2013-06-15  Dehao Chentree-flow.h (gimple_check_call_matching_types): Add...
2013-06-04  Jan Hubickaattr-alias.c: New testcase.
2013-05-29  Jan Hubickacgraph.h (symtab_node_base): Add definition, alias...
2013-05-15  Martin Jamboripa-prop.c (ipa_print_node_jump_functions): Print symbo...
2013-04-10  Richard Bienerpasses.c (execute_todo): Do not call ggc_collect condit...
2013-04-10  Zhouyi Zhoucif-code.def (OVERWRITABLE): Correct the comment for...
2013-01-10  Richard SandifordUpdate copyright years in gcc/
2013-01-09  Jan Hubickare PR lto/45375 ([meta-bug] Issues with building Mozill...
2013-01-04  Jakub JelinekUpdate Copyright years for files modified in 2011 and...
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-14  Jan Hubickare PR bootstrap/55051 (profiledbootstrap failed)
2012-11-11  Jan Hubickare PR fortran/48636 (Enable more inlining with -O2...
2012-11-08  Jan Hubickare PR fortran/48636 (Enable more inlining with -O2...
2012-11-06  Jan Hubickaipa-inline.c (compute_uninlined_call_time): Return...
2012-11-05  Jan Hubickaipa-inline.c (compute_uninlined_call_time, [...]):...
2012-11-05  Jan Hubickaipa-inline.c (leaf_node_p): Rename to ...
2012-11-01  Sharad Singhaiinvoke.texi: Update -fopt-info documentation.
2012-10-31  Jan Hubickaipa-inline.c (ipa_inline): Avoid infinite loop on inlin...
2012-10-29  Jan Hubickaipa-inline.c (want_inline_function_called_once_p):...
2012-10-28  Jan Hubickainlinehint-3.c: New testcase.
2012-10-28  Jan HubickaFix previous commit.
2012-10-28  Jan Hubickaipa-inline.c (edge_badness): Reduce precision; use...
2012-10-25  Jan Hubickaipa-inline.c (recursive_inlining): Redirect to master...
2012-09-12  Jan Hubickare PR fortran/48636 (Enable more inlining with -O2...
2012-09-05  Jan Hubickaipa-inline.c (want_inline_small_function_p): Use INLINE...
2012-08-21  Jan Hubickare PR fortran/48636 (Enable more inlining with -O2...
2012-08-19  Jan Hubickare PR lto/45375 ([meta-bug] Issues with building Mozill...
2012-08-15  Steven Bosschertimevar.def (TV_VARPOOL, [...]): Remove.
2012-08-15  Diego Novillobackport: As described in http://gcc.gnu.org/ml/gcc...
2012-08-10  Jan Hubickare PR middle-end/54146 (Very slow compile with attribut...
2012-07-16  Steven Bosschersystem.h (dump_file): Do not define.
2012-05-29  Joseph MyersLANGUAGES: Fix typos.
2012-05-10  Jan Hubickaipa-inline.c (update_all_callee_keys): Remove.
2012-05-10  Jan Hubickacgraph.h (cgraph_remove_unreachable_nodes): Rename...
2012-04-30  Uros Bizjakre PR middle-end/53136 (Use after free in ipa_make_edge...
2012-04-18  Jan Hubickalto-symtab.c (lto_cgraph_replace_node): Update.
2012-04-18  Jan Hubickacgraph.c (cgraph_node_name): 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-02-15  Aldy Hernandez+ PR middle-end/52142 + * ipa-inline.c (can_inline_edge...
next