Age | Commit message (Expand) | Author | Files | Lines |
2019-12-05 | re PR tree-optimization/92818 (Typo in vec_perm -> bit_insert pattern) | Richard Biener | 1 | -2/+5 |
2019-12-05 | re PR tree-optimization/92803 (error: type mismatch in 'vec_perm_expr' since ... | Richard Biener | 1 | -7/+11 |
2019-12-03 | re PR target/92758 (r278833 breaks gcc.target/powerpc/fold-vec-splat-floatdou... | Richard Biener | 1 | -2/+1 |
2019-11-29 | re PR tree-optimization/92715 (error: position plus size exceeds size of refe... | Richard Biener | 1 | -4/+7 |
2019-11-28 | re PR tree-optimization/92645 (Hand written vector code is 450 times slower w... | Richard Biener | 1 | -13/+83 |
2019-11-27 | target.def (TARGET_VECTORIZE_BUILTIN_CONVERSION): Remove. | Richard Biener | 1 | -6/+3 |
2019-11-27 | re PR tree-optimization/92690 (vector CTOR optimization performs invalid conv... | Richard Biener | 1 | -42/+50 |
2019-11-27 | re PR tree-optimization/92645 (Hand written vector code is 450 times slower w... | Richard Biener | 1 | -47/+91 |
2019-11-05 | re PR target/92280 (gcc.target/i386/pr83008.c FAILs) | Richard Biener | 1 | -14/+1 |
2019-10-07 | Allow COND_EXPR and VEC_COND_EXPR condtions to trap | Ilya Leoshkevich | 1 | -3/+4 |
2019-10-04 | Add missing gimple_call_set_fntype | Martin Jambor | 1 | -2/+4 |
2019-09-24 | Use more switch statements. | Martin Liska | 1 | -13/+16 |
2019-08-16 | tree-ssa-forwprop.c (simplify_builtin_call): Do not remove stmt at gsi_p, ins... | Richard Biener | 1 | -117/+196 |
2019-05-15 | re PR tree-optimization/88828 (Inefficient update of the first element of vec... | Richard Biener | 1 | -1/+1 |
2019-05-14 | re PR tree-optimization/88828 (Inefficient update of the first element of vec... | Richard Biener | 1 | -35/+62 |
2019-05-09 | re PR tree-optimization/90395 (ICE: verify_flow_info failed (error: BB 2 cann... | Richard Biener | 1 | -0/+1 |
2019-05-06 | re PR tree-optimization/88828 (Inefficient update of the first element of vec... | Richard Biener | 1 | -55/+104 |
2019-05-03 | re PR middle-end/88963 (gcc generates terrible code for vectors of 64+ length... | Richard Biener | 1 | -0/+125 |
2019-04-29 | re PR tree-optimization/90278 (ICE: verify_gimple failed (error: statement ma... | Richard Biener | 1 | -0/+2 |
2019-01-09 | PR other/16615 [1/5] | Sandra Loosemore | 1 | -1/+1 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-10-22 | Add a fun parameter to three stmt_could_throw... functions | Martin Jambor | 1 | -1/+1 |
2018-09-14 | 2018-09-14 Bernd Edlinger msebor@redhat.com> | Bernd Edlinger | 1 | -1/+1 |
2018-08-29 | re PR middle-end/86714 (tree-ssa-forwprop.c confused by too long initializer) | Martin Sebor | 1 | -1/+1 |
2018-08-27 | Come up with fndecl_built_in_p. | Martin Liska | 1 | -2/+2 |
2018-08-27 | Add new gswitch related functions into tree-cfg.c. | Martin Liska | 1 | -1/+1 |
2018-07-30 | tree-ssa-forwprop.c (simplify_builtin_call): Don't create a not NUL terminate... | Bernd Edlinger | 1 | -1/+1 |
2018-05-11 | re PR tree-optimization/85692 (Two source permute not used for vector initial... | Allan Sandfeld Jensen | 1 | -26/+41 |
2018-01-04 | Allow VEC_PERM_EXPR folding to fail | Richard Sandiford | 1 | -1/+2 |
2018-01-03 | poly_int: GET_MODE_SIZE | Richard Sandiford | 1 | -4/+4 |
2018-01-03 | poly_int: TYPE_VECTOR_SUBPARTS | Richard Sandiford | 1 | -9/+12 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-01-02 | Add a vec_perm_indices_to_tree helper function | Richard Sandiford | 1 | -4/+1 |
2018-01-02 | Make vec_perm_indices use new vector encoding | Richard Sandiford | 1 | -2/+3 |
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 | -1/+1 |
2017-12-21 | poly_int: bit_field_size/offset | Richard Sandiford | 1 | -7/+7 |
2017-12-20 | poly_int: get_addr_base_and_unit_offset | Richard Sandiford | 1 | -6/+6 |
2017-12-07 | Use tree_vector_builder instead of build_vector | Richard Sandiford | 1 | -2/+3 |
2017-10-14 | re PR middle-end/62263 (Good codegen for bitwise rotate requires code that is... | Jakub Jelinek | 1 | -14/+67 |
2017-09-14 | Use vec<> for constant permute masks | Richard Sandiford | 1 | -5/+6 |
2017-09-14 | Use vec<> in build_vector | Richard Sandiford | 1 | -3/+3 |
2017-08-21 | Add a type_has_mode_precision_p helper function | Richard Sandiford | 1 | -9/+5 |
2017-05-16 | Add default value for last argument of dump functions. | Martin Liska | 1 | -5/+5 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-10-04 | re PR tree-optimization/77399 (Poor code generation for vector casts and loads) | Richard Biener | 1 | -0/+8 |
2016-09-30 | re PR tree-optimization/77399 (Poor code generation for vector casts and loads) | Richard Biener | 1 | -4/+49 |
2016-09-23 | re PR tree-optimization/77697 (suspicious code in tree-ssa-forwprop.c) | Richard Biener | 1 | -7/+6 |
2016-08-22 | tree-ssa-forwprop.c (pass_forwprop::execute): Use RPO order. | Richard Biener | 1 | -1/+2 |
2016-08-13 | tree-ssa-forwprop.c (pass_forwprop::execute): Propagate into PHIs and update ... | Richard Biener | 1 | -0/+29 |