aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-cp.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-31ipa/96806 - Fix ICE in ipa-cp due to integer addition overflowFeng Xue1-4/+4
2020-08-27vec: add exact argument for various grow functions.Martin Liska1-4/+5
2020-08-13ipa: fix ICE in get_default_valueMartin Liska1-1/+1
2020-08-12ipa: fix bit CPP when combined with IPA bit CPMartin Liska1-1/+2
2020-08-11Add debug counter for IPA bits CP.Martin Liska1-3/+8
2020-08-03Multi-range implementation for value_range (irange).Aldy Hernandez1-2/+5
2020-07-28ipa/96291: don't crash on unoptimized lto functionsSergei Trofimovich1-2/+3
2020-06-01Fix missed IPA-CP on by-ref argument directly passed through (PR 93429)Feng Xue1-14/+9
2020-03-20Fix correct offset in ipa_get_jf_ancestor_result.Martin Liska1-2/+3
2020-03-19ipa/94217 simplify offsetted address buildRichard Biener1-5/+7
2020-02-27ipa-cp: Avoid an ICE processing self-recursive cloned edges (PR 93707)Martin Jambor1-24/+31
2020-02-21Do not propagate self-dependent value (PR ipa/93763)Feng Xue1-4/+6
2020-02-10Generalized value pass-through for self-recusive function (PR ipa/93203)Feng Xue1-74/+120
2020-01-25Remove assertion in get_info_about_necessary_edgesFeng Xue1-3/+0
2020-01-13IPA: Avoid segfault in devirtualization_time_bonus (PR 93223)Martin Jambor1-1/+1
2020-01-13Remove usage of legacy param_ipa_cp_unit_growth.Martin Liska1-1/+1
2020-01-10IPA-CP: Always access param_ipcp_unit_growth through opt_for_fnMartin Jambor1-13/+26
2020-01-10IPA-CP: Always access param_ipa_max_agg_items through opt_for_fnMartin Jambor1-5/+9
2020-01-09Add Optimization for various IPA parameters.Martin Liska1-18/+26
2020-01-08Use cgraph_node::dump_{asm_},name where possible.Martin Liska1-11/+11
2020-01-08Find matched aggregate lattice for self-recursive CP (PR ipa/93084)Feng Xue1-2/+19
2020-01-03Avoid segfault when dumping IPA-CP lattices for unoptimized functions (PR 92917)Martin Jambor1-2/+3
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-21Avoid segfault when doing IPA-VRP but not IPA-CP (PR 93015)Martin Jambor1-1/+1
2019-12-19Handle aggregate pass-through for self-recursive call (PR ipa/92794)Feng Xue1-16/+83
2019-12-18IPA-CP: Remove bogus static keyword (PR 92971)Martin Jambor1-2/+2
2019-12-10re PR ipa/92883 (ICE in compare_values_warnv)Jakub Jelinek1-7/+5
2019-12-05cgraphclones.c (localize_profile): New function.Jan Hubicka1-0/+9
2019-12-02Enable recursive function versioningFeng Xue1-27/+194
2019-11-29ipa-cp: Avoid ICEs when looking at expanded thunks and unoptimized functionsMartin Jambor1-2/+8
2019-11-28* ipa-cp.c (update_profiling_info): Fix scaling.Jan Hubicka1-2/+8
2019-11-21ipa-fnsummary.c (evaluate_conditions_for_known_args): Be ready for some vecto...Jan Hubicka1-8/+14
2019-11-14Support for value ranges in IPA predicatesJan Hubicka1-16/+81
2019-11-14Add Optimization keyword for param_max_inline_insns_auto param.Martin Liska1-3/+5
2019-11-14Support extended aggregate jump function in ipa-cpFeng Xue1-136/+362
2019-11-13ipa-cp.c (propagate_vr_across_jump_function): Propagate also across binary op...Jan Hubicka1-14/+42
2019-11-13ipa-cp.c (ignore_edge_p): Do not check caller flags.Jan Hubicka1-3/+1
2019-11-13Rewrite value_range constructors to the value_range_kind is at the end, and d...Aldy Hernandez1-1/+1
2019-11-13Add a few missing checks that IPA_NODE_REF is not NULL (PR 92454)Martin Jambor1-3/+4
2019-11-12ipa-cp.c (ignore_edge_p): Also look for optimize flag.Jan Hubicka1-5/+14
2019-11-12Remove gcc/params.* files.Martin Liska1-1/+0
2019-11-12Apply mechanical replacement (generated patch).Martin Liska1-15/+15
2019-11-10cgraph.h (struct cgraph_node): Add ipcp_clone flag.Jan Hubicka1-12/+30
2019-11-05The base class for ranges is currently value_range_base, which is rather long...Aldy Hernandez1-11/+11
2019-10-30Remove cgraph_local_info structure.Martin Liska1-10/+10
2019-10-27ipa-cp.c (propagate_constants_across_call): If args are not available just dr...Jan Hubicka1-3/+17
2019-10-24cgraphunit.c (symbol_table::process_new_functions): Call ipa_free_size_summary.Jan Hubicka1-5/+6
2019-10-03re PR jit/91928 (libgccjit fails on subsequent compilations in ipa-cp)Andrea Corallo1-0/+1
2019-10-03Makefile.in (OBJS): Add range.o and range-op.o.Aldy Hernandez1-2/+1
2019-09-20New IPA-SRAMartin Jambor1-35/+137