aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-inline.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-08cgraph.c (cgraph_clone_node): Add call_duplication_hook parameter.Jan Hubicka1-1/+1
2011-05-07ipa-inline-transform.c (inline_call): Account when program size decreases.Jan Hubicka1-46/+91
2011-05-07* ipa-inline.c (update_callee_keys): Don't reset node growth cache.Jan Hubicka1-3/+3
2011-05-06cgraph.c (cgraph_add_thunk): Create real function node instead of alias node...Jan Hubicka1-6/+4
2011-05-04ipa-inline.c (reset_edge_caches): New function.Jan Hubicka1-29/+97
2011-05-01ipa-inline.c (caller_growth_limits): Fix thinko whenJan Hubicka1-3/+7
2011-04-30ipa-inline.c (can_inline_edge_p): Disregard limits when inlining into functio...Jan Hubicka1-3/+41
2011-04-30re PR middle-end/48752 (ICE in evaulate_conditions_for_edge at ipa-inline-ana...Jan Hubicka1-0/+9
2011-04-30cgraph.h (cgraph_postorder): Remove declaration.Martin Jambor1-1/+2
2011-04-26cgraphbuild.c (build_cgraph_edges): Update call of cgraph_create_edge and cgr...Jan Hubicka1-4/+7
2011-04-22gengtype.c (open_base_files): Add ipa-inline.h include.Jan Hubicka1-42/+36
2011-04-20ipa-inline-transform.c (save_inline_function_body): Add comments.Jan Hubicka1-15/+25
2011-04-19cgraph.h (save_inline_function_body): Remove.Jan Hubicka1-209/+7
2011-04-18* ipa-inline.c (inline_small_functions): Fix pasto in previous patch.Jan Hubicka1-1/+1
2011-04-18ipa-inline.c: Fix comment typos; do not inline gt-ipa-inline.hJan Hubicka1-129/+157
2011-04-17lto-symtab.c (lto_cgraph_replace_node): When call statement is present, also ...Jan Hubicka1-530/+693
2011-04-16cgraphbuild.c: Include ipa-inline.h.Jan Hubicka1-75/+99
2011-04-14cgraph.c (dump_cgraph_node): Do not dump inline summaries.Jan Hubicka1-3/+21
2011-04-13ipa-inline.h: New file.Jan Hubicka1-442/+18
2011-04-11except.c (set_nothrow_function_flags): Call cgraph_get_node instead of cgraph...Martin Jambor1-2/+2
2011-04-11re PR tree-optimization/48195 (ICE: vector VEC(ipa_node_params_t,base) index ...Martin Jambor1-5/+1
2011-04-06ipa-inline.c (enum inlining_mode): Remove.Richard Guenther1-185/+167
2011-04-06re PR middle-end/47663 (Very simple wrapper not inlined)Richard Guenther1-136/+127
2011-04-03lto-streamer.h (struct lto_streamer_cache_d): Remove offsets and next_slot me...Michael Matz1-6/+8
2011-03-11re PR tree-optimization/48063 (ICE: verify_stmts failed: conversion of regist...Jakub Jelinek1-1/+2
2011-02-28ipa-inline.c (cgraph_decide_inlining_of_small_functions): Fix the description...Martin Jambor1-1/+1
2011-02-19re PR lto/47788 (New LTO failures)Jan Hubicka1-0/+2
2011-02-17re PR debug/47106 (-fcompare-debug failure (length) with -fpartial-inlining ...Alexandre Oliva1-3/+0
2011-02-15re PR debug/47106 (-fcompare-debug failure (length) with -fpartial-inlining ...Alexandre Oliva1-2/+1
2011-02-15re PR debug/47106 (-fcompare-debug failure (length) with -fpartial-inlining ...Alexandre Oliva1-3/+2
2011-02-11cgraph.c: Fix comment typos.Nathan Froyd1-10/+10
2011-02-09re PR middle-end/47664 (early inliner now needs iteration for multiple calls)Richard Guenther1-6/+0
2011-01-26re PR tree-optimization/47237 (builtin_apply_args broken WRT local ABI changes.)Jan Hubicka1-0/+16
2011-01-07re PR tree-optimization/46367 (ICE during cgraph edge cloning)Jan Hubicka1-1/+6
2010-12-17re PR ipa/44563 (GCC uses a lot of RAM when compiling a large numbers of func...Jan Hubicka1-85/+36
2010-11-11re PR tree-optimization/40436 (0.5% code size regression caused by r147852)Jan Hubicka1-22/+32
2010-11-10re PR tree-optimization/46228 (code produced for STL container is worse in 4....Jan Hubicka1-0/+6
2010-11-10re PR tree-optimization/44964 (ICE: SIGSEGV in gimple_default_def (tree-dfa.c...Richard Guenther1-0/+8
2010-11-10re PR tree-optimization/40436 (0.5% code size regression caused by r147852)Jan Hubicka1-4/+3
2010-10-26re PR lto/45736 (ICE: in cgraph_remove_unreachable_nodes, at ipa.c:245 with -...Jan Hubicka1-2/+8
2010-10-05value-prof.c (gimple_divmod_fixed_value): Work on SSA form.Richard Guenther1-30/+0
2010-10-04re PR tree-optimization/45572 (various ICEs with -finline-small-functions -fi...Martin Jambor1-0/+1
2010-09-18re PR tree-optimization/45453 (ICE: verify_cgraph_node failed: inlined_to poi...Jan Hubicka1-0/+6
2010-09-07tree-inline.c (tree_inlinable_function_p): Do not test DECL_REPLACEABLE_P.Jan Hubicka1-1/+10
2010-08-19cfgloop.c (get_loop_body_in_bfs_order): Avoid redundant call to bitmap_bit_p.Nathan Froyd1-2/+1
2010-07-23re PR tree-optimization/44915 (ICE: SIGSEGV in walk_aliased_vdefs_1.constprop...Martin Jambor1-2/+6
2010-07-15tree.h (DECL_CHAIN): Define.Nathan Froyd1-1/+1
2010-07-08cgraph.c (cgraph_will_be_removed_from_program_if_no_direct_calls): New function.Jan Hubicka1-4/+3
2010-07-08Fix PR44768Ramana Radhakrishnan1-1/+1
2010-07-03ipa-inline.c (update_edge_key): Break out from ...Jan Hubicka1-23/+77