aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-prop.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-02-21[PR 79579] Avoid segfault on NULL ipa_edge_args_vectorMartin Jambor1-1/+1
2017-02-08[PR 79375] Avoid passing NULL by referenceMartin Jambor1-9/+12
2017-02-03Fix memory leaks in IPA CP (PR ipa/79337).Martin Liska1-32/+0
2017-01-31Call symbol_summary<>::release instead of ~symbol_summary (PR ipa/79285).Martin Liska1-1/+1
2017-01-24[PR 79198] Call ipa-prop func summary destructorMartin Jambor1-0/+3
2017-01-23Fix compute_complex_assign_jump_funcMartin Jambor1-52/+16
2017-01-23[PR 79108] Put ipa_node_params to GC memoryMartin Jambor1-45/+56
2017-01-09[PR 78365] Prudent type handling in IPA VR-propMartin Jambor1-4/+10
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-25re PR ipa/78515 (ICE: in fold_binary_loc, at fold-const.c:8999 with -Os -mavx...Richard Biener1-21/+29
2016-11-18Add SET_DECL_MODERichard Sandiford1-1/+1
2016-11-13pr78268.C: New test.Kugan Vivekanandarajah1-12/+81
2016-11-10revert: ipa-cp.c (ipa_get_jf_pass_through_result): Handle unary expressions.Kugan Vivekanandarajah1-77/+12
2016-11-09Handle unary pass-through jump functions for ipa-vrpKugan Vivekanandarajah1-12/+77
2016-11-09Fix ice in set_value_rangeKugan Vivekanandarajah1-1/+4
2016-10-21ADDR_EXPR and nonnullKugan Vivekanandarajah1-0/+8
2016-10-17Use get/set_ptr_nonnull in ipa-vrpKugan Vivekanandarajah1-16/+41
2016-10-09ipa-prop.c (ipcp_transform_function): Set fields m_vr and bits to NULL of (*i...Prathamesh Kulkarni1-0/+3
2016-10-09tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...Jakub Jelinek1-2/+2
2016-10-09ipa-cp.c (ipcp_alignment_lattice): Remove.Prathamesh Kulkarni1-169/+60
2016-09-27Fix ipa-vrp convert value_rangeKugan Vivekanandarajah1-6/+16
2016-09-20Add IPA VRPKugan Vivekanandarajah1-6/+173
2016-09-16Add inline functions for various bitwise operations.Jason Merrill1-1/+1
2016-08-26Patch for performing interprocedural bitwise constant propagation.Prathamesh Kulkarni1-4/+159
2016-08-09re PR target/68273 (Wrong code on mips/mipsel due to (invalid?) peeking at al...Richard Biener1-1/+1
2016-05-18Allow constant global VAR_DECLs in constant jump functionsMartin Jambor1-1/+4
2016-05-18Const parameters are always unmodifiedMartin Jambor1-0/+5
2016-05-18Indirect inlining of targets from references of global constantsMartin Jambor1-21/+158
2016-05-18Respect --param ipa-max-agg-items=0Martin Jambor1-0/+3