]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/tree-vect-loop.c
Introduce dump_location_t
[thirdparty/gcc.git] / gcc / tree-vect-loop.c
2018-06-26  dmalcolmIntroduce dump_location_t
2018-06-26  rguenth2018-06-26 Richard Biener <rguenther@suse.de>
2018-06-25  rguenth2018-06-25 Richard Biener <rguenther@suse.de>
2018-06-20  rsandifo[2/n] PR85694: Attach a DEF_SEQ only to the original...
2018-06-20  rsandifo[1/n] PR85694: Allow pattern definition statements...
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-25  rguenth2018-05-25 Richard Biener <rguenther@suse.de>
2018-05-25  rguenth2018-05-25 Richard Biener <rguenther@suse.de>
2018-05-25  rsandifoAdd an "else" argument to IFN_COND_* functions
2018-05-17  rsandifoAllow gimple_build with internal functions
2018-05-16  rguenth2018-05-16 Richard Biener <rguenther@suse.de>
2018-05-16  rsandifoHandle vector boolean types when calculating the SLP...
2018-04-24  krebbelFix PR85478
2018-03-18  rsandifoDon't try to vectorise COND_EXPR reduction chains ...
2018-02-27  rguenth2018-02-27 Richard Biener <rguenther@suse.de>
2018-02-07  rguenth2018-02-07 Richard Biener <rguenther@suse.de>
2018-02-01  jakub PR tree-optimization/81661
2018-01-19  rsandifoCheck whether any statements need masking (PR 83922)
2018-01-19  rsandifoAvoid ICE for nested inductions (PR 83914)
2018-01-16  rsandifoTwo fixes for live-out SLP inductions (PR 83857)
2018-01-13  rsandifoSupport for aliasing with variable strides
2018-01-13  rsandifoAdd support for in-order addition reduction using SVE...
2018-01-13  rsandifoUse single-iteration epilogues when peeling for gaps
2018-01-13  rsandifoAdd support for conditional reductions using SVE CLASTB
2018-01-13  rsandifoAdd support for vectorising live-out values using SVE...
2018-01-13  rsandifoHandle peeling for alignment with masking
2018-01-13  rsandifoAllow the number of iterations to be smaller than VF
2018-01-13  rsandifoAdd support for reductions in fully-masked loops
2018-01-13  rsandifoAdd support for fully-predicated loops
2018-01-13  rsandifoAdd support for bitwise reductions
2018-01-13  rsandifoSLP reductions with variable-length vectors
2018-01-13  rsandifoProtect against min_profitable_iters going negative
2018-01-13  rsandifoAdd support for masked load/store_lanes
2018-01-12  rguenth2018-01-12 Richard Biener <rguenther@suse.de>
2018-01-03  rsandifoMove code that stubs out IFN_MASK_LOADs
2018-01-03  rsandifopoly_int: GET_MODE_SIZE
2018-01-03  rsandifopoly_int: TYPE_VECTOR_SUBPARTS
2018-01-03  rsandifopoly_int: GET_MODE_NUNITS
2018-01-03  jakub Update copyright years.
2018-01-03  rsandifopoly_int: vectorizable_live_operation
2018-01-03  rsandifopoly_int: vectorizable_induction
2018-01-03  rsandifopoly_int: vectorizable_reduction
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  rsandifoUse explicit encodings for simple permutes
2018-01-02  rsandifoMake vec_perm_indices use new vector encoding
2018-01-02  rsandifoRemove vec_perm_const optab
2018-01-02  rsandifoSplit can_vec_perm_p into can_vec_perm_{var,const}_p
2017-12-21  rsandifopoly_int: loop versioning threshold
2017-12-19  jakub PR tree-optimization/80631
2017-12-12  jakub PR tree-optimization/80631
2017-12-12  aoliva[SFN] boilerplate changes in preparation to introduce...
2017-12-07  rsandifoMake gimple_build_vector take a tree_vector_builder
2017-12-07  rsandifoUse tree_vector_builder instead of build_vector
2017-12-07  amker PR tree-optimization/81303
2017-11-22  rsandifoReplace REDUC_*_EXPRs with internal functions.
2017-11-03  hubicka * asan.c (create_cond_insert_point): Maintain profile.
2017-10-23  rsandifoUse SCALAR_TYPE_MODE in vect_create_epilog_for_reduction
2017-10-20  rguenth2017-10-20 Richard Biener <rguenther@suse.de>
2017-10-19  hubicka * asan.c (create_cond_insert_point): Do not update...
2017-09-18  rsandifoMove computation of SLP_TREE_NUMBER_OF_VEC_STMTS
2017-09-18  rsandifoFix type of bitstart in vectorizable_live_operation
2017-09-18  rsandifoFix vectorizable_live_operation handling of vector...
2017-09-18  rguenth2017-09-18 Richard Biener <rguenther@suse.de>
2017-09-16  rsandifoPR82228: Move ncopies calculation in vectorizable_live_...
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  rsandifoMake more use of gimple-fold.h in tree-vect-loop.c
2017-09-14  rsandifoAdd gimple_build_vector* helpers
2017-09-14  rsandifoUse vec<> for constant permute masks
2017-09-14  rsandifoUse vec<> in build_vector
2017-08-30  rsandifo[65/77] Add a SCALAR_TYPE_MODE macro
2017-08-21  rsandifoAdd a type_has_mode_precision_p helper function
2017-08-16  rsandifoPR81815: Invalid conditional reduction
2017-08-04  rsandifoC++-ify vec_info structures
2017-08-04  rsandifoUse base inequality for some vector alias checks
2017-07-27  rguenth2017-07-27 Richard Biener <rguenther@suse.de>
2017-07-25  rguenth2017-07-25 Richard Biener <rguenther@suse.de>
2017-07-21  rguenth2017-06-21 Richard Biener <rguenther@suse.de>
2017-07-21  rguenth2016-07-21 Richard Biener <rguenther@suse.de>
2017-07-20  rguenth2017-07-20 Richard Biener <rguenther@suse.de>
2017-07-18  rguenth2017-06-18 Richard Biener <rguenther@suse.de>
2017-07-16  hubicka * tree-ssa-loop-manip.c (tree_transform_and_unroll_loo...
2017-07-05  rsandifoRemove enum before machine_mode
2017-07-03  rsandifoAvoid minimum - 1 confusion in vectoriser
2017-07-03  rguenth2017-07-03 Richard Biener <rguenther@suse.de>
2017-07-03  rguenth2017-07-03 Richard Biener <rguenther@suse.de>
2017-07-03  rguenth2016-07-03 Richard Biener <rguenther@suse.de>
2017-07-01  hubicka * cfg.c (scale_bbs_frequencies): New function.
2017-07-01  hubicka * tree-vect-loop.c (optimize_mask_stores): Use make_si...
2017-06-30  rguenth2017-06-30 Richard Biener <rguenther@suse.de>
2017-06-29  hubicka * asan.c (asan_emit_stack_protection): Update.
2017-06-29  rguenth2017-06-29 Richard Biener <rguenther@suse.de>
2017-06-28  rguenth2017-06-28 Richard Biener <rguenther@suse.de>
2017-06-28  rguenth2017-06-28 Richard Biener <rguenther@suse.de>
next