aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-cp.c
AgeCommit message (Expand)Author
2021-03-24ipa: Check that scalar types that IPA-CP comes up with are sane (PR99122)Martin Jambor
2021-01-04Update copyright years.Jakub Jelinek
2020-12-07ipa-cp: Avoid unwanted multiple propagations (PR 97816)Martin Jambor
2020-11-23ipa: special pass-through op for Fortran stridesMartin Jambor
2020-11-13ipa-cp: One more safe_add (PR 97816)Martin Jambor
2020-11-12ipa-cp: Work with time benefits and frequencies in srealsMartin Jambor
2020-11-02ipa-cp: New debug counters for IPA-CPMartin Jambor
2020-10-31Move clone_info to summaryJan Hubicka
2020-10-29LTO: get_section: add new argumentMartin Liska
2020-10-23Move thunks out of cgraph_nodeJan Hubicka
2020-10-02ipa-cp: Separate and increase the large-unit parameterMartin Jambor
2020-10-02ipa-cp: Add dumping of overall_size after cloningMartin Jambor
2020-10-02ipa: Multiple predicates for loop properties, with frequenciesMartin Jambor
2020-10-02ipa: Bundle estimates of ipa_call_context::estimate_size_and_timeMartin Jambor
2020-10-02ipa: Bundle vectors describing argument valuesMartin Jambor
2020-08-31ipa/96806 - Fix ICE in ipa-cp due to integer addition overflowFeng Xue
2020-08-27vec: add exact argument for various grow functions.Martin Liska
2020-08-13ipa: fix ICE in get_default_valueMartin Liska
2020-08-12ipa: fix bit CPP when combined with IPA bit CPMartin Liska
2020-08-11Add debug counter for IPA bits CP.Martin Liska
2020-08-03Multi-range implementation for value_range (irange).Aldy Hernandez
2020-07-28ipa/96291: don't crash on unoptimized lto functionsSergei Trofimovich
2020-06-01Fix missed IPA-CP on by-ref argument directly passed through (PR 93429)Feng Xue
2020-03-20Fix correct offset in ipa_get_jf_ancestor_result.Martin Liska
2020-03-19ipa/94217 simplify offsetted address buildRichard Biener
2020-02-27ipa-cp: Avoid an ICE processing self-recursive cloned edges (PR 93707)Martin Jambor
2020-02-21Do not propagate self-dependent value (PR ipa/93763)Feng Xue
2020-02-10Generalized value pass-through for self-recusive function (PR ipa/93203)Feng Xue
2020-01-25Remove assertion in get_info_about_necessary_edgesFeng Xue
2020-01-13IPA: Avoid segfault in devirtualization_time_bonus (PR 93223)Martin Jambor
2020-01-13Remove usage of legacy param_ipa_cp_unit_growth.Martin Liska
2020-01-10IPA-CP: Always access param_ipcp_unit_growth through opt_for_fnMartin Jambor
2020-01-10IPA-CP: Always access param_ipa_max_agg_items through opt_for_fnMartin Jambor
2020-01-09Add Optimization for various IPA parameters.Martin Liska
2020-01-08Use cgraph_node::dump_{asm_},name where possible.Martin Liska
2020-01-08Find matched aggregate lattice for self-recursive CP (PR ipa/93084)Feng Xue
2020-01-03Avoid segfault when dumping IPA-CP lattices for unoptimized functions (PR 92917)Martin Jambor
2020-01-01Update copyright years.Jakub Jelinek
2019-12-21Avoid segfault when doing IPA-VRP but not IPA-CP (PR 93015)Martin Jambor
2019-12-19Handle aggregate pass-through for self-recursive call (PR ipa/92794)Feng Xue
2019-12-18IPA-CP: Remove bogus static keyword (PR 92971)Martin Jambor
2019-12-10re PR ipa/92883 (ICE in compare_values_warnv)Jakub Jelinek
2019-12-05cgraphclones.c (localize_profile): New function.Jan Hubicka
2019-12-02Enable recursive function versioningFeng Xue
2019-11-29ipa-cp: Avoid ICEs when looking at expanded thunks and unoptimized functionsMartin Jambor
2019-11-28* ipa-cp.c (update_profiling_info): Fix scaling.Jan Hubicka
2019-11-21ipa-fnsummary.c (evaluate_conditions_for_known_args): Be ready for some vecto...Jan Hubicka
2019-11-14Support for value ranges in IPA predicatesJan Hubicka
2019-11-14Add Optimization keyword for param_max_inline_insns_auto param.Martin Liska
2019-11-14Support extended aggregate jump function in ipa-cpFeng Xue