aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-cp.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-08-28[PR 91468] Small fixes in ipa-cp.c and ipa-prop.cMartin Jambor1-5/+3
2019-08-16Add type to VR_VARYING.Aldy Hernandez1-1/+6
2019-08-13Protect some checks of DECL_FUNCTION_CODERichard Sandiford1-2/+1
2019-07-14ipa-fnsummary.c (ipa_dump_hints): Do not dump array_index.Jan Hubicka1-2/+0
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-86/+86
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-4/+5
2019-06-27Remove quite obvious dead assignments.Martin Liska1-3/+0
2019-06-25[PR 90939] Remove outdated assert in ipcp_bits_lattice::meet_withMartin Jambor1-1/+0
2019-06-18Fix IPA-CP topological sortingMartin Jambor1-1/+0
2019-06-10Reduce SCCs in IPA postorder.Martin Liska1-1/+17
2019-03-07Zero local estimated benefit for cloning extern inline functionMartin Jambor1-5/+12
2019-02-11Construct ipa_reduced_postorder always for overwritable (PR ipa/89009).Martin Liska1-1/+1
2019-01-09PR other/16615 [1/5]Sandra Loosemore1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-13ipa-cp.c (print_all_lattices): Skip cp clones.Michael Ploujnikov1-0/+3
2018-12-13* ipa-cp.c: Fix various comment typos.Michael Ploujnikov1-8/+8
2018-12-09ipa-cp.c (update_profiling_info): Call adjust_for_ipa_scaling for zero profil...Bin Cheng1-0/+2
2018-12-04re PR lto/88297 (Assembler Error: symbol `_Z41__static_initialization_and_des...Michael Ploujnikov1-4/+6
2018-11-30Minimize clone counter memory usage in create_virtual_clone.Michael Ploujnikov1-1/+9
2018-11-14* gimple-ssa-evrp-analyze.cAldy Hernandez1-1/+1
2018-11-122018-11=12 Richard Biener <rguenther@suse.de>Richard Biener1-6/+2
2018-11-12tree-vrp.h (value_range_base::symbolic_p, [...]): Move from value_range.Richard Biener1-1/+1
2018-11-11tree-vrp.h (class value_range_base): New base class for value_range containin...Richard Biener1-13/+18
2018-10-17bitmap.c (bitmap_head::dump): New.Aldy Hernandez1-31/+19
2018-09-25Remove unused functions and fields.Martin Liska1-10/+0
2018-08-31[PATCH] Fix thinko in estimate_local_effects in IPA-CPMartin Jambor1-1/+1
2018-08-27Come up with fndecl_built_in_p.Martin Liska1-2/+1
2018-06-21Fix IPA crash in libgccjitDavid Malcolm1-0/+1
2018-06-19Clean-up usage of ipa_fn_summary and ipa_call_summary summaries.Martin Liska1-4/+5