aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-inline-transform.c
AgeCommit message (Expand)Author
2020-04-30ipa: Cgraph verification fix (PR 94856)Martin Jambor
2020-04-16ipa: Make call redirection detect already adjusted calls (PR 93621)Martin Jambor
2020-03-20Fix verifier ICE on wrong comdat local flag [PR93347]Jan Hubicka
2020-01-09Make cgraph_edge::resolve-speculation staticMartin Jambor
2020-01-08Use cgraph_node::dump_{asm_},name where possible.Martin Liska
2020-01-01Update copyright years.Jakub Jelinek
2019-12-05Fix g++.dg/torture/pr59226.CJan Hubicka
2019-11-28Prevent inconsistent profiles to be created in inlin_transformJan Hubicka
2019-11-23ipa-fnsummary.c: Fix comment typos.Jakub Jelinek
2019-11-21Incremental updating of inline summaries.Jan Hubicka
2019-11-04ipa-inline-transform.c: Include ipa-utils.hJan Hubicka
2019-10-30Remove cgraph_global_info.Martin Liska
2019-10-27ipa-inline-transform.c (inline_call): update function summaries after expanid...Jan Hubicka
2019-10-24cgraphunit.c (symbol_table::process_new_functions): Call ipa_free_size_summary.Jan Hubicka
2019-09-20New IPA-SRAMartin Jambor
2019-07-26[PR 89330] Remove non-useful speculations from new_edgesMartin Jambor
2019-01-09PR other/16615 [1/5]Sandra Loosemore
2019-01-01Update copyright years.Jakub Jelinek
2018-06-19Clean-up usage of ipa_fn_summary and ipa_call_summary summaries.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-18cgraphclones.c (cgraph_edge::clone): Rename gcov_count to prof_count.Jan Hubicka
2017-11-10auto-profile.c (afdo_indirect_call): Drop frequency.Jan Hubicka
2017-11-09re PR ipa/82879 (ICE in max, at profile-count.h:889)Jan Hubicka
2017-11-06re PR bootstrap/82832 (Broken PGO LTO bootstrap on x86_64 after r254379)Jan Hubicka
2017-11-03asan.c (create_cond_insert_point): Maintain profile.Jan Hubicka
2017-10-19asan.c (create_cond_insert_point): Do not update edge count.Jan Hubicka
2017-06-16ipa-inline-transform.c (update_noncloned_frequencies): Update also counts.Jan Hubicka
2017-06-10ipa-inline-transform.c: Include function.h, cfg.h and basic-block.hJan Hubicka
2017-05-23Introduce symtab_node::dump_{asm_,}name functions.Martin Liska
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-01-13Reload global options when strict aliasing is dropped (PR ipa/79043).Martin Liska
2017-01-01Update copyright years.Jakub Jelinek
2016-11-30Introduce -fdump-ipa-clones dump outputMartin Liska
2016-09-20Add IPA VRPKugan Vivekanandarajah
2016-07-13re PR ipa/71633 ([CHKP] internal compiler error: in inline_call)Ilya Enkovich
2016-06-29Mark -fstack-protect as optimization flag.Martin Liska
2016-06-03Add option for whether ceil etc. can raise "inexact", adjust x86 conditions.Joseph Myers
2016-05-18ipa-inline-transform.c (preserve_function_body_p): Look for first non-thunk c...Jan Hubicka
2016-05-16ipa-inline-analysis.c (compute_inline_parameters): Be more reailistic on esti...Jan Hubicka
2016-05-02ipa-inline-analysis.c (reset_inline_summary): Clear fp_expressionsJan Hubicka
2016-03-26re PR ipa/70366 (chromium fails to build with LTO due to segfault in ipa-inli...Richard Biener
2016-02-22re PR middle-end/37448 (cannot compile big function)Richard Biener
2016-01-04Update copyright years.Jakub Jelinek
2015-12-01ipa-inline-transform.c (inline_call): Drop -fstrict-aliasing when inlining -f...Jan Hubicka
2015-10-30alias.c: Remove unused headers.Andrew MacLeod
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod