Age | Commit message (Expand) | Author | Files | Lines |
2018-01-30 | re PR target/83008 ([performance] Is it better to avoid extra instructions in... | Richard Biener | 1 | -9/+47 |
2018-01-13 | SLP reductions with variable-length vectors | Richard Sandiford | 1 | -5/+5 |
2018-01-13 | Handle more SLP constant and extern definitions for variable VF | Richard Sandiford | 1 | -40/+224 |
2018-01-13 | Add support for masked load/store_lanes | Richard Sandiford | 1 | -2/+2 |
2018-01-03 | Make vect_model_store_cost take a vec_load_store_type | Richard Sandiford | 1 | -1/+1 |
2018-01-03 | poly_int: TYPE_VECTOR_SUBPARTS | Richard Sandiford | 1 | -15/+16 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-01-03 | poly_int: vec_perm_indices element type | Richard Sandiford | 1 | -2/+4 |
2018-01-03 | poly_int: two-operation SLP | Richard Sandiford | 1 | -5/+18 |
2018-01-03 | poly_int: vect_get_constant_vectors | Richard Sandiford | 1 | -0/+15 |
2018-01-03 | poly_int: current_vector_size and TARGET_AUTOVECTORIZE_VECTOR_SIZES | Richard Sandiford | 1 | -10/+22 |
2018-01-03 | poly_int: vect_nunits_for_cost | Richard Sandiford | 1 | -9/+11 |
2018-01-03 | poly_int: SLP max_units | Richard Sandiford | 1 | -35/+48 |
2018-01-03 | poly_int: vectoriser vf and uf | Richard Sandiford | 1 | -26/+45 |
2018-01-02 | Add a vec_perm_indices_to_tree helper function | Richard Sandiford | 1 | -7/+1 |
2018-01-02 | Make vec_perm_indices use new vector encoding | Richard Sandiford | 1 | -10/+15 |
2018-01-02 | Remove vec_perm_const optab | Richard Sandiford | 1 | -0/+1 |
2018-01-02 | Split can_vec_perm_p into can_vec_perm_{var,const}_p | Richard Sandiford | 1 | -2/+2 |
2017-12-07 | Use tree_vector_builder instead of build_vector | Richard Sandiford | 1 | -6/+9 |
2017-11-29 | re PR tree-optimization/83202 (Try joining operations on consecutive array el... | Richard Biener | 1 | -9/+37 |
2017-10-06 | re PR tree-optimization/82436 (465.tonto ICE in vect_get_slp_vect_defs, at tr... | Richard Biener | 1 | -5/+13 |
2017-09-18 | Move computation of SLP_TREE_NUMBER_OF_VEC_STMTS | Richard Sandiford | 1 | -45/+45 |
2017-09-18 | Include phis in SLP unrolling calculation | Richard Sandiford | 1 | -27/+51 |
2017-09-14 | Use vec<> for constant permute masks | Richard Sandiford | 1 | -12/+13 |
2017-09-14 | Use vec<> in build_vector | Richard Sandiford | 1 | -9/+10 |
2017-08-30 | [65/77] Add a SCALAR_TYPE_MODE macro | Richard Sandiford | 1 | -1/+1 |
2017-08-30 | [18/77] Make int_mode_for_mode return an opt_scalar_int_mode | Richard Sandiford | 1 | -1/+1 |
2017-08-29 | tree-vect-slp.c (vect_bb_slp_scalar_cost): Properly confine life to the activ... | Richard Biener | 1 | -2/+11 |
2017-08-08 | re PR tree-optimization/81723 (fortran build doesn't terminate on 64bit targets) | Richard Biener | 1 | -6/+81 |
2017-08-04 | Pool alignment information for common bases | Richard Sandiford | 1 | -0/+2 |
2017-08-04 | C++-ify vec_info structures | Richard Sandiford | 1 | -54/+25 |
2017-08-02 | re PR tree-optimization/81633 (Incorrect floating point result with tree vect... | Richard Biener | 1 | -31/+26 |
2017-07-27 | re PR tree-optimization/81571 (ICE at -O3 in both 32-bit and 64-bit modes (in... | Richard Biener | 1 | -4/+20 |
2017-07-20 | re PR tree-optimization/61171 (vectorization fails for a reduction in presenc... | Richard Biener | 1 | -4/+5 |
2017-07-03 | re PR tree-optimization/60510 (SLP blocks loop vectorization (with reduction)) | Richard Biener | 1 | -1/+14 |
2017-07-03 | tree-vect-loop.c (vect_analyze_loop_operations): Also analyze reduction PHIs. | Richard Biener | 1 | -6/+9 |
2017-06-30 | tree-vect-slp.c (vect_slp_analyze_node_operations): Only analyze the first sc... | Richard Biener | 1 | -20/+61 |
2017-06-29 | tree-vect-loop.c (vect_analyze_scalar_cycles_1): Do not add reduction chains ... | Richard Biener | 1 | -15/+6 |
2017-06-28 | tree-vect-loop.c (vectorizable_reduction): Move special cond reduction IV var... | Richard Biener | 1 | -7/+3 |
2017-06-28 | tree-vectorizer.h (vect_get_vec_defs): Remove. | Richard Biener | 1 | -88/+4 |
2017-06-06 | re PR tree-optimization/80928 (SLP vectorization does not handle induction in... | Richard Biener | 1 | -8/+61 |
2017-06-02 | tree-vect-slp.c (vect_detect_hybrid_slp_2): Match up what we consider a relev... | Richard Biener | 1 | -1/+8 |
2017-05-17 | Introduce dump_flags_t type and use it instead of int type. | Martin Liska | 1 | -1/+1 |
2017-03-14 | alias.c (struct alias_set_entry): Pack properly. | Richard Biener | 1 | -1/+1 |
2017-03-08 | re PR tree-optimization/79920 (Incorrect floating point results when compilin... | Richard Biener | 1 | -70/+32 |
2017-02-06 | re PR tree-optimization/79284 (ICE on valid code at -O3 on x86_64-linux-gnu: ... | Jakub Jelinek | 1 | -1/+1 |
2017-01-09 | re PR tree-optimization/78997 (ICE on valid code at -O3 on x86_64-linux-gnu: ... | Richard Biener | 1 | -3/+2 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-11-08 | re PR tree-optimization/78205 (BB vectorization confused by too large load gr... | Richard Biener | 1 | -0/+19 |
2016-11-07 | re PR middle-end/37150 (basic-block vectorization misses some unrolled loops) | Richard Biener | 1 | -8/+40 |