]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/tree-vect-slp.c
Put the CL into the right dir.
[thirdparty/gcc.git] / gcc / tree-vect-slp.c
2019-07-31  rguenth2019-07-31 Richard Biener <rguenther@suse.de>
2019-07-17  rguenth2019-07-17 Richard Biener <rguenther@suse.de>
2019-07-12  rguenth2019-07-12 Richard Biener <rguenther@suse.de>
2019-07-09  mseborPR c++/61339 - add mismatch between struct and class...
2019-07-03  jakub PR tree-optimization/91033
2019-06-03  alejandroFix ICE in vect_slp_analyze_node_operations_1
2019-05-28  alejandroCurrent vectoriser doesn't support masked loads for...
2019-05-20  jakub * cfgloop.h (struct loop): Add simdlen member.
2019-05-13  rguenth2019-05-13 Richard Biener <rguenther@suse.de>
2019-05-07  rguenth2019-05-07 Richard Biener <rguenther@suse.de>
2019-01-21  rguenth2019-01-21 Richard Biener <rguenther@suse.de>
2019-01-01  jakub Update copyright years.
2018-11-27  dmalcolmFix missing dump_impl_location_t values, using a new...
2018-11-26  rguenth2018-11-26 Richard Biener <rguenther@suse.de>
2018-11-23  rguenth2018-11-23 Richard Biener <rguenther@suse.de>
2018-11-13  dmalcolmEnsure that dump calls are guarded with dump_enabled_p
2018-11-06  rguenth2018-11-06 Richard Biener <rguenther@suse.de>
2018-10-30  rguenth2018-10-30 Richard Biener <rguenther@suse.de>
2018-10-29  rguenth2018-10-29 Richard Biener <rguenther@suse.de>
2018-10-29  rguenth2018-10-29 Richard Biener <rguenther@suse.de>
2018-10-29  rguenth2018-10-29 Richard Biener <rguenther@suse.de>
2018-10-26  rguenth2018-10-26 Richard Biener <rguenther@suse.de>
2018-10-26  rguenth2018-10-26 Richard Biener <rguenther@suse.de>
2018-10-24  rguenth2018-10-24 Richard Biener <rguenther@suse.de>
2018-10-04  dmalcolmReport vectorization problems via a new opt_problem...
2018-09-19  dmalcolmdump_printf: use %T and %G throughout
2018-08-24  rsandifoHandle SLP permutations for variable-length vectors
2018-08-17  dmalcolmFormatted printing for dump_* in the middle-end
2018-08-03  rsandifoHandle SLP of call pattern statements
2018-08-01  rsandifo[05/11] Add a vect_stmt_to_vectorize helper function
2018-08-01  rsandifo[04/11] Add a vect_orig_stmt helper function
2018-08-01  rsandifo[03/11] Remove vect_transform_stmt grouped_store argument
2018-08-01  rsandifo[02/11] Remove vect_schedule_slp return value
2018-07-31  rsandifo[43/46] Make free_stmt_vec_info take a stmt_vec_info
2018-07-31  rsandifo[42/46] Add vec_info::replace_stmt
2018-07-31  rsandifo[41/46] Add vec_info::remove_stmt
2018-07-31  rsandifo[33/46] Use stmt_vec_infos instead of vec_info/gimple...
2018-07-31  rsandifo[32/46] Use stmt_vec_info in function interfaces (part 2)
2018-07-31  rsandifo[31/46] Use stmt_vec_info in function interfaces (part 1)
2018-07-31  rsandifo[29/46] Use stmt_vec_info instead of gimple stmts inter...
2018-07-31  rsandifo[28/46] Use stmt_vec_info instead of gimple stmts inter...
2018-07-31  rsandifo[27/46] Remove duplicated stmt_vec_info lookups
2018-07-31  rsandifo[25/46] Make get_earlier/later_stmt take and return...
2018-07-31  rsandifo[21/46] Make grouped_stores and reduction_chains use...
2018-07-31  rsandifo[20/46] Make *FIRST_ELEMENT and *NEXT_ELEMENT stmt_vec_...
2018-07-31  rsandifo[18/46] Make SLP_TREE_SCALAR_STMTS a vec<stmt_vec_info>
2018-07-31  rsandifo[17/46] Make LOOP_VINFO_REDUCTIONS an auto_vec<stmt_vec...
2018-07-31  rsandifo[15/46] Make SLP_TREE_VEC_STMTS a vec<stmt_vec_info>
2018-07-31  rsandifo[13/46] Make STMT_VINFO_RELATED_STMT a stmt_vec_info
2018-07-31  rsandifo[11/46] Pass back a stmt_vec_info from vect_is_simple_use
2018-07-31  rsandifo[10/46] Temporarily make stmt_vec_info a class
2018-07-31  rsandifo[08/46] Add vec_info::lookup_def
2018-07-31  rsandifo[07/46] Add vec_info::lookup_stmt
2018-07-31  rsandifo[06/46] Add vec_info::add_stmt
2018-07-31  rsandifo[03/46] Remove unnecessary update of NUM_SLP_USES
2018-07-12  rsandifoImplement SLP of internal functions
2018-06-30  rsandifo[9b/n] PR85694: Make vect_is_simple_use look through...
2018-06-30  rsandifo[9a/n] PR85694: Reorder vect_is_simple_use arguments
2018-06-26  dmalcolmIntroduce dump_location_t
2018-06-25  rguenth2018-06-25 Richard Biener <rguenther@suse.de>
2018-06-18  dmalcolmIntroduce DUMP_VECT_SCOPE macro
2018-06-15  rguenth2018-06-15 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-23  rsandifoFix SLP def type when computing masks (PR85853)
2018-05-16  rguenth2018-05-16 Richard Biener <rguenther@suse.de>
2018-05-16  rsandifoHandle vector boolean types when calculating the SLP...
2018-05-09  rguenth2018-05-09 Richard Biener <rguenther@suse.de>
2018-05-04  rguenth2018-05-04 Richard Biener <rguenther@suse.de>
2018-02-12  rguenth2018-02-12 Richard Biener <rguenther@suse.de>
2018-02-12  rguenth2018-02-12 Richard Biener <rguenther@suse.de>
2018-02-07  rguenth2018-02-07 Richard Biener <rguenther@suse.de>
2018-01-30  rguenth2018-01-30 Richard Biener <rguenther@suse.de>
2018-01-13  rsandifoSLP reductions with variable-length vectors
2018-01-13  rsandifoHandle more SLP constant and extern definitions for...
2018-01-13  rsandifoAdd support for masked load/store_lanes
2018-01-03  rsandifoMake vect_model_store_cost take a vec_load_store_type
2018-01-03  rsandifopoly_int: TYPE_VECTOR_SUBPARTS
2018-01-03  jakub Update copyright years.
2018-01-03  rsandifopoly_int: vec_perm_indices element type
2018-01-03  rsandifopoly_int: two-operation SLP
2018-01-03  rsandifopoly_int: vect_get_constant_vectors
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: SLP max_units
2018-01-03  rsandifopoly_int: vectoriser vf and uf
2018-01-02  rsandifoAdd a vec_perm_indices_to_tree helper function
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-07  rsandifoUse tree_vector_builder instead of build_vector
2017-11-29  rguenth2017-11-29 Richard Biener <rguenther@suse.de>
2017-10-06  rguenth2017-10-06 Richard Biener <rguenther@suse.de>
2017-09-18  rsandifoMove computation of SLP_TREE_NUMBER_OF_VEC_STMTS
2017-09-18  rsandifoInclude phis in SLP unrolling calculation
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-30  rsandifo[18/77] Make int_mode_for_mode return an opt_scalar_int...
2017-08-29  rguenth2017-08-29 Richard Biener <rguenther@suse.de>
next