aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-data-ref.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-12-09re PR tree-optimization/68786 (Aligned masked store is generated for unaligne...Jakub Jelinek1-6/+12
2015-11-08Merge of the scalar-storage-order branch.Eric Botcazou1-6/+14
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-11/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-7/+6
2015-10-06move dr->alias_set to a helper structureAditya Kumar1-1/+0
2015-10-06remove unused struct base_alias_pairAditya Kumar1-0/+1
2015-09-20switch from gimple to gimple*Trevor Saunders1-8/+8
2015-09-08Remove limit_scopsAditya Kumar1-0/+43
2015-08-19remove useless typedefsTrevor Saunders1-2/+2
2015-07-18fix pr46851 and pr60340: remove unmaintained omega dependence testSebastian Pop1-683/+12