Age | Commit message (Expand) | Author | Files | Lines |
2015-11-10 | optabs.c (expand_binop_directly): Allow scalar mode for vec_pack_trunc_optab. | Ilya Enkovich | 1 | -5/+270 |
2015-11-10 | optabs-query.h (get_vcond_mask_icode): New. | Ilya Enkovich | 1 | -19/+11 |
2015-11-10 | expr.c (do_store_flag): Use expand_vec_cmp_expr for mask results. | Ilya Enkovich | 1 | -21/+163 |
2015-11-06 | tree-vectorizer.h (struct _bb_vec_info): Add region_begin/end members. | Richard Biener | 1 | -40/+29 |
2015-10-30 | alias.c: Remove unused headers. | Andrew MacLeod | 1 | -8/+0 |
2015-10-29 | alias.c: Reorder #include statements and remove duplicates. | Andrew MacLeod | 1 | -10/+8 |
2015-10-14 | tree-vectorizer.h (vect_is_simple_use): Remove unused parameters. | Richard Biener | 1 | -15/+8 |
2015-10-06 | tree-vectorizer.h (vec_info): New base class for... | Richard Biener | 1 | -61/+41 |
2015-10-05 | Replace REAL_VALUES_EQUAL with real_equal | Richard Sandiford | 1 | -2/+2 |
2015-09-20 | switch from gimple to gimple* | Trevor Saunders | 1 | -112/+113 |
2015-09-17 | Split up optabs.[hc] | Richard Sandiford | 1 | -8/+1 |
2015-08-17 | arm.c (neon_element_bits): Replace call to GET_MODE_BITSIZE (GET_MODE_INNER (... | David Sherwood | 1 | -6/+7 |
2015-08-06 | Vectorize mult expressions with power 2 constants via shift, for targets has ... | Venkataramanan Kumar | 1 | -0/+139 |
2015-07-08 | tree-core.h: Include symtab.h. | Andrew MacLeod | 1 | -16/+5 |
2015-06-17 | coretypes.h: Include input.h and as-a.h. | Andrew MacLeod | 1 | -2/+0 |
2015-06-08 | coretypes.h: Include hash-table.h and hash-set.h for host files. | Andrew MacLeod | 1 | -5/+0 |
2015-06-04 | coretypes.h: Include machmode.h... | Andrew MacLeod | 1 | -5/+0 |
2015-05-22 | tree-vect-patterns.c (vect_recog_dot_prod_pattern): Replace assert with guard... | Richard Biener | 1 | -19/+15 |
2015-01-30 | re PR tree-optimization/64829 ([ARM] ICE at -O3 in vect_get_vec_def_for_stmt_... | Richard Biener | 1 | -31/+26 |
2015-01-15 | dojump.h: New header file. | Prathamesh Kulkarni | 1 | -1/+14 |
2015-01-09 | genattrtab.c (write_header): Include hash-set.h... | Michael Collison | 1 | -4/+10 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-12-01 | gimple.h (gimple_build_assign_stat): Remove prototype. | Jakub Jelinek | 1 | -161/+109 |
2014-11-29 | gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg... | Jakub Jelinek | 1 | -5/+5 |
2014-11-19 | Merger of git branch "gimple-classes-v2-option-3" | David Malcolm | 1 | -1/+1 |
2014-11-19 | gimple.h (gimple_build_assign_with_ops): Add unary arg overload. | Jakub Jelinek | 1 | -26/+18 |
2014-11-01 | 2014-11-01 Andrew MacLeod <amacleod@redhat,com> | Andrew MacLeod | 1 | -0/+1 |
2014-10-31 | builtins.c (fold_builtin_atomic_always_lock_free): Use CONVERT_EXPR_P, CONVER... | Richard Biener | 1 | -3/+3 |
2014-10-29 | decl.c, [...]: Remove redundant enum from machine_mode. | Richard Sandiford | 1 | -5/+5 |
2014-10-27 | ggcplug.c: Shuffle includes to include gcc-plugin.h earlier. | Andrew MacLeod | 1 | -0/+9 |
2014-06-24 | tree-vect-patterns.c (vect_recog_sad_pattern): New function for SAD pattern r... | Cong Hou | 1 | -5/+239 |
2014-06-02 | expr.h: Remove prototypes of functions defined in builtins.c. | Andrew MacLeod | 1 | -0/+1 |
2014-05-16 | re PR tree-optimization/61194 (vectorization failed with "bit-precision arith... | Richard Biener | 1 | -1/+45 |
2014-05-06 | Merge in wide-int. | Kenneth Zadeck | 1 | -3/+3 |
2014-04-24 | re PR tree-optimization/60896 (ICE: in vect_get_vec_def_for_operand, at tree-... | Cong Hou | 1 | -2/+3 |
2014-04-18 | tree-vect-patterns.c (vect_recog_widen_mult_pattern): Enhance the widen-mult ... | Cong Hou | 1 | -10/+83 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-12-20 | merge auto_vec and stack_vec | Trevor Saunders | 1 | -1/+1 |
2013-11-22 | gimple.h: Remove all includes. | Andrew MacLeod | 1 | -1/+5 |
2013-11-19 | Factor unrelated declarations out of tree.h. | Diego Novillo | 1 | -0/+2 |
2013-11-18 | c-common.c (convert_vector_to_pointer_for_subscript): Remove cast to unsigned... | Richard Sandiford | 1 | -2/+1 |
2013-11-18 | decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout. | Richard Sandiford | 1 | -2/+2 |
2013-11-18 | c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout. | Richard Sandiford | 1 | -1/+1 |
2013-11-18 | decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout. | Richard Sandiford | 1 | -1/+1 |
2013-11-18 | cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout. | Richard Sandiford | 1 | -1/+1 |
2013-11-15 | dwarf2out.c (gen_enumeration_type_die): Remove unnecessary host_integerp test. | Richard Sandiford | 1 | -6/+5 |
2013-11-14 | gimplify-be.h: New file. | Andrew MacLeod | 1 | -0/+1 |
2013-11-13 | gimple-walk.h: New File. | Andrew Macleod | 1 | -0/+1 |
2013-11-12 | gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h. | Andrew MacLeod | 1 | -1/+1 |
2013-11-01 | Replace some heap vectors with stack vectors. | Trevor Saunders | 1 | -4/+1 |