Age | Commit message (Expand) | Author | Files | Lines |
2020-11-30 | tree-optimization/98048 - fix vector lowering of ABSU_EXPR | Richard Biener | 1 | -1/+1 |
2020-11-19 | [2/3] [vect] Add widening add, subtract patterns | Joel Hutton | 1 | -0/+4 |
2020-09-03 | Improve constant folding of vector lowering with vector bools | Richard Biener | 1 | -13/+1 |
2020-08-04 | veclower: Don't ICE on .VEC_CONVERT calls with no lhs [PR96426] | Jakub Jelinek | 1 | -0/+6 |
2020-07-27 | Do not expand vector comparison with VEC_COND_EXPR. | Martin Liska | 1 | -2/+1 |
2020-07-02 | VEC_COND_EXPR: do not expand comparisons feeding it | Martin Liska | 1 | -12/+57 |
2020-06-25 | VEC_COND_EXPR: clean up first argument | Martin Liska | 1 | -6/+17 |
2020-06-18 | Add missing check for gassign. | Martin Liska | 1 | -2/+3 |
2020-06-17 | Lower VEC_COND_EXPR into internal functions. | Martin Liska | 1 | -18/+27 |
2020-05-12 | tree-vect-generic: Fix bitfield widths [PR94980 3/3] | Richard Sandiford | 1 | -4/+4 |
2020-05-12 | tree-vect-generic: Tweak build_replicated_const [PR94980 2/3] | Richard Sandiford | 1 | -7/+8 |
2020-05-12 | tree: Add vector_element_bits(_tree) [PR94980 1/3] | Richard Sandiford | 1 | -12/+7 |
2020-04-08 | vect: Fix up lowering of TRUNC_MOD_EXPR by negative constant [PR94524] | Jakub Jelinek | 1 | -2/+23 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-11-27 | target.def (TARGET_VECTORIZE_BUILTIN_CONVERSION): Remove. | Richard Biener | 1 | -12/+4 |
2019-11-14 | Remove build_{same_sized_,}truth_vector_type | Richard Sandiford | 1 | -1/+1 |
2019-07-17 | re PR tree-optimization/91157 (ICE: verify_gimple failed (error: position plu... | Jakub Jelinek | 1 | -1/+0 |
2019-07-17 | re PR tree-optimization/91157 (ICE: verify_gimple failed (error: position plu... | Jakub Jelinek | 1 | -3/+70 |
2019-07-03 | Remove another bunch of dead assignment. | Martin Liska | 1 | -2/+0 |
2019-06-19 | md.texi: Document vec_shl_<mode> pattern. | Jakub Jelinek | 1 | -0/+26 |
2019-01-07 | re PR c++/85052 (Implement support for clang's __builtin_convertvector) | Jakub Jelinek | 1 | -7/+310 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-09-06 | rs6000.c (rs6000_gimple_fold_builtin): Add support for early gimple folding o... | Will Schmidt | 1 | -1/+1 |
2018-06-14 | re PR target/86139 (ICE in in store_constructor, at expr.c:6849 on arm-linux-... | Richard Biener | 1 | -5/+1 |
2018-05-29 | re PR target/85918 (Conversions to/from [unsigned] long long are not vectoriz... | Jakub Jelinek | 1 | -1/+4 |
2018-05-28 | re PR tree-optimization/85934 (ICE: verify_gimple failed (error: type mismatc... | Richard Biener | 1 | -6/+6 |
2018-01-03 | Add support for MODE_VECTOR_BOOL | Richard Sandiford | 1 | -12/+4 |
2018-01-03 | poly_int: TYPE_VECTOR_SUBPARTS | Richard Sandiford | 1 | -12/+19 |
2018-01-03 | poly_int: GET_MODE_NUNITS | Richard Sandiford | 1 | -2/+2 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-01-03 | poly_int: vec_perm_indices element type | Richard Sandiford | 1 | -5/+6 |
2018-01-03 | poly_int: tree-vect-generic.c | Richard Sandiford | 1 | -27/+32 |
2018-01-02 | Use vec_perm_builder::series_p in shift_amt_for_vec_perm_mask | Richard Sandiford | 1 | -7/+12 |
2018-01-02 | Make vec_perm_indices use new vector encoding | Richard Sandiford | 1 | -12/+10 |
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-16 | Add VEC_SERIES_EXPR and associated optab | Richard Sandiford | 1 | -1/+2 |
2017-12-16 | Add VEC_DUPLICATE_EXPR and associated optab | Richard Sandiford | 1 | -0/+1 |
2017-12-07 | Use tree_vector_builder instead of build_vector | Richard Sandiford | 1 | -11/+11 |
2017-09-14 | Use vec<> for constant permute masks | Richard Sandiford | 1 | -4/+4 |
2017-09-14 | Use vec<> in build_vector | Richard Sandiford | 1 | -21/+21 |
2017-09-12 | tree-vect-generic.c (expand_vector_operations_1): Do nothing for operations w... | Richard Biener | 1 | -2/+10 |
2017-08-30 | [17/77] Add an int_mode_for_size helper function | Richard Sandiford | 1 | -2/+2 |
2017-08-30 | [4/77] Add FOR_EACH iterators for modes | Richard Sandiford | 1 | -1/+1 |
2017-03-01 | re PR tree-optimization/79734 (ICE: verify_gimple failed) | Jakub Jelinek | 1 | -4/+44 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-10-25 | re PR target/78102 (GCC refuses to generate PCMPEQQ instruction for SSE4.1) | Jakub Jelinek | 1 | -4/+4 |
2016-09-16 | Add inline functions for various bitwise operations. | Jason Merrill | 1 | -1/+1 |
2016-07-20 | cse.c: Use HOST_WIDE_INT_M1 instead of ~(HOST_WIDE_INT) 0. | Uros Bizjak | 1 | -1/+1 |
2016-07-19 | builtins.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1... | Uros Bizjak | 1 | -5/+5 |