Age | Commit message (Expand) | Author | Files | Lines |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-01-03 | poly_int: current_vector_size and TARGET_AUTOVECTORIZE_VECTOR_SIZES | Richard Sandiford | 1 | -1/+1 |
2018-01-03 | poly_int: vect_nunits_for_cost | Richard Sandiford | 1 | -0/+10 |
2018-01-03 | poly_int: vectoriser vf and uf | Richard Sandiford | 1 | -13/+44 |
2018-01-03 | Add an alternative vector loop iv mechanism | Richard Sandiford | 1 | -3/+5 |
2018-01-02 | Pass vec_perm_indices by reference | Richard Sandiford | 1 | -2/+2 |
2017-12-21 | poly_int: loop versioning threshold | Richard Sandiford | 1 | -1/+9 |
2017-12-07 | re PR tree-optimization/81303 (410.bwaves regression caused by r249919) | Bin Cheng | 1 | -0/+3 |
2017-09-22 | Let the target choose a vectorisation alignment | Richard Sandiford | 1 | -1/+22 |
2017-09-22 | Add a vect_get_scalar_dr_size helper function | Richard Sandiford | 1 | -0/+13 |
2017-09-18 | Move computation of SLP_TREE_NUMBER_OF_VEC_STMTS | Richard Sandiford | 1 | -2/+1 |
2017-09-14 | Add LOOP_VINFO_MAX_VECT_FACTOR | Richard Sandiford | 1 | -2/+7 |
2017-09-14 | Add a vect_worthwhile_without_simd_p helper routine | Richard Sandiford | 1 | -1/+1 |
2017-09-14 | Add a vect_get_num_copies helper routine | Richard Sandiford | 1 | -0/+14 |
2017-09-14 | Use vec<> for constant permute masks | Richard Sandiford | 1 | -2/+2 |
2017-08-04 | Pool alignment information for common bases | Richard Sandiford | 1 | -0/+11 |
2017-08-04 | C++-ify vec_info structures | Richard Sandiford | 1 | -17/+27 |
2017-08-04 | Use base inequality for some vector alias checks | Richard Sandiford | 1 | -1/+10 |
2017-08-04 | Handle data dependence relations with different bases | Richard Sandiford | 1 | -1/+1 |
2017-07-20 | re PR tree-optimization/61171 (vectorization fails for a reduction in presenc... | Richard Biener | 1 | -2/+5 |
2017-07-03 | Add a helper for getting the overall alignment of a DR | Richard Sandiford | 1 | -2/+0 |
2017-07-03 | Add DR_BASE_ALIGNMENT and DR_BASE_MISALIGNMENT | Richard Sandiford | 1 | -0/+3 |
2017-07-03 | Add DR_STEP_ALIGNMENT | Richard Sandiford | 1 | -0/+2 |
2017-07-03 | Rename DR_ALIGNED_TO to DR_OFFSET_ALIGNMENT | Richard Sandiford | 1 | -1/+2 |
2017-07-03 | Use innermost_loop_behavior for outer loop vectorisation | Richard Sandiford | 1 | -12/+24 |
2017-07-03 | tree-vect-loop.c (vect_analyze_loop_operations): Also analyze reduction PHIs. | Richard Biener | 1 | -1/+7 |
2017-06-28 | tree-vectorizer.h (vect_get_vec_defs): Remove. | Richard Biener | 1 | -4/+1 |
2017-06-07 | tree-vectorizer.h (vect_build_loop_niters): New parameter. | Bin Cheng | 1 | -1/+1 |
2017-06-06 | re PR tree-optimization/80928 (SLP vectorization does not handle induction in... | Richard Biener | 1 | -1/+2 |
2017-05-31 | Change comment style to one we normally use. | Martin Liska | 1 | -2/+2 |
2017-05-30 | tree-vectorizer.h (struct _stmt_vec_info): Add reduc_type and reduc_def fields. | Richard Biener | 1 | -1/+10 |
2017-05-30 | Vector peeling cost model 1/6 | Robin Dapp | 1 | -1/+2 |
2017-05-26 | tree-vect-data-refs.c (Operator==, [...]): Move from ... | Bin Cheng | 1 | -28/+0 |
2017-05-16 | re PR tree-optimization/80457 (vectorizable_condition does not update the vec... | James Greenhalgh | 1 | -1/+1 |
2017-03-14 | alias.c (struct alias_set_entry): Pack properly. | Richard Biener | 1 | -17/+17 |
2017-02-06 | re PR tree-optimization/79284 (ICE on valid code at -O3 on x86_64-linux-gnu: ... | Jakub Jelinek | 1 | -0/+12 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-11-16 | Support non-masked epilogue vectoriziation | Yuri Rumyantsev | 1 | -4/+15 |
2016-11-07 | re PR middle-end/37150 (basic-block vectorization misses some unrolled loops) | Richard Biener | 1 | -1/+1 |
2016-10-13 | tree-vect-loop-manip.c (adjust_vec_debug_stmts): Don't release adjust_vec aut... | Bin Cheng | 1 | -4/+4 |
2016-09-15 | re PR tree-optimization/77503 (ICE in vect_transform_stmt compiling postgresql) | Bin Cheng | 1 | -0/+4 |
2016-08-12 | re PR tree-optimization/69848 (poor vectorization of a loop from SPEC2006 464... | Bin Cheng | 1 | -1/+2 |
2016-07-29 | re PR tree-optimization/57558 (Loop not vectorized if iteration count could b... | Bin Cheng | 1 | -2/+12 |
2016-07-06 | [7/7] Add negative and zero strides to vect_memory_access_type | Richard Sandiford | 1 | -0/+12 |
2016-07-06 | [6/7] Explicitly classify vector loads and stores | Richard Sandiford | 1 | -3/+35 |
2016-07-06 | [5/7] Move the fix for PR65518 | Richard Sandiford | 1 | -1/+1 |
2016-07-06 | [4/7] Add a gather_scatter_info structure | Richard Sandiford | 1 | -2/+24 |
2016-06-17 | tree-vectorizer.h (struct dr_with_seg_len): Remove class member OFFSET. | Bin Cheng | 1 | -7/+3 |
2016-06-03 | [2/3] Vectorize inductions that are live after the loop | Alan Hayward | 1 | -1/+5 |
2016-06-03 | [1/3] Split vect_get_vec_def_for_operand into two | Alan Hayward | 1 | -0/+1 |