aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-inline.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-24cgraphunit.c (symbol_table::process_new_functions): Call ipa_free_size_summary.Jan Hubicka1-26/+29
2019-10-23Do not ICE in IPA inliner.Martin Liska1-1/+1
2019-10-05ipa-inline.c: Fix type; compute size rather than self_size for size of caller...Jan Hubicka1-2/+2
2019-10-04* ipa-inline.c (inline_insns_single, inline_insns_auto): Fix typo.Jan Hubicka1-2/+2
2019-10-03params.def (PARAM_INLINE_HEURISTICS_HINT_PERCENT, [...]): New.Jan Hubicka1-41/+58
2019-10-02cif-code.def (MAX_INLINE_INSNS_SINGLE_O2_LIMIT, [...]): New.Jan Hubicka1-28/+67
2019-10-01invoke.texi (early-inlining-insns-O2): Document.Jan Hubicka1-8/+14
2019-07-26[PR 89330] Remove non-useful speculations from new_edgesMartin Jambor1-4/+8
2019-07-25cif-code.def (NEVER_CALL): New code.Eric Botcazou1-7/+10
2019-07-19re PR ipa/91194 (A suspicious condition in recursive_inlining)Jan Hubicka1-1/+1
2019-07-14ipa-fnsummary.c (ipa_dump_hints): Do not dump array_index.Jan Hubicka1-3/+0
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-2/+2
2019-06-10Reduce SCCs in IPA postorder.Martin Liska1-1/+11
2019-04-18re PR ipa/85051 (ICE: in edge_badness, at ipa-inline.c:1035 with flattening r...Jan Hubicka1-7/+8
2019-04-03re PR tree-optimization/89730 (-flive-patching=inline-only-static should gran...Qing Zhao1-6/+7
2019-02-11Construct ipa_reduced_postorder always for overwritable (PR ipa/89009).Martin Liska1-1/+1
2019-01-31re PR sanitizer/89124 (__attribute__((no_sanitize_address)) interferes with _...Jakub Jelinek1-0/+6
2019-01-09PR other/16615 [1/5]Sandra Loosemore1-2/+2
2019-01-06re PR tree-optimization/86020 (Performance regression in Eigen geometry.cpp t...Jan Hubicka1-1/+1
2019-01-05invoke.texi (max-inline-insns-small): New parameters.Jan Hubicka1-6/+4
2019-01-05invoke.texi: Document max-inline-insns-size...Jan Hubicka1-3/+5
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-11-29Add a new option -flive-patching={inline-only-static|inline-clone}Qing Zhao1-0/+6
2018-11-13Fix ICE with -fopt-info-inline (PR ipa/87955)David Malcolm1-6/+8
2018-11-08ipa-inline.c/tree-inline.c: port from fprintf to dump API (PR ipa/86395)David Malcolm1-91/+100
2018-11-07ipa-inline.c (want_inline_small_function_p): Compute big_speedup_p lazily and...Richard Biener1-7/+7
2018-10-04Call ultimate_alias_target for node being inlined (PR ipa/87491).Martin Liska1-2/+3
2018-08-31[ipa-inline][obvious] Fix typos in commentKyrylo Tkachov1-3/+3
2018-07-02Revert one ipa_call_summaries::get to get_create (PR ipa/86323).Martin Liska1-8/+5
2018-06-19Clean-up usage of ipa_fn_summary and ipa_call_summary summaries.Martin Liska1-37/+52
2018-06-08Come up with cgraph_node::get_uid and make cgraph_node::uid private.Martin Liska1-2/+2
2018-06-08Port edge_growth_cache to call_summary.Martin Liska1-12/+19
2018-06-08Use summaries->get where possible. Small refactoring of multiple calls.Martin Liska1-4/+4
2018-06-08Rename get methods in symbol-summary.h to get_create.Martin Liska1-35/+37
2018-06-08Remove MPXMartin Liska1-7/+0
2018-02-17re PR ipa/84425 (Hang in ipa-inline.c starting with r250048)Jakub Jelinek1-1/+1
2018-01-30re PR ipa/81360 (ice in estimate_edge_growth, at ipa-inline.h:86)Jan Hubicka1-22/+65
2018-01-17re PR ipa/83051 (ICE on valid code at -O3: in edge_badness, at ipa-inline.c:1...Jan Hubicka1-1/+2
2018-01-14re PR ipa/83051 (ICE on valid code at -O3: in edge_badness, at ipa-inline.c:1...Jan Hubicka1-1/+2
2018-01-14inline_small_functions speedupRichard Sandiford1-5/+9
2018-01-09* ipa-inline.c (edge_badness): Revert accidental checkin.Jan Hubicka1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2018-01-02ipa-inline.c (big_speedup_p): Fix expression.Richard Biener1-1/+1
2017-12-19re PR ipa/82801 (Internal compiler error with Eigen and __attribute__((always...Jakub Jelinek1-11/+53
2017-12-05invoke.texi: Document the options.Martin Liska1-2/+6
2017-11-24re PR bootstrap/83015 (bootstrap comparison failure on ia64)Jan Hubicka1-0/+2
2017-11-23ipa-fnsummary.c (record_modified_bb_info): Use sreal frequencies.Jan Hubicka1-87/+44
2017-11-20re PR bootstrap/83062 (Bootstrap failure: libsanitizer/tsan/tsan_rtl.h:713:44...Jan Hubicka1-1/+1
2017-11-19re PR ipa/81360 (ice in estimate_edge_growth, at ipa-inline.h:86)Jan Hubicka1-1/+2
2017-11-18cgraphclones.c (cgraph_edge::clone): Rename gcov_count to prof_count.Jan Hubicka1-2/+3