aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-inline.h
AgeCommit message (Expand)Author
2020-04-16ipa: Make call redirection detect already adjusted calls (PR 93621)Martin Jambor
2020-01-01Update copyright years.Jakub Jelinek
2019-11-21Avoid quadratic behaviour of early inliner.Jan Hubicka
2019-11-16Fix nonspec_time when there is no cached value.Jan Hubicka
2019-11-09ipa-inline-analysis.c (do_estimate_growth_1): Add support for capping the gro...Jan Hubicka
2019-11-04cgraphclones.c (cgraph_node::create_version_clone): Do not duplicate summaries.Jan Hubicka
2019-11-03ipa-fnsummary.c (ipa_call_context::duplicate_from): New member function.Jan Hubicka
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-01-01Update copyright years.Jakub Jelinek
2018-06-08Replace some ::get_create with ::get in IPA inline.Martin Liska
2018-06-08Port edge_growth_cache to call_summary.Martin Liska
2018-06-08Use summaries->get where possible. Small refactoring of multiple calls.Martin Liska
2018-06-08Rename get methods in symbol-summary.h to get_create.Martin Liska
2018-01-03Update copyright years.Jakub Jelinek
2017-11-10auto-profile.c (afdo_indirect_call): Drop frequency.Jan Hubicka
2017-06-29re PR ipa/80565 (ICE at -O2 and -O3 in 32-bit mode (not 64-bit) on x86_64-lin...Yury Gribov
2017-05-23ipa-inline-analysis.c (cgraph_2edge_hook_list, [...]): Remove.Jan Hubicka
2017-05-22Makefile.in: Add ipa-fnsummary.o and ipa-fnsummary.hJan Hubicka
2017-05-22ipa-inline-analysis.c (inline_summary::reset): Do not reset self_time.Jan Hubicka
2017-05-22ipa-inline-analysis.c (account_size_time): Rename to ...Jan Hubicka
2017-05-19ipa-inline.h (ipa_call_summary): Turn sizes into signed; add ctor.Jan Hubicka
2017-05-19ipa-inline-analysis.c (cgraph_2edge_hook_list, [...]): Remove.Jan Hubicka
2017-05-18Makefile.in: Add ipa-predicate.o and ipa-predicate.hJan Hubicka
2017-05-18ipa-inline-analysis.c (predicate_conditions): Move to ipa-inline.h (true_pred...Jan Hubicka
2017-05-04ipa-cp.c (perform_estimation_of_a_value): Drop base_time parameter; update us...Jan Hubicka
2017-05-03re PR ipa/80609 (crash_signal in reset_inline_summary on ia64 bootstrap)Jan Hubicka
2017-04-30re PR tree-optimization/79224 (Large C-Ray slowdown)Jan Hubicka
2017-04-28ipa-cp.c (perform_estimation_of_a_value): Turn time to sreal.Jan Hubicka
2017-04-26ipa-cp.c (estimate_local_effects): Convert sreal to int.Jan Hubicka
2017-04-03Fix numerous typos in commentsJonathan Wakely
2017-01-01Update copyright years.Jakub Jelinek
2016-05-18[PR 70646] Store size to inlining predicate conditionsMartin Jambor
2016-05-02ipa-inline-analysis.c (reset_inline_summary): Clear fp_expressionsJan Hubicka
2016-01-04Update copyright years.Jakub Jelinek
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev
2015-04-01lto-cgraph.c (lto_output_node, [...]): Stream split_part.Jan Hubicka
2015-03-26ipa-inline-analysis.c (redirect_to_unreachable): New function.Jan Hubicka
2015-01-20re PR lto/45375 ([meta-bug] Issues with building Mozilla (i.e. Firefox) with ...Jan Hubicka
2015-01-14re PR ipa/64481 (r219076 breaks bootstrap (x86_64-unknown-linux-gnu))Jan Hubicka
2015-01-05Update copyright years.Jakub Jelinek
2014-12-22symbol_summary is used for inline_summary.Martin Liska
2014-11-14ipa-prop.h (ipa_get_jf_pass_through_type_preserved): use agg_preserved flag i...Martin Jambor
2014-10-28cgraph.h: Flatten.Andrew MacLeod
2014-10-21Add AutoFDO.Dehao Chen
2014-09-18Add header guard to several header files.Kito Cheng
2014-07-24IPA C++ refactoring 1/NMartin Liska
2014-06-04New callgraph wrapper function creation addedMartin Liska
2014-05-21re PR bootstrap/60984 (AIX: gcc-4.9.0 bootstrap fails in stage-2)Jan Hubicka
2014-04-18ipa-inline.h (INLINE_HINT_known_hot): New hint.Jan Hubicka
2014-03-28re PR ipa/60243 (IPA is slow on large cgraph tree)Jan Hubicka