aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-prop.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-27ipa-cp.c (propagate_constants_across_call): If args are not available just dr...Jan Hubicka1-10/+25
2019-10-07* ipa-prop.c (ipa_vr::nonzero_p): Add TYPE_UNSIGNED check.Aldy Hernandez1-0/+1
2019-10-07Disentangle range_fold_*ary_expr() into various independent pieces.Aldy Hernandez1-3/+13
2019-10-03re PR jit/91928 (libgccjit fails on subsequent compilations in ipa-cp)Andrea Corallo1-0/+12
2019-10-03Makefile.in (OBJS): Add range.o and range-op.o.Aldy Hernandez1-2/+2
2019-09-20New IPA-SRAMartin Jambor1-36/+67
2019-08-28[PR 91468] Small fixes in ipa-cp.c and ipa-prop.cMartin Jambor1-10/+2
2019-08-13Protect some checks of DECL_FUNCTION_CODERichard Sandiford1-2/+1
2019-08-07Make IPA predicate::size a poly_int64Richard Sandiford1-3/+5
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-52/+52
2019-07-05re PR tree-optimization/91091 ([missed optimization] Missing optimization in ...Richard Biener1-1/+2
2019-06-14re PR ipa/90401 (Missed propagation of by-ref constant argument to callee fun...Feng Xue1-99/+140
2019-01-26[PR ipa/88933] Careful CFG cleanup in IPA-CP function transformationMartin Jambor1-4/+6
2019-01-20Limit AA walking in IPA summary generationMartin Jambor1-68/+60
2019-01-09PR other/16615 [1/5]Sandra Loosemore1-5/+5
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-15cgraph.h (cgraph_node): Add predicate prevailing_p.Jan Hubicka1-87/+103
2018-12-10[PR 88214] Check that an argument is a pointerMartin Jambor1-1/+2
2018-12-04ipa-prop.c (jump_function_useful_p): New.Jan Hubicka1-0/+34
2018-11-14* gimple-ssa-evrp-analyze.cAldy Hernandez1-1/+1
2018-11-122018-11=12 Richard Biener <rguenther@suse.de>Richard Biener1-6/+4
2018-11-11tree-vrp.h (class value_range_base): New base class for value_range containin...Richard Biener1-19/+20
2018-10-26Relax hash function to match equals function behavior (PR testsuite/86158).Martin Liska1-2/+2
2018-10-17bitmap.c (bitmap_head::dump): New.Aldy Hernandez1-29/+22
2018-06-26Introduce dump_location_tDavid Malcolm1-7/+3
2018-06-19Clean-up usage of ipa_fn_summary and ipa_call_summary summaries.Martin Liska1-2/+1
2018-06-08Convert IPA CP to symbol_summary.Martin Liska1-29/+29
2018-06-08Rename get methods in symbol-summary.h to get_create.Martin Liska1-2/+2
2018-05-16Remove unused function ipa_free_edge_args_substructuresMartin Jambor1-10/+0
2018-02-23ipa-prop.c (ipa_vr_ggc_hash_traits::hash): Hash p->min and p->max as pointers...Jakub Jelinek1-6/+7
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-21poly_int: MEM_REF offsetsRichard Sandiford1-4/+10
2017-12-20poly_int: get_ref_base_and_extentRichard Sandiford1-34/+19
2017-12-08ipa-polymorphic-call.c (noncall_stmt_may_be_vtbl_ptr_store): Fix a comment ty...Jakub Jelinek1-1/+1
2017-11-28[PR 82808] Use proper result types for arithmetic jump functionsPrathamesh Kulkarni1-7/+14
2017-11-10auto-profile.c (afdo_indirect_call): Drop frequency.Jan Hubicka1-1/+1
2017-11-09Moving parameter manipulation into its own fileMartin Jambor1-725/+0
2017-10-10Require wi::to_wide for treesRichard Sandiford1-3/+4
2017-10-09Allow non-wi <op> wiRichard Sandiford1-3/+3
2017-06-19re PR ipa/81112 (internal compiler error: tree check: expected integer_cst, h...Richard Biener1-1/+6
2017-06-15PR c++/80560 - warn on undefined memory operations involving non-trivial typesMartin Sebor1-1/+1
2017-06-04i386.c (make_resolver_func): Update.Jan Hubicka1-1/+1
2017-05-23Introduce symtab_node::dump_{asm_,}name functions.Martin Liska1-54/+36
2017-05-22Makefile.in: Add ipa-fnsummary.o and ipa-fnsummary.hJan Hubicka1-1/+1
2017-05-19ipa-inline-analysis.c (cgraph_2edge_hook_list, [...]): Remove.Jan Hubicka1-2/+2
2017-05-16Add default value for last argument of dump functions.Martin Liska1-20/+18
2017-05-03Remove ipa_update_after_lto_readMartin Jambor1-11/+0
2017-05-03Use call_summary in ipa-prop and ipa-cpMartin Jambor1-49/+21
2017-03-09re PR ipa/79970 (ICE in add_stack_var, at cfgexpand.c:450 with always_inline ...Richard Biener1-1/+2
2017-03-01[PR 78140] Reuse same IPA bits and VR infoMartin Jambor1-100/+281