]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/tree-vectorizer.h
Introduce dump_location_t
[thirdparty/gcc.git] / gcc / tree-vectorizer.h
2018-06-26  dmalcolmIntroduce dump_location_t
2018-06-25  rguenth2018-06-25 Richard Biener <rguenther@suse.de>
2018-06-20  rsandifo[8/n] PR85694: Make patterns check for target support
2018-06-20  rsandifo[2/n] PR85694: Attach a DEF_SEQ only to the original...
2018-06-18  dmalcolmIntroduce DUMP_VECT_SCOPE macro
2018-06-01  rguenth2018-06-01 Richard Biener <rguenther@suse.de>
2018-05-29  rguenth2018-05-29 Richard Biener <rguenther@suse.de>
2018-05-29  rguenth2018-05-29 Richard Biener <rguenther@suse.de>
2018-05-25  rguenth2018-05-25 Richard Biener <rguenther@suse.de>
2018-05-25  rguenth2018-05-25 Richard Biener <rguenther@suse.de>
2018-05-16  rguenth2018-05-16 Richard Biener <rguenther@suse.de>
2018-05-16  rsandifoHandle vector boolean types when calculating the SLP...
2018-04-19  rguenth2018-04-19 Richard Biener <rguenther@suse.de>
2018-02-07  rguenth2018-02-07 Richard Biener <rguenther@suse.de>
2018-01-13  rsandifoSupport for aliasing with variable strides
2018-01-13  rsandifoAdd support for SVE scatter stores
2018-01-13  rsandifoAllow gather loads to be used for grouped accesses
2018-01-13  rsandifoUse gather loads for strided accesses
2018-01-13  rsandifoAdd support for SVE gather loads
2018-01-13  rsandifoAdd support for in-order addition reduction using SVE...
2018-01-13  rsandifoAdd support for conditional reductions using SVE CLASTB
2018-01-13  rsandifoHandle peeling for alignment with masking
2018-01-13  rsandifoAdd support for fully-predicated loops
2018-01-13  rsandifoSLP reductions with variable-length vectors
2018-01-13  rsandifoAdd support for masked load/store_lanes
2018-01-12  rguenth2018-01-12 Richard Biener <rguenther@suse.de>
2018-01-03  rsandifoMake vect_model_store_cost take a vec_load_store_type
2018-01-03  jakub Update copyright years.
2018-01-03  rsandifopoly_int: current_vector_size and TARGET_AUTOVECTORIZE_...
2018-01-03  rsandifopoly_int: vect_nunits_for_cost
2018-01-03  rsandifopoly_int: vectoriser vf and uf
2018-01-03  rsandifoAdd an alternative vector loop iv mechanism
2018-01-02  rsandifoPass vec_perm_indices by reference
2017-12-21  rsandifopoly_int: loop versioning threshold
2017-12-07  amker PR tree-optimization/81303
2017-09-22  rsandifoLet the target choose a vectorisation alignment
2017-09-22  rsandifoAdd a vect_get_scalar_dr_size helper function
2017-09-18  rsandifoMove computation of SLP_TREE_NUMBER_OF_VEC_STMTS
2017-09-14  rsandifoAdd LOOP_VINFO_MAX_VECT_FACTOR
2017-09-14  rsandifoAdd a vect_worthwhile_without_simd_p helper routine
2017-09-14  rsandifoAdd a vect_get_num_copies helper routine
2017-09-14  rsandifoUse vec<> for constant permute masks
2017-08-04  rsandifoPool alignment information for common bases
2017-08-04  rsandifoC++-ify vec_info structures
2017-08-04  rsandifoUse base inequality for some vector alias checks
2017-08-04  rsandifoHandle data dependence relations with different bases
2017-07-20  rguenth2017-07-20 Richard Biener <rguenther@suse.de>
2017-07-03  rsandifoAdd a helper for getting the overall alignment of a DR
2017-07-03  rsandifoAdd DR_BASE_ALIGNMENT and DR_BASE_MISALIGNMENT
2017-07-03  rsandifoAdd DR_STEP_ALIGNMENT
2017-07-03  rsandifoRename DR_ALIGNED_TO to DR_OFFSET_ALIGNMENT
2017-07-03  rsandifoUse innermost_loop_behavior for outer loop vectorisation
2017-07-03  rguenth2016-07-03 Richard Biener <rguenther@suse.de>
2017-06-28  rguenth2017-06-28 Richard Biener <rguenther@suse.de>
2017-06-07  amker * tree-vectorizer.h (vect_build_loop_niters): New...
2017-06-06  rguenth2017-06-06 Richard Biener <rguenther@suse.de>
2017-05-31  marxinChange comment style to one we normally use.
2017-05-30  rguenth2017-05-30 Richard Biener <rguenther@suse.de>
2017-05-30  krebbelVector peeling cost model 1/6
2017-05-26  amker * tree-vect-data-refs.c (Operator==, comp_dr_with_seg_...
2017-05-16  wschmidt[gcc]
2017-03-14  rguenth2017-03-14 Richard Biener <rguenther@suse.de>
2017-02-06  jakub PR tree-optimization/79284
2017-01-01  jakub Update copyright years.
2016-11-16  hjlSupport non-masked epilogue vectoriziation
2016-11-07  rguenth2016-11-07 Richard Biener <rguenther@suse.de>
2016-10-13  amker * tree-vect-loop-manip.c (adjust_vec_debug_stmts)...
2016-09-15  amker PR tree-optimization/77503
2016-08-12  amker PR tree-optimization/69848
2016-07-29  amker PR tree-optimization/57558
2016-07-06  rsandifo[7/7] Add negative and zero strides to vect_memory_acce...
2016-07-06  rsandifo[6/7] Explicitly classify vector loads and stores
2016-07-06  rsandifo[5/7] Move the fix for PR65518
2016-07-06  rsandifo[4/7] Add a gather_scatter_info structure
2016-06-17  amker * tree-vectorizer.h (struct dr_with_seg_len): Remove...
2016-06-03  alahay012016-06-03 Alan Hayward <alan.hayward@arm.com>
2016-06-03  alahay012016-06-03 Alan Hayward <alan.hayward@arm.com>
2016-05-24  rsandifoClean up PURE_SLP_STMT handling
2016-02-02  ienkovichgcc/
2016-01-15  rguenth2016-01-15 Richard Biener <rguenther@suse.de>
2016-01-04  jakub Update copyright years.
2015-12-14  rguenth2015-12-14 Richard Biener <rguenther@suse.de>
2015-12-09  rguenth2015-12-09 Richard Biener <rguenther@suse.de>
2015-11-20  alahay012015-11-20 Alan Hayward <alan.hayward@arm.com>
2015-11-17  rsandifoVectorize internal functions
2015-11-13  alahay01Optimize condition reductions where the result is an...
2015-11-12  rguenth2015-11-12 Richard Biener <rguenther@suse.de>
2015-11-11  rguenth2015-11-11 Richard Biener <rguenther@suse.de>
2015-11-10  ienkovichgcc/
2015-11-10  ienkovichgcc/
2015-11-09  rguenth2015-11-09 Richard Biener <rguenther@suse.de>
2015-11-06  rguenth2015-11-06 Richard Biener <rguenther@suse.de>
2015-11-03  rguenth2015-11-03 Richard Biener <rguenther@suse.de>
2015-10-23  alahay01Support for vectorizing conditional expressions
2015-10-15  rguenth2015-10-15 Richard Biener <rguenther@suse.de>
2015-10-14  rguenth2015-10-14 Richard Biener <rguenther@suse.de>
2015-10-14  rguenth2015-10-14 Richard Biener <rguenther@suse.de>
2015-10-13  rguenth2015-10-13 Richard Biener <rguenther@suse.de>
2015-10-07  rguenth2015-10-07 Richard Biener <rguenther@suse.de>
2015-10-06  rguenth2015-10-06 Richard Biener <rguenther@suse.de>
next