summaryrefslogtreecommitdiff
path: root/gcc/ipa-cp.c
AgeCommit message (Expand)Author
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
2019-11-13ipa-cp.c (propagate_vr_across_jump_function): Propagate also across binary op...Jan Hubicka
2019-11-13ipa-cp.c (ignore_edge_p): Do not check caller flags.Jan Hubicka
2019-11-13Rewrite value_range constructors to the value_range_kind is at the end, and d...Aldy Hernandez
2019-11-13Add a few missing checks that IPA_NODE_REF is not NULL (PR 92454)Martin Jambor
2019-11-12ipa-cp.c (ignore_edge_p): Also look for optimize flag.Jan Hubicka
2019-11-12Remove gcc/params.* files.Martin Liska
2019-11-12Apply mechanical replacement (generated patch).Martin Liska
2019-11-10cgraph.h (struct cgraph_node): Add ipcp_clone flag.Jan Hubicka
2019-11-05The base class for ranges is currently value_range_base, which is rather long...Aldy Hernandez
2019-10-30Remove cgraph_local_info structure.Martin Liska
2019-10-27ipa-cp.c (propagate_constants_across_call): If args are not available just dr...Jan Hubicka
2019-10-24cgraphunit.c (symbol_table::process_new_functions): Call ipa_free_size_summary.Jan Hubicka
2019-10-03re PR jit/91928 (libgccjit fails on subsequent compilations in ipa-cp)Andrea Corallo
2019-10-03Makefile.in (OBJS): Add range.o and range-op.o.Aldy Hernandez
2019-09-20New IPA-SRAMartin Jambor
2019-08-28[PR 91468] Small fixes in ipa-cp.c and ipa-prop.cMartin Jambor
2019-08-16Add type to VR_VARYING.Aldy Hernandez
2019-08-13Protect some checks of DECL_FUNCTION_CODERichard Sandiford
2019-07-14ipa-fnsummary.c (ipa_dump_hints): Do not dump array_index.Jan Hubicka
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-06-27Remove quite obvious dead assignments.Martin Liska
2019-06-25[PR 90939] Remove outdated assert in ipcp_bits_lattice::meet_withMartin Jambor