aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-inline.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-18lto-symtab.c (lto_cgraph_replace_node): Update.Jan Hubicka1-4/+4
2012-04-18cgraph.c (cgraph_node_name): Remove.Jan Hubicka1-1/+1
2012-04-16cgraph.h (symtab_node_base): Add next and previous pointers.Jan Hubicka1-2/+2
2012-04-16cgraph.h (FOR_EACH_VARIABLE, [...]): New macros.Jan Hubicka1-2/+2
2012-04-14cgraph.h: Update copyrights;Jan Hubicka1-59/+61
2012-02-15+ PR middle-end/52142 + * ipa-inline.c (can_inline_edge_p): Do not inline...Aldy Hernandez1-3/+3
2012-01-08* ipa-inline.c (want_inline_small_function_p): Fix formating.Jan Hubicka1-2/+0
2012-01-07re PR tree-optimization/51680 (g++ 4.7 fails to inline trivial template stuff)Jan Hubicka1-31/+38
2011-12-13re PR tree-optimization/51519 (ICE: in inline_small_functions, at ipa-inline....Richard Guenther1-1/+1
2011-12-07re PR middle-end/50823 (ICE in inline_small_functions, at ipa-inline.c:1407)Richard Guenther1-5/+2
2011-12-05cgraph.c (cgraph_create_edge_1): Initialize call_stmt_cannot_inline_p from th...Richard Guenther1-11/+5
2011-12-01re PR bootstrap/51346 (LTO bootstrap failed with bootstrap-profiled)Diego Novillo1-9/+9
2011-11-08Merge from transactional-memory branch.Aldy Hernandez1-0/+8
2011-11-02re PR middle-end/50890 (ICE in fold_convert_loc, at fold-const.c:1894)Richard Guenther1-0/+2
2011-10-23* ipa-inline.c (estimate_badness): Scale up and handle overflows.Jan Hubicka1-4/+10
2011-10-20ipa-inline.c (inline_small_functions): Always update all calles after inlining.Jan Hubicka1-2/+7
2011-10-20re PR bootstrap/50709 (stage3 bootstrap comparison failure with --disable-che...Jan Hubicka1-3/+6
2011-09-22ipa-inline-transform.c (inline_call): Always update jump functions after inli...Jan Hubicka1-4/+2
2011-09-21ipa-inline.c (relative_time_benefit): Fix wrong bracketting.Jan Hubicka1-3/+2
2011-08-05re PR tree-optimization/49735 (mips64-elf libgcc build fails with apparently ...Jan Hubicka1-2/+3
2011-07-25ipa-inline.c (can_inline_edge_p): Look into DECL_STRUCT_FUNCTION of original ...Eric Botcazou1-8/+15
2011-07-19cif-code.def (OVERWRITABLE): Fix typo and move around.Eric Botcazou1-1/+1
2011-06-23re PR middle-end/49373 (Many testcase failures)Jan Hubicka1-7/+5
2011-06-21PR middle-end/49139 PR other/43564 make sure the inline function is inlinedChristian Bruel1-2/+4
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li1-2/+2
2011-06-13ipa-inline.c (reset_edge_caches): Walk aliases.Jan Hubicka1-1/+6
2011-06-13cgraph.c (cgraph_for_node_thunks_and_aliases, [...]): Fix thinko in recursive...Jan Hubicka1-6/+18
2011-06-11lto-symtab.c (lto_cgraph_replace_node): Kill same body alias code.Jan Hubicka1-1/+10
2011-06-10ipa-inline-transform.c (can_remove_node_now_p): Move out of...Jan Hubicka1-63/+86
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