aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-ivopts.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-13re PR target/88834 ([SVE] Poor addressing mode choices for LD2 and ST2)Kugan Vivekanandarajah1-0/+24
2019-06-04re PR middle-end/90726 (exponential behavior on SCEV results everywhere)Richard Biener1-81/+11
2019-05-08re PR tree-optimization/90078 (ICE with deep templates caused by overflow)Bin Cheng1-25/+31
2019-05-08re PR tree-optimization/90240 (ICE in try_improve_iv_set, at tree-ssa-loop-iv...Bin Cheng1-17/+76
2019-04-30re PR tree-optimization/90240 (ICE in try_improve_iv_set, at tree-ssa-loop-iv...Bin Cheng1-13/+0
2019-04-23re PR tree-optimization/90078 (ICE with deep templates caused by overflow)Bin Cheng1-0/+13
2019-03-25re PR middle-end/89779 (internal compiler error: tree check: expected class â...Richard Biener1-14/+16
2019-03-04re PR tree-optimization/89487 (ICE in expand_expr_addr_expr_1, at expr.c:7993)Bin Cheng1-0/+4
2019-01-12tree-ssa-loop-ivopts.c (find_inv_vars): Fix a comment typo.Jakub Jelinek1-1/+1
2019-01-09PR other/16615 [1/5]Sandra Loosemore1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-11-13Eliminate source_location in favor of location_tDavid Malcolm1-1/+1
2018-10-22Add a fun parameter to three stmt_could_throw... functionsMartin Jambor1-2/+2
2018-06-26Introduce dump_location_tDavid Malcolm1-1/+1
2018-06-16re PR middle-end/82479 (missing popcount builtin detection)Kugan Vivekanandarajah1-0/+10
2018-01-13Make ivopts handle calls to internal functionsRichard Sandiford1-35/+145
2018-01-03poly_int: GET_MODE_SIZERichard Sandiford1-5/+5
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-21poly_int: tree-ssa-loop-ivopts.c:iv_useRichard Sandiford1-28/+21
2017-12-20poly_int: aff_treeRichard Sandiford1-11/+13
2017-12-20poly_int: tree constantsRichard Sandiford1-4/+13
2017-12-12[SFN] boilerplate changes in preparation to introduce nonbind markersAlexandre Oliva1-1/+1
2017-11-09Improve ivopts handling of forced scalesRichard Sandiford1-4/+13
2017-11-03asan.c (create_cond_insert_point): Maintain profile.Jan Hubicka1-2/+2
2017-10-18tree-loop-distribution.c (INCLUDE_ALGORITHM): New header file.Bin Cheng1-4/+1
2017-10-17tree-ssa-loop-ivopts.c (add_autoinc_candidates): Bail out only if the use sta...Eric Botcazou1-1/+1
2017-10-10Require wi::to_wide for treesRichard Sandiford1-2/+2
2017-08-30[62/77] Big machine_mode to scalar_int_mode replacementRichard Sandiford1-1/+1
2017-08-30[28/77] Use is_a <scalar_int_mode> for miscellaneous types of testRichard Sandiford1-1/+3
2017-08-08tree-ssa-loop-ivopts.c (relate_compare_use_with_all_cands): Handle boundary c...Bin Cheng1-2/+2
2017-06-07tree-ssa-loop-ivopts.c (ivopts_estimate_reg_pressure): New reg_pressure model...Bin Cheng1-10/+39
2017-05-16Add default value for last argument of dump functions.Martin Liska1-3/+3
2017-05-11tree-ssa-loop-ivopts.c (determine_set_costs): Skip non-interger when counting...Bin Cheng1-0/+4
2017-05-11tree-ssa-loop-ivopts.c (compare_cost_pair): New.Bin Cheng1-11/+32
2017-05-11tree-ssa-loop-ivopts.c (find_interesting_uses): Move inv vars dump to ...Bin Cheng1-20/+36
2017-05-11tree-ssa-loop-ivopts.c (allow_ip_end_pos_p): Refine comments.Bin Cheng1-7/+7
2017-05-11re PR tree-optimization/53090 (suboptimal ivopt)Bin Cheng1-13/+19
2017-05-11tree-ssa-loop-ivopts.c (enum comp_iv_rewrite): New.Bin Cheng1-25/+46
2017-05-11tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Re-associate nonlinear i...Bin Cheng1-7/+45
2017-05-11tree-ssa-loop-ivopts.c (relate_compare_use_with_all_cands): New.Bin Cheng1-0/+19
2017-05-11tree-ssa-loop-ivopts.c (struct iv_cand): New field inv_exprs.Bin Cheng1-6/+35
2017-05-11tree-ssa-loop-ivopts.c (multiplier_allowed_in_address_p): Move from ...Bin Cheng1-57/+0
2017-05-11* tree-ssa-loop-ivopts.c (autoinc_possible_for_pair): Simplify.Bin Cheng1-10/+3
2017-05-11tree-ssa-loop-ivopts.c (force_expr_to_var_cost): Handle more operators...Bin Cheng1-0/+23
2017-05-11tree-ssa-loop-ivopts.c (get_loop_invariant_expr): Simplify.Bin Cheng1-799/+335
2017-05-05Makefile.in (GTFILES): Add tree-ssa-loop-ivopts.c.Bin Cheng1-73/+42
2017-05-04tree-ssa-loop-ivopts.c (struct cost_pair): Remove field inv_expr which is not...Bin Cheng1-1/+0
2017-05-02tree-ssa-loop-ivopts.c (get_scaled_computation_cost_at): Delete parameter cand.Bin Cheng1-10/+9
2017-05-02tree-ssa-loop-ivopts.c (get_computation_aff_1): New.Bin Cheng1-29/+44
2017-05-02tree-ssa-loop-ivopts.c (get_computation_at): Reorder parameters.Bin Cheng1-42/+14