gcc-gdb-test.exp (gdb-test): Reorder matchers to give more consistent results.
[gcc.git] / gcc / ipa-inline.c
2011-05-08 Jan Hubickacgraph.c (cgraph_clone_node): Add call_duplication_hook...
2011-05-07 Jan Hubickaipa-inline-transform.c (inline_call): Account when...
2011-05-07 Jan Hubicka* ipa-inline.c (update_callee_keys): Don't reset node...
2011-05-06 Jan Hubickacgraph.c (cgraph_add_thunk): Create real function node...
2011-05-04 Jan Hubickaipa-inline.c (reset_edge_caches): New function.
2011-05-01 Jan Hubickaipa-inline.c (caller_growth_limits): Fix thinko when
2011-04-30 Jan Hubickaipa-inline.c (can_inline_edge_p): Disregard limits...
2011-04-30 Jan Hubickare PR middle-end/48752 (ICE in evaulate_conditions_for_...
2011-04-29 Martin Jamborcgraph.h (cgraph_postorder): Remove declaration.
2011-04-26 Jan Hubickacgraphbuild.c (build_cgraph_edges): Update call of...
2011-04-22 Jan Hubickagengtype.c (open_base_files): Add ipa-inline.h include.
2011-04-20 Jan Hubickaipa-inline-transform.c (save_inline_function_body)...
2011-04-19 Jan Hubickacgraph.h (save_inline_function_body): Remove.
2011-04-18 Jan Hubicka* ipa-inline.c (inline_small_functions): Fix pasto...
2011-04-18 Jan Hubickaipa-inline.c: Fix comment typos; do not inline gt-ipa...
2011-04-17 Jan Hubickalto-symtab.c (lto_cgraph_replace_node): When call state...
2011-04-16 Jan Hubickacgraphbuild.c: Include ipa-inline.h.
2011-04-14 Jan Hubickacgraph.c (dump_cgraph_node): Do not dump inline summaries.
2011-04-13 Jan Hubickaipa-inline.h: New file.
2011-04-11 Martin Jamborexcept.c (set_nothrow_function_flags): Call cgraph_get_...
2011-04-11 Martin Jamborre PR tree-optimization/48195 (ICE: vector VEC(ipa_node...
2011-04-06 Richard Guentheripa-inline.c (enum inlining_mode): Remove.
2011-04-06 Richard Guentherre PR middle-end/47663 (Very simple wrapper not inlined)
2011-04-03 Michael Matzlto-streamer.h (struct lto_streamer_cache_d): Remove...
2011-03-11 Jakub Jelinekre PR tree-optimization/48063 (ICE: verify_stmts failed...
2011-02-28 Martin Jamboripa-inline.c (cgraph_decide_inlining_of_small_functions...
2011-02-19 Jan Hubickare PR lto/47788 (New LTO failures)
2011-02-17 Alexandre Olivare PR debug/47106 (-fcompare-debug failure (length...
2011-02-15 Alexandre Olivare PR debug/47106 (-fcompare-debug failure (length...
2011-02-15 Alexandre Olivare PR debug/47106 (-fcompare-debug failure (length...
2011-02-11 Nathan Froydcgraph.c: Fix comment typos.
2011-02-09 Richard Guentherre PR middle-end/47664 (early inliner now needs iterati...
2011-01-26 Jan Hubickare PR tree-optimization/47237 (builtin_apply_args broke...
2011-01-07 Jan Hubickare PR tree-optimization/46367 (ICE during cgraph edge...
2010-12-17 Jan Hubickare PR ipa/44563 (GCC uses a lot of RAM when compiling...
2010-11-11 Jan Hubickare PR tree-optimization/40436 (0.5% code size regressio...
2010-11-10 Jan Hubickare PR tree-optimization/46228 (code produced for STL...
2010-11-10 Richard Guentherre PR tree-optimization/44964 (ICE: SIGSEGV in gimple_d...
2010-11-10 Jan Hubickare PR tree-optimization/40436 (0.5% code size regressio...
2010-10-26 Jan Hubickare PR lto/45736 (ICE: in cgraph_remove_unreachable_node...
2010-10-05 Richard Guenthervalue-prof.c (gimple_divmod_fixed_value): Work on SSA...
2010-10-04 Martin Jamborre PR tree-optimization/45572 (various ICEs with -finli...
2010-09-18 Jan Hubickare PR tree-optimization/45453 (ICE: verify_cgraph_node...
2010-09-07 Jan Hubickatree-inline.c (tree_inlinable_function_p): Do not test...
2010-08-19 Nathan Froydcfgloop.c (get_loop_body_in_bfs_order): Avoid redundant...
2010-07-23 Martin Jamborre PR tree-optimization/44915 (ICE: SIGSEGV in walk_ali...
2010-07-15 Nathan Froydtree.h (DECL_CHAIN): Define.
2010-07-08 Jan Hubickacgraph.c (cgraph_will_be_removed_from_program_if_no_dir...
2010-07-08 Ramana RadhakrishnanFix PR44768
2010-07-03 Jan Hubickaipa-inline.c (update_edge_key): Break out from ...
2010-07-01 Richard Guentherre PR middle-end/42834 (memcpy folding overeager)
2010-06-28 Jan Hubickare PR tree-optimization/44357 (internal compiler error...
2010-06-25 Martin Jamboripa-prop.h (struct ipa_param_descriptor): Removed the...
2010-05-27 Joseph Myersdiagnostic-core.h: New.
2010-05-27 Jan Hubickaipa-inline.c (cgraph_estimate_size_after_inlining)...
2010-05-27 Jan Hubickacgraphunit.c (verify_cgraph_node): Do checking that...
2010-05-21 Joseph Myersdiagnostic.c: Don't include tm.h, tree.h, tm_p.h, langh...
2010-05-19 Martin Jamboripa-prop.c (ipa_print_node_jump_functions): Print jump...
2010-05-16 Jan Hubickacgraph.c (cgraph_clone_node): Take decl argument and...
2010-05-11 Jan Hubickare PR tree-optimization/44063 (build broken for libgcc...
2010-05-09 Richard Guentherre PR tree-optimization/44043 (sorry, unimplemented...
2010-05-06 Jan Hubickare PR tree-optimization/43791 (kernel/rtmutex.c:1138...
2010-04-30 Jan Hubickacgraph.h (cgraph_local_info): Remove for_functions_valid.
2010-04-29 Jan Hubickagengtype.c (open_base_files): Add lto-streamer.h
2010-04-29 Jan Hubicka* lto-symtab.c (lto_symtab_entry_def) Add vnode.
2010-04-28 Martin Jamborcgraph.h (struct cgraph_node): New field indirect_calls.
2010-04-27 Jan Hubickacgraph.c (cgraph_propagate_frequency): New function.
2010-04-21 Jan Hubickatree-pass.h (ipa_opt_pass_d): Rename function_read_summ...
2010-04-21 Jan Hubickacgraph.c (dump_cgraph_node): Dump also assembler name.
2010-04-17 Jan Hubicka* ipa-inline.c (cgraph_early_inlining): Handle flatteni...
2010-04-13 Jan Hubickaipa-inline.c (cgraph_mark_inline_edge): Avoid double...
2010-04-12 Richard Guentheripa.c (cgraph_postorder): Adjust postorder to guarantee...
2010-04-02 Steven BosscherMake-lang.in, [...]: Update copyright years.
2010-01-29 Richard Guentherre PR middle-end/37448 (cannot compile big function)
2010-01-06 Richard Guentheripa-inline.c (cgraph_decide_inlining_incrementally...
2010-01-05 Martin Jamborre PR tree-optimization/42462 (wrong-code with computed...
2009-12-10 Jakub Jelinekre PR c++/42317 (Issues with comdat virtual dtors)
2009-11-25 H.J. LuRemove trailing white spaces.
2009-11-23 Jan Hubickare PR middle-end/42151 (verify_cgraph_node failed with...
2009-11-18 Martin Jamboripa-prop.h (struct ipa_param_call_note): New field...
2009-11-16 Jan Hubickacgraphbuild.c (compute_call_stmt_bb_frequency): Use...
2009-11-10 Martin Jambortree-pass.h (struct ipa_opt_pass_d): Added stmt_fixup...
2009-10-31 Toon Moeneipa-inline.c (cgraph_decide_inlining): Include reason...
2009-10-22 Jan Hubickare PR tree-optimization/40556 (ICE in IPA-CP with recur...
2009-10-22 Jan Hubickaipa-cp.c (ipcp_write_summary, [...]): New functions.
2009-10-07 Jan Hubickalto-symtab.c (lto_cgraph_replace_node): Assert that...
2009-10-03 Diego NovilloMerge lto branch into trunk.
2009-10-01 Jan Hubickacgraph.c (cgraph_clone_node): Add redirect_callers...
2009-09-15 Martin Jamboripa-inline.c (estimate_function_body_sizes): Dump info...
2009-09-14 Richard HendersonSquash commit of EH in gimple
2009-08-12 Xinliang David LiFix to PR41012
2009-07-30 Martin Jamborre PR tree-optimization/40570 (ICE with recursion at...
2009-07-03 Jan Hubickaipa-inline.c (cgraph_decide_inlining_incrementally...
2009-05-25 Jan Hubickacgraph.c (dump_cgraph_node): Dump size/time/benefit.
2009-05-21 Richard Guenthercgraph.h (struct cgraph_node): Remove inline_decl member.
2009-05-16 Ian Lance Tayloralias.c (struct alias_set_entry_d): Rename from struct...
2009-05-15 Jan Hubickainvoke.texi (max-early-inliner-iterations): New flag.
2009-05-15 Jan HubickaRevert the following patch until testsuite fallout...
2009-05-15 Jan Hubickacgraph.c (dump_cgraph_node): Dump size/time/benefit.
2009-05-08 Jan Hubickacgraphbuild.c (compute_call_stmt_bb_frequency): Accept...
next