aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-data-ref.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-21tree-data-ref.c (dr_step_indicator): Handle NULL DR_STEP.Richard Biener1-0/+2
2018-05-23re PR middle-end/85874 (gcc points to wrong location when displaying warning ...Richard Biener1-0/+2
2018-03-24Use SCEV information when aligning for vectorisation (PR 84005)Richard Sandiford1-0/+75
2018-03-19re PR tree-optimization/84929 (ICE at -O3 on valid code on x86_64-linux-gnu: ...Richard Biener1-2/+4
2018-02-14Check array indices in object_address_invariant_in_loop_p (PR 84357)Richard Sandiford1-7/+4
2018-02-08Use nonzero bits to refine range in split_constant_offset (PR 81635)Richard Sandiford1-2/+7
2018-02-01Use range info in split_constant_offset (PR 81635)Richard Sandiford1-2/+37
2018-02-01re PR tree-optimization/81661 (ICE in gimplify_modify_expr, at gimplify.c:5638)Jakub Jelinek1-1/+3
2018-01-31re PR tree-optimization/84132 (tree-data-ref.c:3938: poor coding ?)Richard Biener1-3/+2
2018-01-13Support for aliasing with variable stridesRichard Sandiford1-179/+322
2018-01-08re PR tree-optimization/83580 (Wrong code caused by vectorization)Richard Biener1-5/+3
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-21poly_int: prune_runtime_alias_test_listRichard Sandiford1-51/+58
2017-12-21poly_int: MEM_REF offsetsRichard Sandiford1-11/+17
2017-12-21poly_int: get_inner_reference & co.Richard Sandiford1-6/+7
2017-12-20poly_int: get_inner_reference_affRichard Sandiford1-1/+1
2017-12-20poly_int: tree constantsRichard Sandiford1-0/+4
2017-12-19read-rtl.c (parse_reg_note_name): Replace Yoda conditions with typical order ...Jakub Jelinek1-1/+1
2017-10-13re PR tree-optimization/82451 ([GRAPHITE] codegen error in get_rename_from_scev)Richard Biener1-9/+8
2017-10-10Require wi::to_wide for treesRichard Sandiford1-17/+24
2017-10-09re PR tree-optimization/82397 (qsort comparator non-negative on sorted output...Richard Biener1-27/+24
2017-09-26graphite-scop-detection.c (scop_detection::build_scop_depth): Rewrite, fold i...Richard Biener1-11/+0
2017-08-04Pool alignment information for common basesRichard Sandiford1-9/+24
2017-08-04Use base inequality for some vector alias checksRichard Sandiford1-0/+9
2017-08-04Handle data dependence relations with different basesRichard Sandiford1-87/+367
2017-07-03Add a helper for getting the overall alignment of a DRRichard Sandiford1-0/+24
2017-07-03Add DR_BASE_ALIGNMENT and DR_BASE_MISALIGNMENTRichard Sandiford1-3/+48
2017-07-03Add DR_STEP_ALIGNMENTRichard Sandiford1-0/+2
2017-07-03Rename DR_ALIGNED_TO to DR_OFFSET_ALIGNMENTRichard Sandiford1-3/+3
2017-07-03Make dr_analyze_innermost operate on innermost_loop_behaviorRichard Sandiford1-11/+11
2017-07-03Tweak BB analysis for dr_analyze_innermostRichard Sandiford1-37/+29
2017-06-07tree-vect-data-refs.c (vect_mark_for_runtime_alias_test): Factor out code che...Bin Cheng1-0/+49
2017-05-31* tree-vect-loop-manip.c (create_intersect_range_checks_index)Bin Cheng1-0/+225
2017-05-31tree-data-ref.c (prune_runtime_alias_test_list): Relax minimal segment length...Bin Cheng1-7/+3
2017-05-26re PR middle-end/80815 (wrong code because of broken runtime alias check in v...Bin Cheng1-45/+98
2017-05-26tree-vect-data-refs.c (Operator==, [...]): Move from ...Bin Cheng1-0/+239
2017-05-26tree-vect-data-refs.c (compare_tree): Rename and move ...Bin Cheng1-0/+75
2017-05-16Add default value for last argument of dump functions.Martin Liska1-11/+11
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-13tree-data-ref.c (compute_overlap_steps_for_affine_univar): Change parameters'...Marek Polacek1-6/+9
2016-12-13re PR tree-optimization/78742 (internal compiler error: in int_cst_value, at ...Richard Biener1-2/+0
2016-09-19re PR tree-optimization/77605 (wrong code at -O3 on x86_64-linux-gnu)Richard Biener1-3/+3
2016-08-12re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek1-0/+2
2016-07-14re PR tree-optimization/71872 (ICE in inchash::add_expr, at tree.c:7782 - OEP...Jakub Jelinek1-1/+2
2016-07-13remove unnecessary calls to vec::releaseTrevor Saunders1-2/+1
2016-07-13use auto_vec for more local variablesTrevor Saunders1-4/+1
2016-07-11Convert TYPE_ALIGN_OK to a TYPE_LANG_FLAG.Bernd Edlinger1-2/+2
2016-05-12re PR tree-optimization/71060 (Compiler reports "loop vectorized" but actuall...Richard Biener1-2/+7
2016-01-26Handle DR_NUM_DIMENSIONS == 0 in initialize_data_dependence_relationTom de Vries1-10/+11
2016-01-04Update copyright years.Jakub Jelinek1-1/+1