Age | Commit message (Expand) | Author | Files | Lines |
2020-11-19 | [2/3] [vect] Add widening add, subtract patterns | Joel Hutton | 1 | -3/+28 |
2020-11-09 | tree-optimization/97746 - fix order of mask precision computes | Richard Biener | 1 | -4/+4 |
2020-11-06 | tree-optimization/97706 - handle PHIs in pattern recog mask precison | Richard Biener | 1 | -35/+74 |
2020-11-06 | tree-optimization/97706 - part one, refactor vect_determine_mask_precision | Richard Biener | 1 | -80/+81 |
2020-10-12 | SLP: fix SVE issues | Martin Liska | 1 | -0/+2 |
2020-10-12 | vect: Fix an ICE in vect_recog_mask_conversion_pattern | Duan bo | 1 | -6/+45 |
2020-10-08 | SLP vectorize multiple BBs at once | Richard Biener | 1 | -17/+21 |
2020-10-01 | tree-optimization/97255 - missing vector bool pattern of SRAed bool | Richard Biener | 1 | -2/+6 |
2020-09-18 | tree-optimization/97081 - fix wrong-code with vectorized shift | Richard Biener | 1 | -2/+1 |
2020-08-27 | vec: add exact argument for various grow functions. | Martin Liska | 1 | -1/+1 |
2020-06-18 | vectorizer: add _bb_vec_info::region_stmts and reverse_region_stmts | Martin Liska | 1 | -12/+2 |
2020-06-10 | avoid stmt-info allocation for debug stmts | Richard Biener | 1 | -3/+6 |
2020-06-10 | Make {SLP_TREE,STMT_VINFO}_VEC_STMTS a vector of gimple * | Richard Biener | 1 | -0/+3 |
2020-05-12 | tree: Add vector_element_bits(_tree) [PR94980 1/3] | Richard Sandiford | 1 | -2/+1 |
2020-05-05 | add vec_info * parameters where needed | Richard Biener | 1 | -231/+243 |
2020-04-08 | vect: Fix up lowering of TRUNC_MOD_EXPR by negative constant [PR94524] | Jakub Jelinek | 1 | -2/+2 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-12-12 | re PR target/92723 (ICE in expand_shift_1, at expmed.c:2635) | Jakub Jelinek | 1 | -12/+3 |
2019-12-09 | re PR tree-optimization/89007 ([SVE] Implement generic vector average expansion) | Prathamesh Kulkarni | 1 | -5/+61 |
2019-11-29 | Record the vector mask precision in stmt_vec_info | Richard Sandiford | 1 | -106/+177 |
2019-11-29 | Improve tree-vect-patterns.c handling of boolean comparisons | Richard Sandiford | 1 | -1/+2 |
2019-11-16 | Apply maximum nunits for BB SLP | Richard Sandiford | 1 | -3/+4 |
2019-11-14 | Remove build_{same_sized_,}truth_vector_type | Richard Sandiford | 1 | -1/+1 |
2019-11-08 | Generalise gather and scatter optabs | Richard Sandiford | 1 | -27/+6 |
2019-10-28 | re PR tree-optimization/92241 (ice in vect_mark_pattern_st mts, at tree-vect-... | Richard Biener | 1 | -3/+9 |
2019-10-25 | tree-vect-loop.c (vectorizable_reduction): Verify STMT_VINFO_REDUC_IDX on the... | Richard Biener | 1 | -0/+52 |
2019-10-21 | Pass a vec_info to get_vectype_for_scalar_type | Richard Sandiford | 1 | -46/+59 |
2019-10-21 | Pass a vec_info to get_mask_type_for_scalar_type | Richard Sandiford | 1 | -7/+8 |
2019-10-21 | Pass a vec_info to vect_supportable_direct_optab_p | Richard Sandiford | 1 | -6/+7 |
2019-10-21 | Pass a vec_info to vect_supportable_shift | Richard Sandiford | 1 | -1/+2 |
2019-10-17 | tree-vect-loop.c (needs_fold_left_reduction_p): Export. | Richard Biener | 1 | -14/+9 |
2019-10-16 | re PR tree-optimization/92119 (ICE: SIGSEGV in contains_struct_check (tree.h:... | Richard Biener | 1 | -1/+2 |
2019-10-08 | tree-vectorizer.h (_stmt_vec_info::v_reduc_type): Remove. | Richard Biener | 1 | -3/+5 |
2019-10-02 | re PR tree-optimization/91940 (__builtin_bswap16 loop optimization) | Jakub Jelinek | 1 | -15/+133 |
2019-09-30 | [AArch64][SVE] Utilize ASRD instruction for division and remainder | Yuliang Wang | 1 | -1/+31 |
2019-09-20 | re PR testsuite/91821 (r275928 breaks gcc.target/powerpc/sad-vectorize-2.c) | Richard Biener | 1 | -0/+2 |
2019-09-12 | Vectorise multiply high with scaling operations (PR 89386) | Yuliang Wang | 1 | -0/+170 |
2019-08-13 | Protect some checks of DECL_FUNCTION_CODE | Richard Sandiford | 1 | -1/+1 |
2019-07-09 | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 1 | -3/+3 |
2019-07-09 | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 1 | -1/+2 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-12-05 | Use unsigned arithmetic for demoted vector plus/minus/mult (PR 88064) | Richard Sandiford | 1 | -24/+74 |
2018-11-29 | re PR tree-optimization/88243 (ice in vect_create_epilog_for_reduction, at tr... | Richard Biener | 1 | -1/+9 |
2018-11-17 | re PR tree-optimization/87546 (Gcc miscompiles at -O3 on valid code) | Jakub Jelinek | 1 | -2/+6 |
2018-10-22 | Add a fun parameter to three stmt_could_throw... functions | Martin Jambor | 1 | -1/+1 |
2018-10-17 | bitmap.c (bitmap_head::dump): New. | Aldy Hernandez | 1 | -1/+1 |
2018-09-19 | dump_printf: use %T and %G throughout | David Malcolm | 1 | -73/+33 |
2018-08-01 | Fix over-widening handling of COND_EXPRs (PR 86749) | Richard Sandiford | 1 | -0/+8 |
2018-07-31 | [46/46] Turn stmt_vec_info back into a typedef | Richard Sandiford | 1 | -2/+2 |
2018-07-31 | [37/46] dr_aux tweaks | Richard Sandiford | 1 | -17/+3 |