aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-data-ref.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-20re PR bootstrap/88089 (build failure with GCC 4.9 on SPARC/Solaris)Richard Biener1-2/+2
2018-11-15re PR tree-optimization/87917 (ICE in initialize_matrix_A at gcc/tree-data-re...Richard Biener1-2/+2
2018-11-14re PR tree-optimization/87985 (Compile-time and memory hog w/ -O1 -ftree-slp-...Richard Biener1-19/+63
2018-11-14re PR testsuite/88021 (aarch64 Busy hang running testcase pr60183.c since rev...Richard Biener1-5/+7
2018-11-08tree-data-ref.h (lambda_int): New typedef.Richard Biener1-1/+1
2018-10-17bitmap.c (bitmap_head::dump): New.Aldy Hernandez1-1/+1
2018-10-04Report vectorization problems via a new opt_problem classDavid Malcolm1-44/+26
2018-09-19dump_printf: use %T and %G throughoutDavid Malcolm1-36/+12
2018-07-07tree-vrp.c (vrp_int_const_binop): Change overflow type to overflow_type.Aldy Hernandez1-2/+2
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